Html Css Color HEX #C04208 Rust

📋 copy color: '#C04208'

red 192 ◦ green 66 ◦ blue 8

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

Shades of Rust #C04208

Tints of Rust #C04208

RGB

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

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

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

R = 72.18%
G = 24.81%
B = 3.01%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#C04208 (or 0xC04208) is known color: Rust. HEX triplet: C0, 42 and 08. RGB value is (192,66,8). Sum of RGB (Red+Green+Blue) = 192+66+8=266 (35% of max value = 765). Red value is 192 (75.39% from 255 or 72.18% from 266); Green value is 66 (26.17% from 255 or 24.81% from 266); Blue value is 8 (3.52% from 255 or 3.01% from 266); Max value from RGB is 192 - color contains mainly: red. Hex color #C04208 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04208 is #3FBDF7. Grayscale: #616161. Windows color (decimal): -4177400 or 541376. OLE color: 541376.

HSL color Cylindrical-coordinate representation of color #C04208: hue angle of 18.91º 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 #C04208 is Cyan = 0, Magento = 0.66, Yellow = 0.96 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 66 8 -
CMYK 0 0.66 0.96 0.25
HSL 18.91º 0.92% 0.39% -
HSV(B) 18.91º 0.96% 0.75% -
XYZ 23.73 15.12 1.9 -
YUV 97.06 77.74 195.72 -
System Red Green Blue C M Y K H S L
Decimal 192 66 8 0 0.66 0.96 0.25 18.91 0.92 0.39
Hex C0 42 8 0 42 60 19 13 5C 27
Octal 300 102 10 0 102 140 31 23 134 47
Binary 11000000 1000010 1000 0 1000010 1100000 11001 10011 1011100 100111

Color Harmonies of #C04208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04208

Black with #C04208

Text Example


Text Example

White with #C04208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04208; }

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

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

background-color css

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

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

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

border-color css

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

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

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