Shades of Rust #C24E19
Tints of Rust #C24E19
RGB
CMYK
RGB Variations
Color information
#C24E19 (or 0xC24E19) is known color: Rust. HEX triplet: C2, 4E and 19. RGB value is (194,78,25). Sum of RGB (Red+Green+Blue) = 194+78+25=297 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.32% from 297); Green value is 78 (30.86% from 255 or 26.26% from 297); Blue value is 25 (10.16% from 255 or 8.42% from 297); Max value from RGB is 194 - color contains mainly: red. Hex color #C24E19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C24E19 is #3DB1E6. Grayscale: #6A6A6A. Windows color (decimal): -4043239 or 1658562. OLE color: 1658562.
HSL color Cylindrical-coordinate representation of color #C24E19: hue angle of 18.82º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C24E19 is Cyan = 0, Magento = 0.60, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 78 | 25 | - |
| CMYK | 0 | 0.60 | 0.87 | 0.24 |
| HSL | 18.82º | 0.77% | 0.43% | - |
| HSV(B) | 18.82º | 0.87% | 0.76% | - |
| XYZ | 25.15 | 16.99 | 2.87 | - |
| YUV | 106.64 | 81.93 | 190.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 78 | 25 | 0 | 0.60 | 0.87 | 0.24 | 18.82 | 0.77 | 0.43 |
| Hex | C2 | 4E | 19 | 0 | 3C | 57 | 18 | 13 | 4D | 2B |
| Octal | 302 | 116 | 31 | 0 | 74 | 127 | 30 | 23 | 115 | 53 |
| Binary | 11000010 | 1001110 | 11001 | 0 | 111100 | 1010111 | 11000 | 10011 | 1001101 | 101011 |
Color Harmonies of #C24E19
Complementary color
Monochromatic Colors of #C24E19
Black with #C24E19
Text Example
Text Example
White with #C24E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24E19; }
p { color: rgb(194,78,25); }
H1.HeaderClassName
{
color: #C24E19;
}
.AnyTagClassName
{
color: #C24E19;
}
</style>
background-color css
<style>
a { background-color: #C24E19; }
a { background-color: rgb(194,78,25); }
div.DivClassName
{
background-color: #C24E19;
}
.BgClassName
{
background-color: #C24E19;
}
</style>
border-color css
<style>
span { border-color: #C24E19; }
span { border-color: rgb(194,78,25); }
td.TdClassName
{
border-color: #C24E19;
}
.TagClassName
{
border-color: #C24E19;
}
</style>