Shades of Rust #C24711
Tints of Rust #C24711
RGB
CMYK
RGB Variations
Color information
#C24711 (or 0xC24711) is known color: Rust. HEX triplet: C2, 47 and 11. RGB value is (194,71,17). Sum of RGB (Red+Green+Blue) = 194+71+17=282 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.79% from 282); Green value is 71 (28.12% from 255 or 25.18% from 282); Blue value is 17 (7.03% from 255 or 6.03% from 282); Max value from RGB is 194 - color contains mainly: red. Hex color #C24711 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24711 is #3DB8EE. Grayscale: #656565. Windows color (decimal): -4045039 or 1132482. OLE color: 1132482.
HSL color Cylindrical-coordinate representation of color #C24711: hue angle of 18.31º 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 #C24711 is Cyan = 0, Magento = 0.63, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 71 | 17 | - |
| CMYK | 0 | 0.63 | 0.91 | 0.24 |
| HSL | 18.31º | 0.84% | 0.41% | - |
| HSV(B) | 18.31º | 0.91% | 0.76% | - |
| XYZ | 24.6 | 16.02 | 2.33 | - |
| YUV | 101.62 | 80.25 | 193.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 71 | 17 | 0 | 0.63 | 0.91 | 0.24 | 18.31 | 0.84 | 0.41 |
| Hex | C2 | 47 | 11 | 0 | 3F | 5B | 18 | 12 | 54 | 29 |
| Octal | 302 | 107 | 21 | 0 | 77 | 133 | 30 | 22 | 124 | 51 |
| Binary | 11000010 | 1000111 | 10001 | 0 | 111111 | 1011011 | 11000 | 10010 | 1010100 | 101001 |
Color Harmonies of #C24711
Complementary color
Monochromatic Colors of #C24711
Black with #C24711
Text Example
Text Example
White with #C24711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24711; }
p { color: rgb(194,71,17); }
H1.HeaderClassName
{
color: #C24711;
}
.AnyTagClassName
{
color: #C24711;
}
</style>
background-color css
<style>
a { background-color: #C24711; }
a { background-color: rgb(194,71,17); }
div.DivClassName
{
background-color: #C24711;
}
.BgClassName
{
background-color: #C24711;
}
</style>
border-color css
<style>
span { border-color: #C24711; }
span { border-color: rgb(194,71,17); }
td.TdClassName
{
border-color: #C24711;
}
.TagClassName
{
border-color: #C24711;
}
</style>