Shades of Rust #C24810
Tints of Rust #C24810
RGB
CMYK
RGB Variations
Color information
#C24810 (or 0xC24810) is known color: Rust. HEX triplet: C2, 48 and 10. RGB value is (194,72,16). Sum of RGB (Red+Green+Blue) = 194+72+16=282 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.79% from 282); Green value is 72 (28.52% from 255 or 25.53% from 282); Blue value is 16 (6.64% from 255 or 5.67% from 282); Max value from RGB is 194 - color contains mainly: red. Hex color #C24810 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24810 is #3DB7EF. Grayscale: #666666. Windows color (decimal): -4044784 or 1067202. OLE color: 1067202.
HSL color Cylindrical-coordinate representation of color #C24810: hue angle of 18.88º 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 #C24810 is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 72 | 16 | - |
| CMYK | 0 | 0.63 | 0.92 | 0.24 |
| HSL | 18.88º | 0.85% | 0.41% | - |
| HSV(B) | 18.88º | 0.92% | 0.76% | - |
| XYZ | 24.66 | 16.14 | 2.31 | - |
| YUV | 102.09 | 79.42 | 193.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 72 | 16 | 0 | 0.63 | 0.92 | 0.24 | 18.88 | 0.85 | 0.41 |
| Hex | C2 | 48 | 10 | 0 | 3F | 5C | 18 | 13 | 55 | 29 |
| Octal | 302 | 110 | 20 | 0 | 77 | 134 | 30 | 23 | 125 | 51 |
| Binary | 11000010 | 1001000 | 10000 | 0 | 111111 | 1011100 | 11000 | 10011 | 1010101 | 101001 |
Color Harmonies of #C24810
Complementary color
Monochromatic Colors of #C24810
Black with #C24810
Text Example
Text Example
White with #C24810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24810; }
p { color: rgb(194,72,16); }
H1.HeaderClassName
{
color: #C24810;
}
.AnyTagClassName
{
color: #C24810;
}
</style>
background-color css
<style>
a { background-color: #C24810; }
a { background-color: rgb(194,72,16); }
div.DivClassName
{
background-color: #C24810;
}
.BgClassName
{
background-color: #C24810;
}
</style>
border-color css
<style>
span { border-color: #C24810; }
span { border-color: rgb(194,72,16); }
td.TdClassName
{
border-color: #C24810;
}
.TagClassName
{
border-color: #C24810;
}
</style>