Shades of Rust #C84D17
Tints of Rust #C84D17
RGB
CMYK
RGB Variations
Color information
#C84D17 (or 0xC84D17) is known color: Rust. HEX triplet: C8, 4D and 17. RGB value is (200,77,23). Sum of RGB (Red+Green+Blue) = 200+77+23=300 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.67% from 300); Green value is 77 (30.47% from 255 or 25.67% from 300); Blue value is 23 (9.38% from 255 or 7.67% from 300); Max value from RGB is 200 - color contains mainly: red. Hex color #C84D17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C84D17 is #37B2E8. Grayscale: #6B6B6B. Windows color (decimal): -3650281 or 1527240. OLE color: 1527240.
HSL color Cylindrical-coordinate representation of color #C84D17: hue angle of 18.31º 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 #C84D17 is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 77 | 23 | - |
| CMYK | 0 | 0.62 | 0.88 | 0.22 |
| HSL | 18.31º | 0.79% | 0.44% | - |
| HSV(B) | 18.31º | 0.89% | 0.78% | - |
| XYZ | 26.63 | 17.65 | 2.81 | - |
| YUV | 107.62 | 80.25 | 193.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 77 | 23 | 0 | 0.62 | 0.88 | 0.22 | 18.31 | 0.79 | 0.44 |
| Hex | C8 | 4D | 17 | 0 | 3E | 58 | 16 | 12 | 4F | 2C |
| Octal | 310 | 115 | 27 | 0 | 76 | 130 | 26 | 22 | 117 | 54 |
| Binary | 11001000 | 1001101 | 10111 | 0 | 111110 | 1011000 | 10110 | 10010 | 1001111 | 101100 |
Color Harmonies of #C84D17
Complementary color
Monochromatic Colors of #C84D17
Black with #C84D17
Text Example
Text Example
White with #C84D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84D17; }
p { color: rgb(200,77,23); }
H1.HeaderClassName
{
color: #C84D17;
}
.AnyTagClassName
{
color: #C84D17;
}
</style>
background-color css
<style>
a { background-color: #C84D17; }
a { background-color: rgb(200,77,23); }
div.DivClassName
{
background-color: #C84D17;
}
.BgClassName
{
background-color: #C84D17;
}
</style>
border-color css
<style>
span { border-color: #C84D17; }
span { border-color: rgb(200,77,23); }
td.TdClassName
{
border-color: #C84D17;
}
.TagClassName
{
border-color: #C84D17;
}
</style>