Shades of Rust #C24116
Tints of Rust #C24116
RGB
CMYK
RGB Variations
Color information
#C24116 (or 0xC24116) is known color: Rust. HEX triplet: C2, 41 and 16. RGB value is (194,65,22). Sum of RGB (Red+Green+Blue) = 194+65+22=281 (37% of max value = 765). Red value is 194 (76.17% from 255 or 69.04% from 281); Green value is 65 (25.78% from 255 or 23.13% from 281); Blue value is 22 (8.98% from 255 or 7.83% from 281); Max value from RGB is 194 - color contains mainly: red. Hex color #C24116 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24116 is #3DBEE9. Grayscale: #626262. Windows color (decimal): -4046570 or 1458626. OLE color: 1458626.
HSL color Cylindrical-coordinate representation of color #C24116: hue angle of 15º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C24116 is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 65 | 22 | - |
| CMYK | 0 | 0.66 | 0.89 | 0.24 |
| HSL | 15º | 0.8% | 0.42% | - |
| HSV(B) | 15º | 0.89% | 0.76% | - |
| XYZ | 24.28 | 15.31 | 2.43 | - |
| YUV | 98.67 | 84.74 | 196 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 65 | 22 | 0 | 0.66 | 0.89 | 0.24 | 15 | 0.8 | 0.42 |
| Hex | C2 | 41 | 16 | 0 | 42 | 59 | 18 | F | 50 | 2A |
| Octal | 302 | 101 | 26 | 0 | 102 | 131 | 30 | 17 | 120 | 52 |
| Binary | 11000010 | 1000001 | 10110 | 0 | 1000010 | 1011001 | 11000 | 1111 | 1010000 | 101010 |
Color Harmonies of #C24116
Complementary color
Monochromatic Colors of #C24116
Black with #C24116
Text Example
Text Example
White with #C24116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24116; }
p { color: rgb(194,65,22); }
H1.HeaderClassName
{
color: #C24116;
}
.AnyTagClassName
{
color: #C24116;
}
</style>
background-color css
<style>
a { background-color: #C24116; }
a { background-color: rgb(194,65,22); }
div.DivClassName
{
background-color: #C24116;
}
.BgClassName
{
background-color: #C24116;
}
</style>
border-color css
<style>
span { border-color: #C24116; }
span { border-color: rgb(194,65,22); }
td.TdClassName
{
border-color: #C24116;
}
.TagClassName
{
border-color: #C24116;
}
</style>