Html Css Color HEX #C04209 Rust

📋 copy color: '#C04209'

red 192 ◦ green 66 ◦ blue 9

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

Shades of Rust #C04209

Tints of Rust #C04209

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.37%

R = 71.91%
G = 24.72%
B = 3.37%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#C04209 (or 0xC04209) is known color: Rust. HEX triplet: C0, 42 and 09. RGB value is (192,66,9). Sum of RGB (Red+Green+Blue) = 192+66+9=267 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.91% from 267); Green value is 66 (26.17% from 255 or 24.72% from 267); Blue value is 9 (3.91% from 255 or 3.37% from 267); Max value from RGB is 192 - color contains mainly: red. Hex color #C04209 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04209 is #3FBDF6. Grayscale: #616161. Windows color (decimal): -4177399 or 606912. OLE color: 606912.

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

Color convert

RGB 192 66 9 -
CMYK 0 0.66 0.95 0.25
HSL 18.69º 0.91% 0.39% -
HSV(B) 18.69º 0.95% 0.75% -
XYZ 23.74 15.12 1.93 -
YUV 97.18 78.24 195.63 -
System Red Green Blue C M Y K H S L
Decimal 192 66 9 0 0.66 0.95 0.25 18.69 0.91 0.39
Hex C0 42 9 0 42 5F 19 13 5B 27
Octal 300 102 11 0 102 137 31 23 133 47
Binary 11000000 1000010 1001 0 1000010 1011111 11001 10011 1011011 100111

Color Harmonies of #C04209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04209

Black with #C04209

Text Example


Text Example

White with #C04209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04209; }

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

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

background-color css

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

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

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

border-color css

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

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

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