Color Hex Logo

#b0450a Color Hex

#B0450A
(176,69,10)
0 Favorites   0 Comments

Color spaces of #b0450a

RGB 1766910
HSL0.060.890.36
HSV21°94°69°
CMYK 0.000.610.94   0.31
XYZ20.087413.50831.8358
Yxy13.50830.56690.3813
Hunter Lab36.753633.238822.7661
CIE-Lab43.519441.278851.3352

#b0450a color RGB value is (176,69,10).

#b0450a hex color red value is 176, green value is 69 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #b0450a hue: 0.06 , saturation: 0.89 and the lightness value of b0450a is 0.36.

The process color (four color CMYK) of #b0450a color hex is 0.00, 0.61, 0.94, 0.31. Web safe color of #b0450a is #993300. Color #b0450a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01000101 00001010
Octal 260 105 12
Decimal 176 69 10
Hex B0 45 A

RGB Percentages of Color #b0450a

%69.02
%27.06
%3.92

CMYK Percentages of Color #b0450a

%0
%61
%94
%31

Triadic Colors of #b0450a

#b0450a #0ab045 #450ab0

Analogous Colors of #b0450a

#b0450a #b0980a #b00a22

Monochromatic Colors of #b0450a

#b0450a

Complementary Color

#b0450a #0a75b0

#b0450a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0450a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0450a Color CSS Codes

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

#b0450a Text Font Color

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

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


#b0450a Background Color

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

This div background color is #b0450a


#b0450a Border Color

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

This div border color is #b0450a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,69,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 #b0450a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0450a


Comments

No comments written yet.

Please login to write comment.