Shades of Rust #C84809
Tints of Rust #C84809
RGB
CMYK
RGB Variations
Color information
#C84809 (or 0xC84809) is known color: Rust. HEX triplet: C8, 48 and 09. RGB value is (200,72,9). Sum of RGB (Red+Green+Blue) = 200+72+9=281 (37% of max value = 765). Red value is 200 (78.52% from 255 or 71.17% from 281); Green value is 72 (28.52% from 255 or 25.62% from 281); Blue value is 9 (3.91% from 255 or 3.20% from 281); Max value from RGB is 200 - color contains mainly: red. Hex color #C84809 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C84809 is #37B7F6. Grayscale: #676767. Windows color (decimal): -3651575 or 608456. OLE color: 608456.
HSL color Cylindrical-coordinate representation of color #C84809: hue angle of 19.79º 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 #C84809 is Cyan = 0, Magento = 0.64, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 72 | 9 | - |
| CMYK | 0 | 0.64 | 0.96 | 0.22 |
| HSL | 19.79º | 0.91% | 0.41% | - |
| HSV(B) | 19.79º | 0.96% | 0.78% | - |
| XYZ | 26.19 | 16.93 | 2.15 | - |
| YUV | 103.09 | 74.91 | 197.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 72 | 9 | 0 | 0.64 | 0.96 | 0.22 | 19.79 | 0.91 | 0.41 |
| Hex | C8 | 48 | 9 | 0 | 40 | 60 | 16 | 14 | 5B | 29 |
| Octal | 310 | 110 | 11 | 0 | 100 | 140 | 26 | 24 | 133 | 51 |
| Binary | 11001000 | 1001000 | 1001 | 0 | 1000000 | 1100000 | 10110 | 10100 | 1011011 | 101001 |
Color Harmonies of #C84809
Complementary color
Monochromatic Colors of #C84809
Black with #C84809
Text Example
Text Example
White with #C84809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84809; }
p { color: rgb(200,72,9); }
H1.HeaderClassName
{
color: #C84809;
}
.AnyTagClassName
{
color: #C84809;
}
</style>
background-color css
<style>
a { background-color: #C84809; }
a { background-color: rgb(200,72,9); }
div.DivClassName
{
background-color: #C84809;
}
.BgClassName
{
background-color: #C84809;
}
</style>
border-color css
<style>
span { border-color: #C84809; }
span { border-color: rgb(200,72,9); }
td.TdClassName
{
border-color: #C84809;
}
.TagClassName
{
border-color: #C84809;
}
</style>