Html Css Color HEX #C04008 Rust

📋 copy color: '#C04008'

red 192 ◦ green 64 ◦ blue 8

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

Shades of Rust #C04008

Tints of Rust #C04008

RGB

 RED value IS 192 (75.39% from 255) = 72.73%

 GREEN value IS 64 (25.39% from 255) = 24.24%

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

R = 72.73%
G = 24.24%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#C04008 (or 0xC04008) is known color: Rust. HEX triplet: C0, 40 and 08. RGB value is (192,64,8). Sum of RGB (Red+Green+Blue) = 192+64+8=264 (34% of max value = 765). Red value is 192 (75.39% from 255 or 72.73% from 264); Green value is 64 (25.39% from 255 or 24.24% from 264); Blue value is 8 (3.52% from 255 or 3.03% from 264); Max value from RGB is 192 - color contains mainly: red. Hex color #C04008 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04008 is #3FBFF7. Grayscale: #606060. Windows color (decimal): -4177912 or 540864. OLE color: 540864.

HSL color Cylindrical-coordinate representation of color #C04008: hue angle of 18.26º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C04008 is Cyan = 0, Magento = 0.67, Yellow = 0.96 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 64 8 -
CMYK 0 0.67 0.96 0.25
HSL 18.26º 0.92% 0.39% -
HSV(B) 18.26º 0.96% 0.75% -
XYZ 23.62 14.89 1.86 -
YUV 95.89 78.41 196.55 -
System Red Green Blue C M Y K H S L
Decimal 192 64 8 0 0.67 0.96 0.25 18.26 0.92 0.39
Hex C0 40 8 0 43 60 19 12 5C 27
Octal 300 100 10 0 103 140 31 22 134 47
Binary 11000000 1000000 1000 0 1000011 1100000 11001 10010 1011100 100111

Color Harmonies of #C04008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04008

Black with #C04008

Text Example


Text Example

White with #C04008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04008; }

 p { color: rgb(192,64,8); }

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

background-color css

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

 a { background-color: rgb(192,64,8); }

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

border-color css

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

 span { border-color: rgb(192,64,8); }

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