Shades of Rust #C24710
Tints of Rust #C24710
RGB
CMYK
RGB Variations
Color information
#C24710 (or 0xC24710) is known color: Rust. HEX triplet: C2, 47 and 10. RGB value is (194,71,16). Sum of RGB (Red+Green+Blue) = 194+71+16=281 (37% of max value = 765). Red value is 194 (76.17% from 255 or 69.04% from 281); Green value is 71 (28.12% from 255 or 25.27% from 281); Blue value is 16 (6.64% from 255 or 5.69% from 281); Max value from RGB is 194 - color contains mainly: red. Hex color #C24710 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24710 is #3DB8EF. Grayscale: #656565. Windows color (decimal): -4045040 or 1066946. OLE color: 1066946.
HSL color Cylindrical-coordinate representation of color #C24710: hue angle of 18.54º 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 #C24710 is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 71 | 16 | - |
| CMYK | 0 | 0.63 | 0.92 | 0.24 |
| HSL | 18.54º | 0.85% | 0.41% | - |
| HSV(B) | 18.54º | 0.92% | 0.76% | - |
| XYZ | 24.59 | 16.01 | 2.28 | - |
| YUV | 101.51 | 79.75 | 193.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 71 | 16 | 0 | 0.63 | 0.92 | 0.24 | 18.54 | 0.85 | 0.41 |
| Hex | C2 | 47 | 10 | 0 | 3F | 5C | 18 | 13 | 55 | 29 |
| Octal | 302 | 107 | 20 | 0 | 77 | 134 | 30 | 23 | 125 | 51 |
| Binary | 11000010 | 1000111 | 10000 | 0 | 111111 | 1011100 | 11000 | 10011 | 1010101 | 101001 |
Color Harmonies of #C24710
Complementary color
Monochromatic Colors of #C24710
Black with #C24710
Text Example
Text Example
White with #C24710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24710; }
p { color: rgb(194,71,16); }
H1.HeaderClassName
{
color: #C24710;
}
.AnyTagClassName
{
color: #C24710;
}
</style>
background-color css
<style>
a { background-color: #C24710; }
a { background-color: rgb(194,71,16); }
div.DivClassName
{
background-color: #C24710;
}
.BgClassName
{
background-color: #C24710;
}
</style>
border-color css
<style>
span { border-color: #C24710; }
span { border-color: rgb(194,71,16); }
td.TdClassName
{
border-color: #C24710;
}
.TagClassName
{
border-color: #C24710;
}
</style>