Color Hex Logo

#b20010 Color Hex

#B20010
(178,0,16)
0 Favorites   0 Comments

Color spaces of #b20010

RGB 178016
HSL0.991.000.35
HSV355°100°70°
CMYK 0.001.000.91   0.30
XYZ18.45369.50241.3517
Yxy9.50240.62970.3242
Hunter Lab30.826052.911518.9783
CIE-Lab36.934161.359444.9562

#b20010 color RGB value is (178,0,16).

#b20010 hex color red value is 178, green value is 0 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #b20010 hue: 0.99 , saturation: 1.00 and the lightness value of b20010 is 0.35.

The process color (four color CMYK) of #b20010 color hex is 0.00, 1.00, 0.91, 0.30. Web safe color of #b20010 is #990000. Color #b20010 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00000000 00010000
Octal 262 0 20
Decimal 178 0 16
Hex B2 0 10

RGB Percentages of Color #b20010

%91.75
%0.00
%8.25

CMYK Percentages of Color #b20010

%0
%100
%91
%30

Triadic Colors of #b20010

#b20010 #10b200 #0010b2

Analogous Colors of #b20010

#b20010 #b24900 #b20069

Monochromatic Colors of #b20010

#b20010

Complementary Color

#b20010 #00b2a2

#b20010 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b20010 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b20010 Color CSS Codes

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

#b20010 Text Font Color

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

This sample text font color is #b20010
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.


#b20010 Background Color

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

This div background color is #b20010


#b20010 Border Color

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

This div border color is #b20010


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(178,0,16, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b20010; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b20010;
  -webkit-box-shadow: 1px 1px 3px 2px #b20010;
  box-shadow:         1px 1px 3px 2px #b20010; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,0,16, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b20010


Comments

No comments written yet.

Please login to write comment.