Shades of Rust #C24C0E
Tints of Rust #C24C0E
RGB
CMYK
RGB Variations
Color information
#C24C0E (or 0xC24C0E) is known color: Rust. HEX triplet: C2, 4C and 0E. RGB value is (194,76,14). Sum of RGB (Red+Green+Blue) = 194+76+14=284 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.31% from 284); Green value is 76 (30.08% from 255 or 26.76% from 284); Blue value is 14 (5.86% from 255 or 4.93% from 284); Max value from RGB is 194 - color contains mainly: red. Hex color #C24C0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24C0E is #3DB3F1. Grayscale: #686868. Windows color (decimal): -4043762 or 937154. OLE color: 937154.
HSL color Cylindrical-coordinate representation of color #C24C0E: hue angle of 20.67º 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 #C24C0E is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 76 | 14 | - |
| CMYK | 0 | 0.61 | 0.93 | 0.24 |
| HSL | 20.67º | 0.87% | 0.41% | - |
| HSV(B) | 20.67º | 0.93% | 0.76% | - |
| XYZ | 24.91 | 16.67 | 2.32 | - |
| YUV | 104.21 | 77.09 | 192.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 76 | 14 | 0 | 0.61 | 0.93 | 0.24 | 20.67 | 0.87 | 0.41 |
| Hex | C2 | 4C | E | 0 | 3D | 5D | 18 | 15 | 57 | 29 |
| Octal | 302 | 114 | 16 | 0 | 75 | 135 | 30 | 25 | 127 | 51 |
| Binary | 11000010 | 1001100 | 1110 | 0 | 111101 | 1011101 | 11000 | 10101 | 1010111 | 101001 |
Color Harmonies of #C24C0E
Complementary color
Monochromatic Colors of #C24C0E
Black with #C24C0E
Text Example
Text Example
White with #C24C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24C0E; }
p { color: rgb(194,76,14); }
H1.HeaderClassName
{
color: #C24C0E;
}
.AnyTagClassName
{
color: #C24C0E;
}
</style>
background-color css
<style>
a { background-color: #C24C0E; }
a { background-color: rgb(194,76,14); }
div.DivClassName
{
background-color: #C24C0E;
}
.BgClassName
{
background-color: #C24C0E;
}
</style>
border-color css
<style>
span { border-color: #C24C0E; }
span { border-color: rgb(194,76,14); }
td.TdClassName
{
border-color: #C24C0E;
}
.TagClassName
{
border-color: #C24C0E;
}
</style>