Shades of Rust #C04916
Tints of Rust #C04916
RGB
CMYK
RGB Variations
Color information
#C04916 (or 0xC04916) is known color: Rust. HEX triplet: C0, 49 and 16. RGB value is (192,73,22). Sum of RGB (Red+Green+Blue) = 192+73+22=287 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.90% from 287); Green value is 73 (28.91% from 255 or 25.44% from 287); Blue value is 22 (8.98% from 255 or 7.67% from 287); Max value from RGB is 192 - color contains mainly: red. Hex color #C04916 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04916 is #3FB6E9. Grayscale: #676767. Windows color (decimal): -4175594 or 1460672. OLE color: 1460672.
HSL color Cylindrical-coordinate representation of color #C04916: hue angle of 18º 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 #C04916 is Cyan = 0, Magento = 0.62, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 73 | 22 | - |
| CMYK | 0 | 0.62 | 0.89 | 0.25 |
| HSL | 18º | 0.79% | 0.42% | - |
| HSV(B) | 18º | 0.89% | 0.75% | - |
| XYZ | 24.27 | 16.03 | 2.57 | - |
| YUV | 102.77 | 82.42 | 191.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 73 | 22 | 0 | 0.62 | 0.89 | 0.25 | 18 | 0.79 | 0.42 |
| Hex | C0 | 49 | 16 | 0 | 3E | 59 | 19 | 12 | 4F | 2A |
| Octal | 300 | 111 | 26 | 0 | 76 | 131 | 31 | 22 | 117 | 52 |
| Binary | 11000000 | 1001001 | 10110 | 0 | 111110 | 1011001 | 11001 | 10010 | 1001111 | 101010 |
Color Harmonies of #C04916
Complementary color
Monochromatic Colors of #C04916
Black with #C04916
Text Example
Text Example
White with #C04916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04916; }
p { color: rgb(192,73,22); }
H1.HeaderClassName
{
color: #C04916;
}
.AnyTagClassName
{
color: #C04916;
}
</style>
background-color css
<style>
a { background-color: #C04916; }
a { background-color: rgb(192,73,22); }
div.DivClassName
{
background-color: #C04916;
}
.BgClassName
{
background-color: #C04916;
}
</style>
border-color css
<style>
span { border-color: #C04916; }
span { border-color: rgb(192,73,22); }
td.TdClassName
{
border-color: #C04916;
}
.TagClassName
{
border-color: #C04916;
}
</style>