Shades of Rust #C84916
Tints of Rust #C84916
RGB
CMYK
RGB Variations
Color information
#C84916 (or 0xC84916) is known color: Rust. HEX triplet: C8, 49 and 16. RGB value is (200,73,22). Sum of RGB (Red+Green+Blue) = 200+73+22=295 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.80% from 295); Green value is 73 (28.91% from 255 or 24.75% from 295); Blue value is 22 (8.98% from 255 or 7.46% from 295); Max value from RGB is 200 - color contains mainly: red. Hex color #C84916 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C84916 is #37B6E9. Grayscale: #696969. Windows color (decimal): -3651306 or 1460680. OLE color: 1460680.
HSL color Cylindrical-coordinate representation of color #C84916: hue angle of 17.19º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C84916 is Cyan = 0, Magento = 0.64, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 73 | 22 | - |
| CMYK | 0 | 0.64 | 0.89 | 0.22 |
| HSL | 17.19º | 0.8% | 0.44% | - |
| HSV(B) | 17.19º | 0.89% | 0.78% | - |
| XYZ | 26.35 | 17.1 | 2.67 | - |
| YUV | 105.16 | 81.08 | 195.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 73 | 22 | 0 | 0.64 | 0.89 | 0.22 | 17.19 | 0.8 | 0.44 |
| Hex | C8 | 49 | 16 | 0 | 40 | 59 | 16 | 11 | 50 | 2C |
| Octal | 310 | 111 | 26 | 0 | 100 | 131 | 26 | 21 | 120 | 54 |
| Binary | 11001000 | 1001001 | 10110 | 0 | 1000000 | 1011001 | 10110 | 10001 | 1010000 | 101100 |
Color Harmonies of #C84916
Complementary color
Monochromatic Colors of #C84916
Black with #C84916
Text Example
Text Example
White with #C84916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84916; }
p { color: rgb(200,73,22); }
H1.HeaderClassName
{
color: #C84916;
}
.AnyTagClassName
{
color: #C84916;
}
</style>
background-color css
<style>
a { background-color: #C84916; }
a { background-color: rgb(200,73,22); }
div.DivClassName
{
background-color: #C84916;
}
.BgClassName
{
background-color: #C84916;
}
</style>
border-color css
<style>
span { border-color: #C84916; }
span { border-color: rgb(200,73,22); }
td.TdClassName
{
border-color: #C84916;
}
.TagClassName
{
border-color: #C84916;
}
</style>