Shades of Rust #C24010
Tints of Rust #C24010
RGB
CMYK
RGB Variations
Color information
#C24010 (or 0xC24010) is known color: Rust. HEX triplet: C2, 40 and 10. RGB value is (194,64,16). Sum of RGB (Red+Green+Blue) = 194+64+16=274 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.80% from 274); Green value is 64 (25.39% from 255 or 23.36% from 274); Blue value is 16 (6.64% from 255 or 5.84% from 274); Max value from RGB is 194 - color contains mainly: red. Hex color #C24010 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24010 is #3DBFEF. Grayscale: #616161. Windows color (decimal): -4046832 or 1065154. OLE color: 1065154.
HSL color Cylindrical-coordinate representation of color #C24010: hue angle of 16.18º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C24010 is Cyan = 0, Magento = 0.67, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 64 | 16 | - |
| CMYK | 0 | 0.67 | 0.92 | 0.24 |
| HSL | 16.18º | 0.85% | 0.41% | - |
| HSV(B) | 16.18º | 0.92% | 0.76% | - |
| XYZ | 24.18 | 15.17 | 2.14 | - |
| YUV | 97.4 | 82.07 | 196.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 64 | 16 | 0 | 0.67 | 0.92 | 0.24 | 16.18 | 0.85 | 0.41 |
| Hex | C2 | 40 | 10 | 0 | 43 | 5C | 18 | 10 | 55 | 29 |
| Octal | 302 | 100 | 20 | 0 | 103 | 134 | 30 | 20 | 125 | 51 |
| Binary | 11000010 | 1000000 | 10000 | 0 | 1000011 | 1011100 | 11000 | 10000 | 1010101 | 101001 |
Color Harmonies of #C24010
Complementary color
Monochromatic Colors of #C24010
Black with #C24010
Text Example
Text Example
White with #C24010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24010; }
p { color: rgb(194,64,16); }
H1.HeaderClassName
{
color: #C24010;
}
.AnyTagClassName
{
color: #C24010;
}
</style>
background-color css
<style>
a { background-color: #C24010; }
a { background-color: rgb(194,64,16); }
div.DivClassName
{
background-color: #C24010;
}
.BgClassName
{
background-color: #C24010;
}
</style>
border-color css
<style>
span { border-color: #C24010; }
span { border-color: rgb(194,64,16); }
td.TdClassName
{
border-color: #C24010;
}
.TagClassName
{
border-color: #C24010;
}
</style>