Color Hex Logo

#c01b0a Color Hex

#C01B0A
(192,27,10)
0 Favorites   0 Comments

Color spaces of #c01b0a

RGB 1922710
HSL0.020.900.40
HSV95°75°
CMYK 0.000.860.95   0.25
XYZ22.184912.01221.4365
Yxy12.01220.62260.3371
Hunter Lab34.658653.604821.8036
CIE-Lab41.235561.148051.4236

#c01b0a color RGB value is (192,27,10).

#c01b0a hex color red value is 192, green value is 27 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #c01b0a hue: 0.02 , saturation: 0.90 and the lightness value of c01b0a is 0.40.

The process color (four color CMYK) of #c01b0a color hex is 0.00, 0.86, 0.95, 0.25. Web safe color of #c01b0a is #cc3300. Color #c01b0a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00011011 00001010
Octal 300 33 12
Decimal 192 27 10
Hex C0 1B A

RGB Percentages of Color #c01b0a

%83.84
%11.79
%4.37

CMYK Percentages of Color #c01b0a

%0
%86
%95
%25

Triadic Colors of #c01b0a

#c01b0a #0ac01b #1b0ac0

Analogous Colors of #c01b0a

#c01b0a #c0760a #c00a54

Monochromatic Colors of #c01b0a

#c01b0a

Complementary Color

#c01b0a #0aafc0

#c01b0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c01b0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c01b0a Color CSS Codes

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

#c01b0a Text Font Color

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

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


#c01b0a Background Color

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

This div background color is #c01b0a


#c01b0a Border Color

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

This div border color is #c01b0a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c01b0a


Comments

No comments written yet.

Please login to write comment.