Shades of Rust #C24F13
Tints of Rust #C24F13
RGB
CMYK
RGB Variations
Color information
#C24F13 (or 0xC24F13) is known color: Rust. HEX triplet: C2, 4F and 13. RGB value is (194,79,19). Sum of RGB (Red+Green+Blue) = 194+79+19=292 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.44% from 292); Green value is 79 (31.25% from 255 or 27.05% from 292); Blue value is 19 (7.81% from 255 or 6.51% from 292); Max value from RGB is 194 - color contains mainly: red. Hex color #C24F13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C24F13 is #3DB0EC. Grayscale: #6A6A6A. Windows color (decimal): -4042989 or 1265602. OLE color: 1265602.
HSL color Cylindrical-coordinate representation of color #C24F13: hue angle of 20.57º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C24F13 is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 79 | 19 | - |
| CMYK | 0 | 0.59 | 0.90 | 0.24 |
| HSL | 20.57º | 0.82% | 0.42% | - |
| HSV(B) | 20.57º | 0.9% | 0.76% | - |
| XYZ | 25.16 | 17.11 | 2.59 | - |
| YUV | 106.55 | 78.6 | 190.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 79 | 19 | 0 | 0.59 | 0.90 | 0.24 | 20.57 | 0.82 | 0.42 |
| Hex | C2 | 4F | 13 | 0 | 3B | 5A | 18 | 15 | 52 | 2A |
| Octal | 302 | 117 | 23 | 0 | 73 | 132 | 30 | 25 | 122 | 52 |
| Binary | 11000010 | 1001111 | 10011 | 0 | 111011 | 1011010 | 11000 | 10101 | 1010010 | 101010 |
Color Harmonies of #C24F13
Complementary color
Monochromatic Colors of #C24F13
Black with #C24F13
Text Example
Text Example
White with #C24F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24F13; }
p { color: rgb(194,79,19); }
H1.HeaderClassName
{
color: #C24F13;
}
.AnyTagClassName
{
color: #C24F13;
}
</style>
background-color css
<style>
a { background-color: #C24F13; }
a { background-color: rgb(194,79,19); }
div.DivClassName
{
background-color: #C24F13;
}
.BgClassName
{
background-color: #C24F13;
}
</style>
border-color css
<style>
span { border-color: #C24F13; }
span { border-color: rgb(194,79,19); }
td.TdClassName
{
border-color: #C24F13;
}
.TagClassName
{
border-color: #C24F13;
}
</style>