Shades of Rust #C84616
Tints of Rust #C84616
RGB
CMYK
RGB Variations
Color information
#C84616 (or 0xC84616) is known color: Rust. HEX triplet: C8, 46 and 16. RGB value is (200,70,22). Sum of RGB (Red+Green+Blue) = 200+70+22=292 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.49% from 292); Green value is 70 (27.73% from 255 or 23.97% from 292); Blue value is 22 (8.98% from 255 or 7.53% from 292); Max value from RGB is 200 - color contains mainly: red. Hex color #C84616 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C84616 is #37B9E9. Grayscale: #676767. Windows color (decimal): -3652074 or 1459912. OLE color: 1459912.
HSL color Cylindrical-coordinate representation of color #C84616: hue angle of 16.18º 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 #C84616 is Cyan = 0, Magento = 0.65, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 70 | 22 | - |
| CMYK | 0 | 0.65 | 0.89 | 0.22 |
| HSL | 16.18º | 0.8% | 0.44% | - |
| HSV(B) | 16.18º | 0.89% | 0.78% | - |
| XYZ | 26.15 | 16.72 | 2.61 | - |
| YUV | 103.4 | 82.07 | 196.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 70 | 22 | 0 | 0.65 | 0.89 | 0.22 | 16.18 | 0.8 | 0.44 |
| Hex | C8 | 46 | 16 | 0 | 41 | 59 | 16 | 10 | 50 | 2C |
| Octal | 310 | 106 | 26 | 0 | 101 | 131 | 26 | 20 | 120 | 54 |
| Binary | 11001000 | 1000110 | 10110 | 0 | 1000001 | 1011001 | 10110 | 10000 | 1010000 | 101100 |
Color Harmonies of #C84616
Complementary color
Monochromatic Colors of #C84616
Black with #C84616
Text Example
Text Example
White with #C84616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84616; }
p { color: rgb(200,70,22); }
H1.HeaderClassName
{
color: #C84616;
}
.AnyTagClassName
{
color: #C84616;
}
</style>
background-color css
<style>
a { background-color: #C84616; }
a { background-color: rgb(200,70,22); }
div.DivClassName
{
background-color: #C84616;
}
.BgClassName
{
background-color: #C84616;
}
</style>
border-color css
<style>
span { border-color: #C84616; }
span { border-color: rgb(200,70,22); }
td.TdClassName
{
border-color: #C84616;
}
.TagClassName
{
border-color: #C84616;
}
</style>