Shades of Rust #C04116
Tints of Rust #C04116
RGB
CMYK
RGB Variations
Color information
#C04116 (or 0xC04116) is known color: Rust. HEX triplet: C0, 41 and 16. RGB value is (192,65,22). Sum of RGB (Red+Green+Blue) = 192+65+22=279 (36% of max value = 765). Red value is 192 (75.39% from 255 or 68.82% from 279); Green value is 65 (25.78% from 255 or 23.30% from 279); Blue value is 22 (8.98% from 255 or 7.89% from 279); Max value from RGB is 192 - color contains mainly: red. Hex color #C04116 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04116 is #3FBEE9. Grayscale: #626262. Windows color (decimal): -4177642 or 1458624. OLE color: 1458624.
HSL color Cylindrical-coordinate representation of color #C04116: hue angle of 15.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 #C04116 is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 65 | 22 | - |
| CMYK | 0 | 0.66 | 0.89 | 0.25 |
| HSL | 15.18º | 0.79% | 0.42% | - |
| HSV(B) | 15.18º | 0.89% | 0.75% | - |
| XYZ | 23.77 | 15.04 | 2.41 | - |
| YUV | 98.07 | 85.08 | 195 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 65 | 22 | 0 | 0.66 | 0.89 | 0.25 | 15.18 | 0.79 | 0.42 |
| Hex | C0 | 41 | 16 | 0 | 42 | 59 | 19 | F | 4F | 2A |
| Octal | 300 | 101 | 26 | 0 | 102 | 131 | 31 | 17 | 117 | 52 |
| Binary | 11000000 | 1000001 | 10110 | 0 | 1000010 | 1011001 | 11001 | 1111 | 1001111 | 101010 |
Color Harmonies of #C04116
Complementary color
Monochromatic Colors of #C04116
Black with #C04116
Text Example
Text Example
White with #C04116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04116; }
p { color: rgb(192,65,22); }
H1.HeaderClassName
{
color: #C04116;
}
.AnyTagClassName
{
color: #C04116;
}
</style>
background-color css
<style>
a { background-color: #C04116; }
a { background-color: rgb(192,65,22); }
div.DivClassName
{
background-color: #C04116;
}
.BgClassName
{
background-color: #C04116;
}
</style>
border-color css
<style>
span { border-color: #C04116; }
span { border-color: rgb(192,65,22); }
td.TdClassName
{
border-color: #C04116;
}
.TagClassName
{
border-color: #C04116;
}
</style>