Shades of Rust #C24D0E
Tints of Rust #C24D0E
RGB
CMYK
RGB Variations
Color information
#C24D0E (or 0xC24D0E) is known color: Rust. HEX triplet: C2, 4D and 0E. RGB value is (194,77,14). Sum of RGB (Red+Green+Blue) = 194+77+14=285 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.07% from 285); Green value is 77 (30.47% from 255 or 27.02% from 285); Blue value is 14 (5.86% from 255 or 4.91% from 285); Max value from RGB is 194 - color contains mainly: red. Hex color #C24D0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C24D0E is #3DB2F1. Grayscale: #696969. Windows color (decimal): -4043506 or 937410. OLE color: 937410.
HSL color Cylindrical-coordinate representation of color #C24D0E: hue angle of 21º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C24D0E is Cyan = 0, Magento = 0.60, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 77 | 14 | - |
| CMYK | 0 | 0.60 | 0.93 | 0.24 |
| HSL | 21º | 0.87% | 0.41% | - |
| HSV(B) | 21º | 0.93% | 0.76% | - |
| XYZ | 24.98 | 16.81 | 2.34 | - |
| YUV | 104.8 | 76.76 | 191.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 77 | 14 | 0 | 0.60 | 0.93 | 0.24 | 21 | 0.87 | 0.41 |
| Hex | C2 | 4D | E | 0 | 3C | 5D | 18 | 15 | 57 | 29 |
| Octal | 302 | 115 | 16 | 0 | 74 | 135 | 30 | 25 | 127 | 51 |
| Binary | 11000010 | 1001101 | 1110 | 0 | 111100 | 1011101 | 11000 | 10101 | 1010111 | 101001 |
Color Harmonies of #C24D0E
Complementary color
Monochromatic Colors of #C24D0E
Black with #C24D0E
Text Example
Text Example
White with #C24D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24D0E; }
p { color: rgb(194,77,14); }
H1.HeaderClassName
{
color: #C24D0E;
}
.AnyTagClassName
{
color: #C24D0E;
}
</style>
background-color css
<style>
a { background-color: #C24D0E; }
a { background-color: rgb(194,77,14); }
div.DivClassName
{
background-color: #C24D0E;
}
.BgClassName
{
background-color: #C24D0E;
}
</style>
border-color css
<style>
span { border-color: #C24D0E; }
span { border-color: rgb(194,77,14); }
td.TdClassName
{
border-color: #C24D0E;
}
.TagClassName
{
border-color: #C24D0E;
}
</style>