Shades of Rust #C44209
Tints of Rust #C44209
RGB
CMYK
RGB Variations
Color information
#C44209 (or 0xC44209) is known color: Rust. HEX triplet: C4, 42 and 09. RGB value is (196,66,9). Sum of RGB (Red+Green+Blue) = 196+66+9=271 (35% of max value = 765). Red value is 196 (76.95% from 255 or 72.32% from 271); Green value is 66 (26.17% from 255 or 24.35% from 271); Blue value is 9 (3.91% from 255 or 3.32% from 271); Max value from RGB is 196 - color contains mainly: red. Hex color #C44209 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44209 is #3BBDF6. Grayscale: #626262. Windows color (decimal): -3915255 or 606916. OLE color: 606916.
HSL color Cylindrical-coordinate representation of color #C44209: hue angle of 18.29º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C44209 is Cyan = 0, Magento = 0.66, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 66 | 9 | - |
| CMYK | 0 | 0.66 | 0.95 | 0.23 |
| HSL | 18.29º | 0.91% | 0.4% | - |
| HSV(B) | 18.29º | 0.95% | 0.77% | - |
| XYZ | 24.76 | 15.65 | 1.97 | - |
| YUV | 98.37 | 77.57 | 197.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 66 | 9 | 0 | 0.66 | 0.95 | 0.23 | 18.29 | 0.91 | 0.4 |
| Hex | C4 | 42 | 9 | 0 | 42 | 5F | 17 | 12 | 5B | 28 |
| Octal | 304 | 102 | 11 | 0 | 102 | 137 | 27 | 22 | 133 | 50 |
| Binary | 11000100 | 1000010 | 1001 | 0 | 1000010 | 1011111 | 10111 | 10010 | 1011011 | 101000 |
Color Harmonies of #C44209
Complementary color
Monochromatic Colors of #C44209
Black with #C44209
Text Example
Text Example
White with #C44209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44209; }
p { color: rgb(196,66,9); }
H1.HeaderClassName
{
color: #C44209;
}
.AnyTagClassName
{
color: #C44209;
}
</style>
background-color css
<style>
a { background-color: #C44209; }
a { background-color: rgb(196,66,9); }
div.DivClassName
{
background-color: #C44209;
}
.BgClassName
{
background-color: #C44209;
}
</style>
border-color css
<style>
span { border-color: #C44209; }
span { border-color: rgb(196,66,9); }
td.TdClassName
{
border-color: #C44209;
}
.TagClassName
{
border-color: #C44209;
}
</style>