Shades of Rust #C24A11
Tints of Rust #C24A11
RGB
CMYK
RGB Variations
Color information
#C24A11 (or 0xC24A11) is known color: Rust. HEX triplet: C2, 4A and 11. RGB value is (194,74,17). Sum of RGB (Red+Green+Blue) = 194+74+17=285 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.07% from 285); Green value is 74 (29.30% from 255 or 25.96% from 285); Blue value is 17 (7.03% from 255 or 5.96% from 285); Max value from RGB is 194 - color contains mainly: red. Hex color #C24A11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24A11 is #3DB5EE. Grayscale: #676767. Windows color (decimal): -4044271 or 1133250. OLE color: 1133250.
HSL color Cylindrical-coordinate representation of color #C24A11: hue angle of 19.32º 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 #C24A11 is Cyan = 0, Magento = 0.62, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 74 | 17 | - |
| CMYK | 0 | 0.62 | 0.91 | 0.24 |
| HSL | 19.32º | 0.84% | 0.41% | - |
| HSV(B) | 19.32º | 0.91% | 0.76% | - |
| XYZ | 24.8 | 16.41 | 2.39 | - |
| YUV | 103.38 | 79.26 | 192.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 74 | 17 | 0 | 0.62 | 0.91 | 0.24 | 19.32 | 0.84 | 0.41 |
| Hex | C2 | 4A | 11 | 0 | 3E | 5B | 18 | 13 | 54 | 29 |
| Octal | 302 | 112 | 21 | 0 | 76 | 133 | 30 | 23 | 124 | 51 |
| Binary | 11000010 | 1001010 | 10001 | 0 | 111110 | 1011011 | 11000 | 10011 | 1010100 | 101001 |
Color Harmonies of #C24A11
Complementary color
Monochromatic Colors of #C24A11
Black with #C24A11
Text Example
Text Example
White with #C24A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24A11; }
p { color: rgb(194,74,17); }
H1.HeaderClassName
{
color: #C24A11;
}
.AnyTagClassName
{
color: #C24A11;
}
</style>
background-color css
<style>
a { background-color: #C24A11; }
a { background-color: rgb(194,74,17); }
div.DivClassName
{
background-color: #C24A11;
}
.BgClassName
{
background-color: #C24A11;
}
</style>
border-color css
<style>
span { border-color: #C24A11; }
span { border-color: rgb(194,74,17); }
td.TdClassName
{
border-color: #C24A11;
}
.TagClassName
{
border-color: #C24A11;
}
</style>