Html Css Color HEX #C04409 Rust

📋 copy color: '#C04409'

red 192 ◦ green 68 ◦ blue 9

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

Shades of Rust #C04409

Tints of Rust #C04409

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.28%

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

R = 71.38%
G = 25.28%
B = 3.35%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#C04409 (or 0xC04409) is known color: Rust. HEX triplet: C0, 44 and 09. RGB value is (192,68,9). Sum of RGB (Red+Green+Blue) = 192+68+9=269 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.38% from 269); Green value is 68 (26.95% from 255 or 25.28% from 269); Blue value is 9 (3.91% from 255 or 3.35% from 269); Max value from RGB is 192 - color contains mainly: red. Hex color #C04409 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04409 is #3FBBF6. Grayscale: #626262. Windows color (decimal): -4176887 or 607424. OLE color: 607424.

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

Color convert

RGB 192 68 9 -
CMYK 0 0.65 0.95 0.25
HSL 19.34º 0.91% 0.39% -
HSV(B) 19.34º 0.95% 0.75% -
XYZ 23.85 15.36 1.97 -
YUV 98.35 77.58 194.8 -
System Red Green Blue C M Y K H S L
Decimal 192 68 9 0 0.65 0.95 0.25 19.34 0.91 0.39
Hex C0 44 9 0 41 5F 19 13 5B 27
Octal 300 104 11 0 101 137 31 23 133 47
Binary 11000000 1000100 1001 0 1000001 1011111 11001 10011 1011011 100111

Color Harmonies of #C04409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04409

Black with #C04409

Text Example


Text Example

White with #C04409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04409; }

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

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

background-color css

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

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

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

border-color css

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

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

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