Shades of Rust #C44009
Tints of Rust #C44009
RGB
CMYK
RGB Variations
Color information
#C44009 (or 0xC44009) is known color: Rust. HEX triplet: C4, 40 and 09. RGB value is (196,64,9). Sum of RGB (Red+Green+Blue) = 196+64+9=269 (35% of max value = 765). Red value is 196 (76.95% from 255 or 72.86% from 269); Green value is 64 (25.39% from 255 or 23.79% from 269); Blue value is 9 (3.91% from 255 or 3.35% from 269); Max value from RGB is 196 - color contains mainly: red. Hex color #C44009 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44009 is #3BBFF6. Grayscale: #616161. Windows color (decimal): -3915767 or 606404. OLE color: 606404.
HSL color Cylindrical-coordinate representation of color #C44009: hue angle of 17.65º 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 #C44009 is Cyan = 0, Magento = 0.67, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 64 | 9 | - |
| CMYK | 0 | 0.67 | 0.95 | 0.23 |
| HSL | 17.65º | 0.91% | 0.4% | - |
| HSV(B) | 17.65º | 0.95% | 0.77% | - |
| XYZ | 24.65 | 15.42 | 1.94 | - |
| YUV | 97.2 | 78.23 | 198.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 64 | 9 | 0 | 0.67 | 0.95 | 0.23 | 17.65 | 0.91 | 0.4 |
| Hex | C4 | 40 | 9 | 0 | 43 | 5F | 17 | 12 | 5B | 28 |
| Octal | 304 | 100 | 11 | 0 | 103 | 137 | 27 | 22 | 133 | 50 |
| Binary | 11000100 | 1000000 | 1001 | 0 | 1000011 | 1011111 | 10111 | 10010 | 1011011 | 101000 |
Color Harmonies of #C44009
Complementary color
Monochromatic Colors of #C44009
Black with #C44009
Text Example
Text Example
White with #C44009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44009; }
p { color: rgb(196,64,9); }
H1.HeaderClassName
{
color: #C44009;
}
.AnyTagClassName
{
color: #C44009;
}
</style>
background-color css
<style>
a { background-color: #C44009; }
a { background-color: rgb(196,64,9); }
div.DivClassName
{
background-color: #C44009;
}
.BgClassName
{
background-color: #C44009;
}
</style>
border-color css
<style>
span { border-color: #C44009; }
span { border-color: rgb(196,64,9); }
td.TdClassName
{
border-color: #C44009;
}
.TagClassName
{
border-color: #C44009;
}
</style>