Shades of Rust #C04F16
Tints of Rust #C04F16
RGB
CMYK
RGB Variations
Color information
#C04F16 (or 0xC04F16) is known color: Rust. HEX triplet: C0, 4F and 16. RGB value is (192,79,22). Sum of RGB (Red+Green+Blue) = 192+79+22=293 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.53% from 293); Green value is 79 (31.25% from 255 or 26.96% from 293); Blue value is 22 (8.98% from 255 or 7.51% from 293); Max value from RGB is 192 - color contains mainly: red. Hex color #C04F16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C04F16 is #3FB0E9. Grayscale: #6A6A6A. Windows color (decimal): -4174058 or 1462208. OLE color: 1462208.
HSL color Cylindrical-coordinate representation of color #C04F16: hue angle of 20.12º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C04F16 is Cyan = 0, Magento = 0.59, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 79 | 22 | - |
| CMYK | 0 | 0.59 | 0.89 | 0.25 |
| HSL | 20.12º | 0.79% | 0.42% | - |
| HSV(B) | 20.12º | 0.89% | 0.75% | - |
| XYZ | 24.68 | 16.86 | 2.71 | - |
| YUV | 106.29 | 80.44 | 189.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 79 | 22 | 0 | 0.59 | 0.89 | 0.25 | 20.12 | 0.79 | 0.42 |
| Hex | C0 | 4F | 16 | 0 | 3B | 59 | 19 | 14 | 4F | 2A |
| Octal | 300 | 117 | 26 | 0 | 73 | 131 | 31 | 24 | 117 | 52 |
| Binary | 11000000 | 1001111 | 10110 | 0 | 111011 | 1011001 | 11001 | 10100 | 1001111 | 101010 |
Color Harmonies of #C04F16
Complementary color
Monochromatic Colors of #C04F16
Black with #C04F16
Text Example
Text Example
White with #C04F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04F16; }
p { color: rgb(192,79,22); }
H1.HeaderClassName
{
color: #C04F16;
}
.AnyTagClassName
{
color: #C04F16;
}
</style>
background-color css
<style>
a { background-color: #C04F16; }
a { background-color: rgb(192,79,22); }
div.DivClassName
{
background-color: #C04F16;
}
.BgClassName
{
background-color: #C04F16;
}
</style>
border-color css
<style>
span { border-color: #C04F16; }
span { border-color: rgb(192,79,22); }
td.TdClassName
{
border-color: #C04F16;
}
.TagClassName
{
border-color: #C04F16;
}
</style>