Shades of Rust #C84609
Tints of Rust #C84609
RGB
CMYK
RGB Variations
Color information
#C84609 (or 0xC84609) is known color: Rust. HEX triplet: C8, 46 and 09. RGB value is (200,70,9). Sum of RGB (Red+Green+Blue) = 200+70+9=279 (36% of max value = 765). Red value is 200 (78.52% from 255 or 71.68% from 279); Green value is 70 (27.73% from 255 or 25.09% from 279); Blue value is 9 (3.91% from 255 or 3.23% from 279); Max value from RGB is 200 - color contains mainly: red. Hex color #C84609 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C84609 is #37B9F6. Grayscale: #666666. Windows color (decimal): -3652087 or 607944. OLE color: 607944.
HSL color Cylindrical-coordinate representation of color #C84609: hue angle of 19.16º 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 #C84609 is Cyan = 0, Magento = 0.65, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 70 | 9 | - |
| CMYK | 0 | 0.65 | 0.96 | 0.22 |
| HSL | 19.16º | 0.91% | 0.41% | - |
| HSV(B) | 19.16º | 0.96% | 0.78% | - |
| XYZ | 26.06 | 16.68 | 2.1 | - |
| YUV | 101.92 | 75.57 | 197.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 70 | 9 | 0 | 0.65 | 0.96 | 0.22 | 19.16 | 0.91 | 0.41 |
| Hex | C8 | 46 | 9 | 0 | 41 | 60 | 16 | 13 | 5B | 29 |
| Octal | 310 | 106 | 11 | 0 | 101 | 140 | 26 | 23 | 133 | 51 |
| Binary | 11001000 | 1000110 | 1001 | 0 | 1000001 | 1100000 | 10110 | 10011 | 1011011 | 101001 |
Color Harmonies of #C84609
Complementary color
Monochromatic Colors of #C84609
Black with #C84609
Text Example
Text Example
White with #C84609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84609; }
p { color: rgb(200,70,9); }
H1.HeaderClassName
{
color: #C84609;
}
.AnyTagClassName
{
color: #C84609;
}
</style>
background-color css
<style>
a { background-color: #C84609; }
a { background-color: rgb(200,70,9); }
div.DivClassName
{
background-color: #C84609;
}
.BgClassName
{
background-color: #C84609;
}
</style>
border-color css
<style>
span { border-color: #C84609; }
span { border-color: rgb(200,70,9); }
td.TdClassName
{
border-color: #C84609;
}
.TagClassName
{
border-color: #C84609;
}
</style>