Shades of Rust #C84817
Tints of Rust #C84817
RGB
CMYK
RGB Variations
Color information
#C84817 (or 0xC84817) is known color: Rust. HEX triplet: C8, 48 and 17. RGB value is (200,72,23). Sum of RGB (Red+Green+Blue) = 200+72+23=295 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.80% from 295); Green value is 72 (28.52% from 255 or 24.41% from 295); Blue value is 23 (9.38% from 255 or 7.80% from 295); Max value from RGB is 200 - color contains mainly: red. Hex color #C84817 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C84817 is #37B7E8. Grayscale: #696969. Windows color (decimal): -3651561 or 1525960. OLE color: 1525960.
HSL color Cylindrical-coordinate representation of color #C84817: hue angle of 16.61º 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 #C84817 is Cyan = 0, Magento = 0.64, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 72 | 23 | - |
| CMYK | 0 | 0.64 | 0.88 | 0.22 |
| HSL | 16.61º | 0.79% | 0.44% | - |
| HSV(B) | 16.61º | 0.89% | 0.78% | - |
| XYZ | 26.29 | 16.98 | 2.7 | - |
| YUV | 104.69 | 81.91 | 195.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 72 | 23 | 0 | 0.64 | 0.88 | 0.22 | 16.61 | 0.79 | 0.44 |
| Hex | C8 | 48 | 17 | 0 | 40 | 58 | 16 | 11 | 4F | 2C |
| Octal | 310 | 110 | 27 | 0 | 100 | 130 | 26 | 21 | 117 | 54 |
| Binary | 11001000 | 1001000 | 10111 | 0 | 1000000 | 1011000 | 10110 | 10001 | 1001111 | 101100 |
Color Harmonies of #C84817
Complementary color
Monochromatic Colors of #C84817
Black with #C84817
Text Example
Text Example
White with #C84817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84817; }
p { color: rgb(200,72,23); }
H1.HeaderClassName
{
color: #C84817;
}
.AnyTagClassName
{
color: #C84817;
}
</style>
background-color css
<style>
a { background-color: #C84817; }
a { background-color: rgb(200,72,23); }
div.DivClassName
{
background-color: #C84817;
}
.BgClassName
{
background-color: #C84817;
}
</style>
border-color css
<style>
span { border-color: #C84817; }
span { border-color: rgb(200,72,23); }
td.TdClassName
{
border-color: #C84817;
}
.TagClassName
{
border-color: #C84817;
}
</style>