Color Hex Logo

#b2000a Color Hex

#B2000A
(178,0,10)
0 Favorites   0 Comments

Color spaces of #b2000a

RGB 178010
HSL0.991.000.35
HSV357°100°70°
CMYK 0.001.000.94   0.30
XYZ18.41499.48691.1477
Yxy9.48690.63390.3266
Hunter Lab30.800852.818519.3513
CIE-Lab36.905361.281047.3644

#b2000a color RGB value is (178,0,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 00000000 00001010
Octal 262 0 12
Decimal 178 0 10
Hex B2 0 A

RGB Percentages of Color #b2000a

%94.68
%0.00
%5.32

CMYK Percentages of Color #b2000a

%0
%100
%94
%30

Triadic Colors of #b2000a

#b2000a #0ab200 #000ab2

Analogous Colors of #b2000a

#b2000a #b24f00 #b20063

Monochromatic Colors of #b2000a

#b2000a

Complementary Color

#b2000a #00b2a8

#b2000a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2000a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2000a Color CSS Codes

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

#b2000a Text Font Color

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

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


#b2000a Background Color

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

This div background color is #b2000a


#b2000a Border Color

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

This div border color is #b2000a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2000a


Comments

No comments written yet.

Please login to write comment.