Shades of Rust #C24E0C
Tints of Rust #C24E0C
RGB
CMYK
RGB Variations
Color information
#C24E0C (or 0xC24E0C) is known color: Rust. HEX triplet: C2, 4E and 0C. RGB value is (194,78,12). Sum of RGB (Red+Green+Blue) = 194+78+12=284 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.31% from 284); Green value is 78 (30.86% from 255 or 27.46% from 284); Blue value is 12 (5.08% from 255 or 4.23% from 284); Max value from RGB is 194 - color contains mainly: red. Hex color #C24E0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C24E0C is #3DB1F3. Grayscale: #696969. Windows color (decimal): -4043252 or 806594. OLE color: 806594.
HSL color Cylindrical-coordinate representation of color #C24E0C: hue angle of 21.76º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C24E0C is Cyan = 0, Magento = 0.60, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 78 | 12 | - |
| CMYK | 0 | 0.60 | 0.94 | 0.24 |
| HSL | 21.76º | 0.88% | 0.4% | - |
| HSV(B) | 21.76º | 0.94% | 0.76% | - |
| XYZ | 25.04 | 16.94 | 2.3 | - |
| YUV | 105.16 | 75.43 | 191.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 78 | 12 | 0 | 0.60 | 0.94 | 0.24 | 21.76 | 0.88 | 0.4 |
| Hex | C2 | 4E | C | 0 | 3C | 5E | 18 | 16 | 58 | 28 |
| Octal | 302 | 116 | 14 | 0 | 74 | 136 | 30 | 26 | 130 | 50 |
| Binary | 11000010 | 1001110 | 1100 | 0 | 111100 | 1011110 | 11000 | 10110 | 1011000 | 101000 |
Color Harmonies of #C24E0C
Complementary color
Monochromatic Colors of #C24E0C
Black with #C24E0C
Text Example
Text Example
White with #C24E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24E0C; }
p { color: rgb(194,78,12); }
H1.HeaderClassName
{
color: #C24E0C;
}
.AnyTagClassName
{
color: #C24E0C;
}
</style>
background-color css
<style>
a { background-color: #C24E0C; }
a { background-color: rgb(194,78,12); }
div.DivClassName
{
background-color: #C24E0C;
}
.BgClassName
{
background-color: #C24E0C;
}
</style>
border-color css
<style>
span { border-color: #C24E0C; }
span { border-color: rgb(194,78,12); }
td.TdClassName
{
border-color: #C24E0C;
}
.TagClassName
{
border-color: #C24E0C;
}
</style>