Color Hex Logo

#c0182c Color Hex

#C0182C
(192,24,44)
0 Favorites   0 Comments

Color spaces of #c0182c

RGB 1922444
HSL0.980.780.42
HSV353°88°75°
CMYK 0.000.880.77   0.25
XYZ22.519512.04163.5202
Yxy12.04160.59140.3162
Hunter Lab34.701055.112318.2761
CIE-Lab41.282262.486935.0487

#c0182c color RGB value is (192,24,44).

#c0182c hex color red value is 192, green value is 24 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #c0182c hue: 0.98 , saturation: 0.78 and the lightness value of c0182c is 0.42.

The process color (four color CMYK) of #c0182c color hex is 0.00, 0.88, 0.77, 0.25. Web safe color of #c0182c is #cc0033. Color #c0182c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00011000 00101100
Octal 300 30 54
Decimal 192 24 44
Hex C0 18 2C

RGB Percentages of Color #c0182c

%73.85
%9.23
%16.92

CMYK Percentages of Color #c0182c

%0
%88
%77
%25

Triadic Colors of #c0182c

#c0182c #2cc018 #182cc0

Analogous Colors of #c0182c

#c0182c #c05818 #c01880

Monochromatic Colors of #c0182c

#c0182c

Complementary Color

#c0182c #18c0ac

#c0182c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0182c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0182c Color CSS Codes

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

#c0182c Text Font Color

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

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


#c0182c Background Color

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

This div background color is #c0182c


#c0182c Border Color

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

This div border color is #c0182c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0182c


Comments

No comments written yet.

Please login to write comment.