Shades of Rust #C04217
Tints of Rust #C04217
RGB
CMYK
RGB Variations
Color information
#C04217 (or 0xC04217) is known color: Rust. HEX triplet: C0, 42 and 17. RGB value is (192,66,23). Sum of RGB (Red+Green+Blue) = 192+66+23=281 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.33% from 281); Green value is 66 (26.17% from 255 or 23.49% from 281); Blue value is 23 (9.38% from 255 or 8.19% from 281); Max value from RGB is 192 - color contains mainly: red. Hex color #C04217 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04217 is #3FBDE8. Grayscale: #636363. Windows color (decimal): -4177385 or 1524416. OLE color: 1524416.
HSL color Cylindrical-coordinate representation of color #C04217: hue angle of 15.27º 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 #C04217 is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 66 | 23 | - |
| CMYK | 0 | 0.66 | 0.88 | 0.25 |
| HSL | 15.27º | 0.79% | 0.42% | - |
| HSV(B) | 15.27º | 0.88% | 0.75% | - |
| XYZ | 23.84 | 15.16 | 2.48 | - |
| YUV | 98.77 | 85.24 | 194.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 66 | 23 | 0 | 0.66 | 0.88 | 0.25 | 15.27 | 0.79 | 0.42 |
| Hex | C0 | 42 | 17 | 0 | 42 | 58 | 19 | F | 4F | 2A |
| Octal | 300 | 102 | 27 | 0 | 102 | 130 | 31 | 17 | 117 | 52 |
| Binary | 11000000 | 1000010 | 10111 | 0 | 1000010 | 1011000 | 11001 | 1111 | 1001111 | 101010 |
Color Harmonies of #C04217
Complementary color
Monochromatic Colors of #C04217
Black with #C04217
Text Example
Text Example
White with #C04217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04217; }
p { color: rgb(192,66,23); }
H1.HeaderClassName
{
color: #C04217;
}
.AnyTagClassName
{
color: #C04217;
}
</style>
background-color css
<style>
a { background-color: #C04217; }
a { background-color: rgb(192,66,23); }
div.DivClassName
{
background-color: #C04217;
}
.BgClassName
{
background-color: #C04217;
}
</style>
border-color css
<style>
span { border-color: #C04217; }
span { border-color: rgb(192,66,23); }
td.TdClassName
{
border-color: #C04217;
}
.TagClassName
{
border-color: #C04217;
}
</style>