Color Hex Logo

#c4450b Color Hex

#C4450B
(196,69,11)
0 Favorites   0 Comments

Color spaces of #c4450b

RGB 1966911
HSL0.050.890.41
HSV19°94°77°
CMYK 0.000.650.94   0.23
XYZ24.953516.01622.0928
Yxy16.01620.57950.3719
Hunter Lab40.020241.263224.9137
CIE-Lab46.995748.627155.0395

#c4450b color RGB value is (196,69,11).

#c4450b hex color red value is 196, green value is 69 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #c4450b hue: 0.05 , saturation: 0.89 and the lightness value of c4450b is 0.41.

The process color (four color CMYK) of #c4450b color hex is 0.00, 0.65, 0.94, 0.23. Web safe color of #c4450b is #cc3300. Color #c4450b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01000101 00001011
Octal 304 105 13
Decimal 196 69 11
Hex C4 45 B

RGB Percentages of Color #c4450b

%71.01
%25.00
%3.99

CMYK Percentages of Color #c4450b

%0
%65
%94
%23

Triadic Colors of #c4450b

#c4450b #0bc445 #450bc4

Analogous Colors of #c4450b

#c4450b #c4a20b #c40b2e

Monochromatic Colors of #c4450b

#c4450b

Complementary Color

#c4450b #0b8ac4

#c4450b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4450b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4450b Color CSS Codes

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

#c4450b Text Font Color

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

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


#c4450b Background Color

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

This div background color is #c4450b


#c4450b Border Color

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

This div border color is #c4450b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,69,11, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4450b


Comments

No comments written yet.

Please login to write comment.