Color Hex Logo

#c03812 Color Hex

#C03812
(192,56,18)
0 Favorites   0 Comments

Color spaces of #c03812

RGB 1925618
HSL0.040.830.41
HSV13°91°75°
CMYK 0.000.710.91   0.25
XYZ23.261614.07852.0637
Yxy14.07850.59030.3573
Hunter Lab37.521345.000023.0039
CIE-Lab44.345352.645650.7193

#c03812 color RGB value is (192,56,18).

#c03812 hex color red value is 192, green value is 56 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #c03812 hue: 0.04 , saturation: 0.83 and the lightness value of c03812 is 0.41.

The process color (four color CMYK) of #c03812 color hex is 0.00, 0.71, 0.91, 0.25. Web safe color of #c03812 is #cc3300. Color #c03812 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00111000 00010010
Octal 300 70 22
Decimal 192 56 18
Hex C0 38 12

RGB Percentages of Color #c03812

%72.18
%21.05
%6.77

CMYK Percentages of Color #c03812

%0
%71
%91
%25

Triadic Colors of #c03812

#c03812 #12c038 #3812c0

Analogous Colors of #c03812

#c03812 #c08f12 #c01243

Monochromatic Colors of #c03812

#c03812

Complementary Color

#c03812 #129ac0

#c03812 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c03812 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c03812 Color CSS Codes

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

#c03812 Text Font Color

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

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


#c03812 Background Color

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

This div background color is #c03812


#c03812 Border Color

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

This div border color is #c03812


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,56,18, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c03812


Comments

No comments written yet.

Please login to write comment.