Shades of Rust #C24E16
Tints of Rust #C24E16
RGB
CMYK
RGB Variations
Color information
#C24E16 (or 0xC24E16) is known color: Rust. HEX triplet: C2, 4E and 16. RGB value is (194,78,22). Sum of RGB (Red+Green+Blue) = 194+78+22=294 (38% of max value = 765). Red value is 194 (76.17% from 255 or 65.99% from 294); Green value is 78 (30.86% from 255 or 26.53% from 294); Blue value is 22 (8.98% from 255 or 7.48% from 294); Max value from RGB is 194 - color contains mainly: red. Hex color #C24E16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C24E16 is #3DB1E9. Grayscale: #6A6A6A. Windows color (decimal): -4043242 or 1461954. OLE color: 1461954.
HSL color Cylindrical-coordinate representation of color #C24E16: hue angle of 19.53º 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 #C24E16 is Cyan = 0, Magento = 0.60, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 78 | 22 | - |
| CMYK | 0 | 0.60 | 0.89 | 0.24 |
| HSL | 19.53º | 0.8% | 0.42% | - |
| HSV(B) | 19.53º | 0.89% | 0.76% | - |
| XYZ | 25.12 | 16.98 | 2.71 | - |
| YUV | 106.3 | 80.43 | 190.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 78 | 22 | 0 | 0.60 | 0.89 | 0.24 | 19.53 | 0.8 | 0.42 |
| Hex | C2 | 4E | 16 | 0 | 3C | 59 | 18 | 14 | 50 | 2A |
| Octal | 302 | 116 | 26 | 0 | 74 | 131 | 30 | 24 | 120 | 52 |
| Binary | 11000010 | 1001110 | 10110 | 0 | 111100 | 1011001 | 11000 | 10100 | 1010000 | 101010 |
Color Harmonies of #C24E16
Complementary color
Monochromatic Colors of #C24E16
Black with #C24E16
Text Example
Text Example
White with #C24E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24E16; }
p { color: rgb(194,78,22); }
H1.HeaderClassName
{
color: #C24E16;
}
.AnyTagClassName
{
color: #C24E16;
}
</style>
background-color css
<style>
a { background-color: #C24E16; }
a { background-color: rgb(194,78,22); }
div.DivClassName
{
background-color: #C24E16;
}
.BgClassName
{
background-color: #C24E16;
}
</style>
border-color css
<style>
span { border-color: #C24E16; }
span { border-color: rgb(194,78,22); }
td.TdClassName
{
border-color: #C24E16;
}
.TagClassName
{
border-color: #C24E16;
}
</style>