Shades of Rust #C84409
Tints of Rust #C84409
RGB
CMYK
RGB Variations
Color information
#C84409 (or 0xC84409) is known color: Rust. HEX triplet: C8, 44 and 09. RGB value is (200,68,9). Sum of RGB (Red+Green+Blue) = 200+68+9=277 (36% of max value = 765). Red value is 200 (78.52% from 255 or 72.20% from 277); Green value is 68 (26.95% from 255 or 24.55% from 277); Blue value is 9 (3.91% from 255 or 3.25% from 277); Max value from RGB is 200 - color contains mainly: red. Hex color #C84409 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C84409 is #37BBF6. Grayscale: #656565. Windows color (decimal): -3652599 or 607432. OLE color: 607432.
HSL color Cylindrical-coordinate representation of color #C84409: hue angle of 18.53º 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 #C84409 is Cyan = 0, Magento = 0.66, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 68 | 9 | - |
| CMYK | 0 | 0.66 | 0.96 | 0.22 |
| HSL | 18.53º | 0.91% | 0.41% | - |
| HSV(B) | 18.53º | 0.96% | 0.78% | - |
| XYZ | 25.94 | 16.43 | 2.06 | - |
| YUV | 100.74 | 76.23 | 198.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 68 | 9 | 0 | 0.66 | 0.96 | 0.22 | 18.53 | 0.91 | 0.41 |
| Hex | C8 | 44 | 9 | 0 | 42 | 60 | 16 | 13 | 5B | 29 |
| Octal | 310 | 104 | 11 | 0 | 102 | 140 | 26 | 23 | 133 | 51 |
| Binary | 11001000 | 1000100 | 1001 | 0 | 1000010 | 1100000 | 10110 | 10011 | 1011011 | 101001 |
Color Harmonies of #C84409
Complementary color
Monochromatic Colors of #C84409
Black with #C84409
Text Example
Text Example
White with #C84409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84409; }
p { color: rgb(200,68,9); }
H1.HeaderClassName
{
color: #C84409;
}
.AnyTagClassName
{
color: #C84409;
}
</style>
background-color css
<style>
a { background-color: #C84409; }
a { background-color: rgb(200,68,9); }
div.DivClassName
{
background-color: #C84409;
}
.BgClassName
{
background-color: #C84409;
}
</style>
border-color css
<style>
span { border-color: #C84409; }
span { border-color: rgb(200,68,9); }
td.TdClassName
{
border-color: #C84409;
}
.TagClassName
{
border-color: #C84409;
}
</style>