Shades of Rust #C24C11
Tints of Rust #C24C11
RGB
CMYK
RGB Variations
Color information
#C24C11 (or 0xC24C11) is known color: Rust. HEX triplet: C2, 4C and 11. RGB value is (194,76,17). Sum of RGB (Red+Green+Blue) = 194+76+17=287 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.60% from 287); Green value is 76 (30.08% from 255 or 26.48% from 287); Blue value is 17 (7.03% from 255 or 5.92% from 287); Max value from RGB is 194 - color contains mainly: red. Hex color #C24C11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24C11 is #3DB3EE. Grayscale: #686868. Windows color (decimal): -4043759 or 1133762. OLE color: 1133762.
HSL color Cylindrical-coordinate representation of color #C24C11: hue angle of 20º 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 #C24C11 is Cyan = 0, Magento = 0.61, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 76 | 17 | - |
| CMYK | 0 | 0.61 | 0.91 | 0.24 |
| HSL | 20º | 0.84% | 0.41% | - |
| HSV(B) | 20º | 0.91% | 0.76% | - |
| XYZ | 24.93 | 16.68 | 2.44 | - |
| YUV | 104.56 | 78.59 | 191.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 76 | 17 | 0 | 0.61 | 0.91 | 0.24 | 20 | 0.84 | 0.41 |
| Hex | C2 | 4C | 11 | 0 | 3D | 5B | 18 | 14 | 54 | 29 |
| Octal | 302 | 114 | 21 | 0 | 75 | 133 | 30 | 24 | 124 | 51 |
| Binary | 11000010 | 1001100 | 10001 | 0 | 111101 | 1011011 | 11000 | 10100 | 1010100 | 101001 |
Color Harmonies of #C24C11
Complementary color
Monochromatic Colors of #C24C11
Black with #C24C11
Text Example
Text Example
White with #C24C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24C11; }
p { color: rgb(194,76,17); }
H1.HeaderClassName
{
color: #C24C11;
}
.AnyTagClassName
{
color: #C24C11;
}
</style>
background-color css
<style>
a { background-color: #C24C11; }
a { background-color: rgb(194,76,17); }
div.DivClassName
{
background-color: #C24C11;
}
.BgClassName
{
background-color: #C24C11;
}
</style>
border-color css
<style>
span { border-color: #C24C11; }
span { border-color: rgb(194,76,17); }
td.TdClassName
{
border-color: #C24C11;
}
.TagClassName
{
border-color: #C24C11;
}
</style>