Shades of Rust #C04717
Tints of Rust #C04717
RGB
CMYK
RGB Variations
Color information
#C04717 (or 0xC04717) is known color: Rust. HEX triplet: C0, 47 and 17. RGB value is (192,71,23). Sum of RGB (Red+Green+Blue) = 192+71+23=286 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.13% from 286); Green value is 71 (28.12% from 255 or 24.83% from 286); Blue value is 23 (9.38% from 255 or 8.04% from 286); Max value from RGB is 192 - color contains mainly: red. Hex color #C04717 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04717 is #3FB8E8. Grayscale: #666666. Windows color (decimal): -4176105 or 1525696. OLE color: 1525696.
HSL color Cylindrical-coordinate representation of color #C04717: hue angle of 17.04º 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 #C04717 is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 71 | 23 | - |
| CMYK | 0 | 0.63 | 0.88 | 0.25 |
| HSL | 17.04º | 0.79% | 0.42% | - |
| HSV(B) | 17.04º | 0.88% | 0.75% | - |
| XYZ | 24.15 | 15.77 | 2.58 | - |
| YUV | 101.71 | 83.59 | 192.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 71 | 23 | 0 | 0.63 | 0.88 | 0.25 | 17.04 | 0.79 | 0.42 |
| Hex | C0 | 47 | 17 | 0 | 3F | 58 | 19 | 11 | 4F | 2A |
| Octal | 300 | 107 | 27 | 0 | 77 | 130 | 31 | 21 | 117 | 52 |
| Binary | 11000000 | 1000111 | 10111 | 0 | 111111 | 1011000 | 11001 | 10001 | 1001111 | 101010 |
Color Harmonies of #C04717
Complementary color
Monochromatic Colors of #C04717
Black with #C04717
Text Example
Text Example
White with #C04717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04717; }
p { color: rgb(192,71,23); }
H1.HeaderClassName
{
color: #C04717;
}
.AnyTagClassName
{
color: #C04717;
}
</style>
background-color css
<style>
a { background-color: #C04717; }
a { background-color: rgb(192,71,23); }
div.DivClassName
{
background-color: #C04717;
}
.BgClassName
{
background-color: #C04717;
}
</style>
border-color css
<style>
span { border-color: #C04717; }
span { border-color: rgb(192,71,23); }
td.TdClassName
{
border-color: #C04717;
}
.TagClassName
{
border-color: #C04717;
}
</style>