Color Hex Logo

#b12810 Color Hex

#B12810
(177,40,16)
0 Favorites   0 Comments

Color spaces of #b12810

RGB 1774016
HSL0.020.830.38
HSV91°69°
CMYK 0.000.770.91   0.31
XYZ18.983810.90211.5940
Yxy10.90210.60300.3463
Hunter Lab33.018344.846020.2505
CIE-Lab39.415153.412346.6173

#b12810 color RGB value is (177,40,16).

#b12810 hex color red value is 177, green value is 40 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #b12810 hue: 0.02 , saturation: 0.83 and the lightness value of b12810 is 0.38.

The process color (four color CMYK) of #b12810 color hex is 0.00, 0.77, 0.91, 0.31. Web safe color of #b12810 is #993300. Color #b12810 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00101000 00010000
Octal 261 50 20
Decimal 177 40 16
Hex B1 28 10

RGB Percentages of Color #b12810

%75.97
%17.17
%6.87

CMYK Percentages of Color #b12810

%0
%77
%91
%31

Triadic Colors of #b12810

#b12810 #10b128 #2810b1

Analogous Colors of #b12810

#b12810 #b17910 #b11048

Monochromatic Colors of #b12810

#b12810

Complementary Color

#b12810 #1099b1

#b12810 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b12810 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b12810 Color CSS Codes

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

#b12810 Text Font Color

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

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


#b12810 Background Color

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

This div background color is #b12810


#b12810 Border Color

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

This div border color is #b12810


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b12810


Comments

No comments written yet.

Please login to write comment.