Html Css Color HEX #C44208 Rust

📋 copy color: '#C44208'

red 196 ◦ green 66 ◦ blue 8

#C44208
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rust #C44208

Tints of Rust #C44208

RGB

 RED value IS 196 (76.95% from 255) = 72.59%

 GREEN value IS 66 (26.17% from 255) = 24.44%

 BLUE value IS 8 (3.52% from 255) = 2.96%

R = 72.59%
G = 24.44%
B = 2.96%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.96

 K value IS 0.23

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C44208 (or 0xC44208) is known color: Rust. HEX triplet: C4, 42 and 08. RGB value is (196,66,8). Sum of RGB (Red+Green+Blue) = 196+66+8=270 (35% of max value = 765). Red value is 196 (76.95% from 255 or 72.59% from 270); Green value is 66 (26.17% from 255 or 24.44% from 270); Blue value is 8 (3.52% from 255 or 2.96% from 270); Max value from RGB is 196 - color contains mainly: red. Hex color #C44208 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44208 is #3BBDF7. Grayscale: #626262. Windows color (decimal): -3915256 or 541380. OLE color: 541380.

HSL color Cylindrical-coordinate representation of color #C44208: hue angle of 18.51º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C44208 is Cyan = 0, Magento = 0.66, Yellow = 0.96 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 66 8 -
CMYK 0 0.66 0.96 0.23
HSL 18.51º 0.92% 0.4% -
HSV(B) 18.51º 0.96% 0.77% -
XYZ 24.76 15.65 1.95 -
YUV 98.26 77.07 197.72 -
System Red Green Blue C M Y K H S L
Decimal 196 66 8 0 0.66 0.96 0.23 18.51 0.92 0.4
Hex C4 42 8 0 42 60 17 13 5C 28
Octal 304 102 10 0 102 140 27 23 134 50
Binary 11000100 1000010 1000 0 1000010 1100000 10111 10011 1011100 101000

Color Harmonies of #C44208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44208

Black with #C44208

Text Example


Text Example

White with #C44208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44208; }

 p { color: rgb(196,66,8); }

 H1.HeaderClassName
 {
   color: #C44208;
 }
 .AnyTagClassName
 {
   color: #C44208;
 }
</style>

background-color css

<style>
 a { background-color: #C44208; }

 a { background-color: rgb(196,66,8); }

 div.DivClassName
 {
   background-color: #C44208;
 }
 .BgClassName
 {
   background-color: #C44208;
 }
</style>

border-color css

<style>
 span { border-color: #C44208; }

 span { border-color: rgb(196,66,8); }

 td.TdClassName
 {
   border-color: #C44208;
 }
 .TagClassName
 {
   border-color: #C44208;
 }
</style>