Shades of Rust #C24F0E
Tints of Rust #C24F0E
RGB
CMYK
RGB Variations
Color information
#C24F0E (or 0xC24F0E) is known color: Rust. HEX triplet: C2, 4F and 0E. RGB value is (194,79,14). Sum of RGB (Red+Green+Blue) = 194+79+14=287 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.60% from 287); Green value is 79 (31.25% from 255 or 27.53% from 287); Blue value is 14 (5.86% from 255 or 4.88% from 287); Max value from RGB is 194 - color contains mainly: red. Hex color #C24F0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C24F0E is #3DB0F1. Grayscale: #6A6A6A. Windows color (decimal): -4042994 or 937922. OLE color: 937922.
HSL color Cylindrical-coordinate representation of color #C24F0E: hue angle of 21.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 #C24F0E is Cyan = 0, Magento = 0.59, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 79 | 14 | - |
| CMYK | 0 | 0.59 | 0.93 | 0.24 |
| HSL | 21.67º | 0.87% | 0.41% | - |
| HSV(B) | 21.67º | 0.93% | 0.76% | - |
| XYZ | 25.12 | 17.09 | 2.39 | - |
| YUV | 105.98 | 76.1 | 190.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 79 | 14 | 0 | 0.59 | 0.93 | 0.24 | 21.67 | 0.87 | 0.41 |
| Hex | C2 | 4F | E | 0 | 3B | 5D | 18 | 16 | 57 | 29 |
| Octal | 302 | 117 | 16 | 0 | 73 | 135 | 30 | 26 | 127 | 51 |
| Binary | 11000010 | 1001111 | 1110 | 0 | 111011 | 1011101 | 11000 | 10110 | 1010111 | 101001 |
Color Harmonies of #C24F0E
Complementary color
Monochromatic Colors of #C24F0E
Black with #C24F0E
Text Example
Text Example
White with #C24F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24F0E; }
p { color: rgb(194,79,14); }
H1.HeaderClassName
{
color: #C24F0E;
}
.AnyTagClassName
{
color: #C24F0E;
}
</style>
background-color css
<style>
a { background-color: #C24F0E; }
a { background-color: rgb(194,79,14); }
div.DivClassName
{
background-color: #C24F0E;
}
.BgClassName
{
background-color: #C24F0E;
}
</style>
border-color css
<style>
span { border-color: #C24F0E; }
span { border-color: rgb(194,79,14); }
td.TdClassName
{
border-color: #C24F0E;
}
.TagClassName
{
border-color: #C24F0E;
}
</style>