color codes Logo

#b5050f color codes

#B5050F
(181,5,15)
0 Favorites   0 Comments

Color spaces of #b5050f

RGB 181515
HSL0.990.950.36
HSV357°97°71°
CMYK 0.000.970.92   0.29
XYZ19.19669.96681.3639
Yxy9.96680.62880.3265
Hunter Lab31.570253.290819.5377
CIE-Lab37.782861.536246.2805

#b5050f color RGB value is (181,5,15).

#b5050f hex color red value is 181, green value is 5 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #b5050f hue: 0.99 , saturation: 0.95 and the lightness value of b5050f is 0.36.

The process color (four color CMYK) of #b5050f color code is 0.00, 0.97, 0.92, 0.29. Web safe color of #b5050f is #cc0000. Color #b5050f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00000101 00001111
Octal 265 5 17
Decimal 181 5 15
Hex B5 5 F

RGB Percentages of Color #b5050f

%90.05
%2.49
%7.46

CMYK Percentages of Color #b5050f

%0
%97
%92
%29

Triadic Colors of #b5050f

#b5050f #0fb505 #050fb5

Analogous Colors of #b5050f

#b5050f #b55305 #b50567

Monochromatic Colors of #b5050f

#b5050f

Complementary Color

#b5050f #05b5ab

#b5050f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5050f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5050f Color CSS Codes

.mybgcolor {background-color:#b5050f; } 
.myforecolor {color:#b5050f; }
.mybordercolor {border:3px solid #b5050f; }

#b5050f Text Font Color

<p style="color:#b5050f">Text here</p>

This sample text font color is #b5050f
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#b5050f Background Color

<div style="background-color:#b5050f">
Div content here</div>

This div background color is #b5050f


#b5050f Border Color

<div style="border:3px solid #b5050f">
Div here</div>

This div border color is #b5050f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(181,5,15, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b5050f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b5050f;
  -webkit-box-shadow: 1px 1px 3px 2px #b5050f;
  box-shadow:         1px 1px 3px 2px #b5050f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,5,15, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b5050f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #b5050f;
  -webkit-box-shadow: 1px 1px 3px 2px #b5050f;
  box-shadow:         1px 1px 3px 2px #b5050f;">
Div content here</div>

This div box has shadow with color #b5050f

#b5050f Color Palettes


Comments

No comments written yet.

Please login to write comment.