Shades of Rust #C24716
Tints of Rust #C24716
RGB
CMYK
RGB Variations
Color information
#C24716 (or 0xC24716) is known color: Rust. HEX triplet: C2, 47 and 16. RGB value is (194,71,22). Sum of RGB (Red+Green+Blue) = 194+71+22=287 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.60% from 287); Green value is 71 (28.12% from 255 or 24.74% from 287); Blue value is 22 (8.98% from 255 or 7.67% from 287); Max value from RGB is 194 - color contains mainly: red. Hex color #C24716 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24716 is #3DB8E9. Grayscale: #666666. Windows color (decimal): -4045034 or 1460162. OLE color: 1460162.
HSL color Cylindrical-coordinate representation of color #C24716: hue angle of 17.09º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C24716 is Cyan = 0, Magento = 0.63, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 71 | 22 | - |
| CMYK | 0 | 0.63 | 0.89 | 0.24 |
| HSL | 17.09º | 0.8% | 0.42% | - |
| HSV(B) | 17.09º | 0.89% | 0.76% | - |
| XYZ | 24.65 | 16.03 | 2.55 | - |
| YUV | 102.19 | 82.75 | 193.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 71 | 22 | 0 | 0.63 | 0.89 | 0.24 | 17.09 | 0.8 | 0.42 |
| Hex | C2 | 47 | 16 | 0 | 3F | 59 | 18 | 11 | 50 | 2A |
| Octal | 302 | 107 | 26 | 0 | 77 | 131 | 30 | 21 | 120 | 52 |
| Binary | 11000010 | 1000111 | 10110 | 0 | 111111 | 1011001 | 11000 | 10001 | 1010000 | 101010 |
Color Harmonies of #C24716
Complementary color
Monochromatic Colors of #C24716
Black with #C24716
Text Example
Text Example
White with #C24716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24716; }
p { color: rgb(194,71,22); }
H1.HeaderClassName
{
color: #C24716;
}
.AnyTagClassName
{
color: #C24716;
}
</style>
background-color css
<style>
a { background-color: #C24716; }
a { background-color: rgb(194,71,22); }
div.DivClassName
{
background-color: #C24716;
}
.BgClassName
{
background-color: #C24716;
}
</style>
border-color css
<style>
span { border-color: #C24716; }
span { border-color: rgb(194,71,22); }
td.TdClassName
{
border-color: #C24716;
}
.TagClassName
{
border-color: #C24716;
}
</style>