Shades of Rust #C04A16
Tints of Rust #C04A16
RGB
CMYK
RGB Variations
Color information
#C04A16 (or 0xC04A16) is known color: Rust. HEX triplet: C0, 4A and 16. RGB value is (192,74,22). Sum of RGB (Red+Green+Blue) = 192+74+22=288 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.67% from 288); Green value is 74 (29.30% from 255 or 25.69% from 288); Blue value is 22 (8.98% from 255 or 7.64% from 288); Max value from RGB is 192 - color contains mainly: red. Hex color #C04A16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04A16 is #3FB5E9. Grayscale: #676767. Windows color (decimal): -4175338 or 1460928. OLE color: 1460928.
HSL color Cylindrical-coordinate representation of color #C04A16: hue angle of 18.35º 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 #C04A16 is Cyan = 0, Magento = 0.61, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 74 | 22 | - |
| CMYK | 0 | 0.61 | 0.89 | 0.25 |
| HSL | 18.35º | 0.79% | 0.42% | - |
| HSV(B) | 18.35º | 0.89% | 0.75% | - |
| XYZ | 24.33 | 16.16 | 2.6 | - |
| YUV | 103.35 | 82.09 | 191.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 74 | 22 | 0 | 0.61 | 0.89 | 0.25 | 18.35 | 0.79 | 0.42 |
| Hex | C0 | 4A | 16 | 0 | 3D | 59 | 19 | 12 | 4F | 2A |
| Octal | 300 | 112 | 26 | 0 | 75 | 131 | 31 | 22 | 117 | 52 |
| Binary | 11000000 | 1001010 | 10110 | 0 | 111101 | 1011001 | 11001 | 10010 | 1001111 | 101010 |
Color Harmonies of #C04A16
Complementary color
Monochromatic Colors of #C04A16
Black with #C04A16
Text Example
Text Example
White with #C04A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04A16; }
p { color: rgb(192,74,22); }
H1.HeaderClassName
{
color: #C04A16;
}
.AnyTagClassName
{
color: #C04A16;
}
</style>
background-color css
<style>
a { background-color: #C04A16; }
a { background-color: rgb(192,74,22); }
div.DivClassName
{
background-color: #C04A16;
}
.BgClassName
{
background-color: #C04A16;
}
</style>
border-color css
<style>
span { border-color: #C04A16; }
span { border-color: rgb(192,74,22); }
td.TdClassName
{
border-color: #C04A16;
}
.TagClassName
{
border-color: #C04A16;
}
</style>