Shades of Rust #C84917
Tints of Rust #C84917
RGB
CMYK
RGB Variations
Color information
#C84917 (or 0xC84917) is known color: Rust. HEX triplet: C8, 49 and 17. RGB value is (200,73,23). Sum of RGB (Red+Green+Blue) = 200+73+23=296 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.57% from 296); Green value is 73 (28.91% from 255 or 24.66% from 296); Blue value is 23 (9.38% from 255 or 7.77% from 296); Max value from RGB is 200 - color contains mainly: red. Hex color #C84917 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C84917 is #37B6E8. Grayscale: #696969. Windows color (decimal): -3651305 or 1526216. OLE color: 1526216.
HSL color Cylindrical-coordinate representation of color #C84917: hue angle of 16.95º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C84917 is Cyan = 0, Magento = 0.64, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 73 | 23 | - |
| CMYK | 0 | 0.64 | 0.88 | 0.22 |
| HSL | 16.95º | 0.79% | 0.44% | - |
| HSV(B) | 16.95º | 0.89% | 0.78% | - |
| XYZ | 26.36 | 17.11 | 2.72 | - |
| YUV | 105.27 | 81.58 | 195.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 73 | 23 | 0 | 0.64 | 0.88 | 0.22 | 16.95 | 0.79 | 0.44 |
| Hex | C8 | 49 | 17 | 0 | 40 | 58 | 16 | 11 | 4F | 2C |
| Octal | 310 | 111 | 27 | 0 | 100 | 130 | 26 | 21 | 117 | 54 |
| Binary | 11001000 | 1001001 | 10111 | 0 | 1000000 | 1011000 | 10110 | 10001 | 1001111 | 101100 |
Color Harmonies of #C84917
Complementary color
Monochromatic Colors of #C84917
Black with #C84917
Text Example
Text Example
White with #C84917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84917; }
p { color: rgb(200,73,23); }
H1.HeaderClassName
{
color: #C84917;
}
.AnyTagClassName
{
color: #C84917;
}
</style>
background-color css
<style>
a { background-color: #C84917; }
a { background-color: rgb(200,73,23); }
div.DivClassName
{
background-color: #C84917;
}
.BgClassName
{
background-color: #C84917;
}
</style>
border-color css
<style>
span { border-color: #C84917; }
span { border-color: rgb(200,73,23); }
td.TdClassName
{
border-color: #C84917;
}
.TagClassName
{
border-color: #C84917;
}
</style>