Shades of Rust #C04817
Tints of Rust #C04817
RGB
CMYK
RGB Variations
Color information
#C04817 (or 0xC04817) is known color: Rust. HEX triplet: C0, 48 and 17. RGB value is (192,72,23). Sum of RGB (Red+Green+Blue) = 192+72+23=287 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.90% from 287); Green value is 72 (28.52% from 255 or 25.09% from 287); Blue value is 23 (9.38% from 255 or 8.01% from 287); Max value from RGB is 192 - color contains mainly: red. Hex color #C04817 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04817 is #3FB7E8. Grayscale: #666666. Windows color (decimal): -4175849 or 1525952. OLE color: 1525952.
HSL color Cylindrical-coordinate representation of color #C04817: hue angle of 17.4º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C04817 is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 72 | 23 | - |
| CMYK | 0 | 0.63 | 0.88 | 0.25 |
| HSL | 17.4º | 0.79% | 0.42% | - |
| HSV(B) | 17.4º | 0.88% | 0.75% | - |
| XYZ | 24.21 | 15.9 | 2.6 | - |
| YUV | 102.29 | 83.26 | 191.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 72 | 23 | 0 | 0.63 | 0.88 | 0.25 | 17.4 | 0.79 | 0.42 |
| Hex | C0 | 48 | 17 | 0 | 3F | 58 | 19 | 11 | 4F | 2A |
| Octal | 300 | 110 | 27 | 0 | 77 | 130 | 31 | 21 | 117 | 52 |
| Binary | 11000000 | 1001000 | 10111 | 0 | 111111 | 1011000 | 11001 | 10001 | 1001111 | 101010 |
Color Harmonies of #C04817
Complementary color
Monochromatic Colors of #C04817
Black with #C04817
Text Example
Text Example
White with #C04817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04817; }
p { color: rgb(192,72,23); }
H1.HeaderClassName
{
color: #C04817;
}
.AnyTagClassName
{
color: #C04817;
}
</style>
background-color css
<style>
a { background-color: #C04817; }
a { background-color: rgb(192,72,23); }
div.DivClassName
{
background-color: #C04817;
}
.BgClassName
{
background-color: #C04817;
}
</style>
border-color css
<style>
span { border-color: #C04817; }
span { border-color: rgb(192,72,23); }
td.TdClassName
{
border-color: #C04817;
}
.TagClassName
{
border-color: #C04817;
}
</style>