Shades of Rust #C84009
Tints of Rust #C84009
RGB
CMYK
RGB Variations
Color information
#C84009 (or 0xC84009) is known color: Rust. HEX triplet: C8, 40 and 09. RGB value is (200,64,9). Sum of RGB (Red+Green+Blue) = 200+64+9=273 (36% of max value = 765). Red value is 200 (78.52% from 255 or 73.26% from 273); Green value is 64 (25.39% from 255 or 23.44% from 273); Blue value is 9 (3.91% from 255 or 3.30% from 273); Max value from RGB is 200 - color contains mainly: red. Hex color #C84009 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C84009 is #37BFF6. Grayscale: #626262. Windows color (decimal): -3653623 or 606408. OLE color: 606408.
HSL color Cylindrical-coordinate representation of color #C84009: hue angle of 17.28º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C84009 is Cyan = 0, Magento = 0.68, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 64 | 9 | - |
| CMYK | 0 | 0.68 | 0.96 | 0.22 |
| HSL | 17.28º | 0.91% | 0.41% | - |
| HSV(B) | 17.28º | 0.96% | 0.78% | - |
| XYZ | 25.7 | 15.97 | 1.99 | - |
| YUV | 98.39 | 77.56 | 200.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 64 | 9 | 0 | 0.68 | 0.96 | 0.22 | 17.28 | 0.91 | 0.41 |
| Hex | C8 | 40 | 9 | 0 | 44 | 60 | 16 | 11 | 5B | 29 |
| Octal | 310 | 100 | 11 | 0 | 104 | 140 | 26 | 21 | 133 | 51 |
| Binary | 11001000 | 1000000 | 1001 | 0 | 1000100 | 1100000 | 10110 | 10001 | 1011011 | 101001 |
Color Harmonies of #C84009
Complementary color
Monochromatic Colors of #C84009
Black with #C84009
Text Example
Text Example
White with #C84009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84009; }
p { color: rgb(200,64,9); }
H1.HeaderClassName
{
color: #C84009;
}
.AnyTagClassName
{
color: #C84009;
}
</style>
background-color css
<style>
a { background-color: #C84009; }
a { background-color: rgb(200,64,9); }
div.DivClassName
{
background-color: #C84009;
}
.BgClassName
{
background-color: #C84009;
}
</style>
border-color css
<style>
span { border-color: #C84009; }
span { border-color: rgb(200,64,9); }
td.TdClassName
{
border-color: #C84009;
}
.TagClassName
{
border-color: #C84009;
}
</style>