Shades of Rust #C24211
Tints of Rust #C24211
RGB
CMYK
RGB Variations
Color information
#C24211 (or 0xC24211) is known color: Rust. HEX triplet: C2, 42 and 11. RGB value is (194,66,17). Sum of RGB (Red+Green+Blue) = 194+66+17=277 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.04% from 277); Green value is 66 (26.17% from 255 or 23.83% from 277); Blue value is 17 (7.03% from 255 or 6.14% from 277); Max value from RGB is 194 - color contains mainly: red. Hex color #C24211 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24211 is #3DBDEE. Grayscale: #636363. Windows color (decimal): -4046319 or 1131202. OLE color: 1131202.
HSL color Cylindrical-coordinate representation of color #C24211: hue angle of 16.61º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C24211 is Cyan = 0, Magento = 0.66, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 66 | 17 | - |
| CMYK | 0 | 0.66 | 0.91 | 0.24 |
| HSL | 16.61º | 0.84% | 0.41% | - |
| HSV(B) | 16.61º | 0.91% | 0.76% | - |
| XYZ | 24.3 | 15.41 | 2.22 | - |
| YUV | 98.69 | 81.91 | 195.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 66 | 17 | 0 | 0.66 | 0.91 | 0.24 | 16.61 | 0.84 | 0.41 |
| Hex | C2 | 42 | 11 | 0 | 42 | 5B | 18 | 11 | 54 | 29 |
| Octal | 302 | 102 | 21 | 0 | 102 | 133 | 30 | 21 | 124 | 51 |
| Binary | 11000010 | 1000010 | 10001 | 0 | 1000010 | 1011011 | 11000 | 10001 | 1010100 | 101001 |
Color Harmonies of #C24211
Complementary color
Monochromatic Colors of #C24211
Black with #C24211
Text Example
Text Example
White with #C24211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24211; }
p { color: rgb(194,66,17); }
H1.HeaderClassName
{
color: #C24211;
}
.AnyTagClassName
{
color: #C24211;
}
</style>
background-color css
<style>
a { background-color: #C24211; }
a { background-color: rgb(194,66,17); }
div.DivClassName
{
background-color: #C24211;
}
.BgClassName
{
background-color: #C24211;
}
</style>
border-color css
<style>
span { border-color: #C24211; }
span { border-color: rgb(194,66,17); }
td.TdClassName
{
border-color: #C24211;
}
.TagClassName
{
border-color: #C24211;
}
</style>