Shades of Rust #C24A15
Tints of Rust #C24A15
RGB
CMYK
RGB Variations
Color information
#C24A15 (or 0xC24A15) is known color: Rust. HEX triplet: C2, 4A and 15. RGB value is (194,74,21). Sum of RGB (Red+Green+Blue) = 194+74+21=289 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.13% from 289); Green value is 74 (29.30% from 255 or 25.61% from 289); Blue value is 21 (8.59% from 255 or 7.27% from 289); Max value from RGB is 194 - color contains mainly: red. Hex color #C24A15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24A15 is #3DB5EA. Grayscale: #686868. Windows color (decimal): -4044267 or 1395394. OLE color: 1395394.
HSL color Cylindrical-coordinate representation of color #C24A15: hue angle of 18.38º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C24A15 is Cyan = 0, Magento = 0.62, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 74 | 21 | - |
| CMYK | 0 | 0.62 | 0.89 | 0.24 |
| HSL | 18.38º | 0.8% | 0.42% | - |
| HSV(B) | 18.38º | 0.89% | 0.76% | - |
| XYZ | 24.83 | 16.42 | 2.57 | - |
| YUV | 103.84 | 81.26 | 192.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 74 | 21 | 0 | 0.62 | 0.89 | 0.24 | 18.38 | 0.8 | 0.42 |
| Hex | C2 | 4A | 15 | 0 | 3E | 59 | 18 | 12 | 50 | 2A |
| Octal | 302 | 112 | 25 | 0 | 76 | 131 | 30 | 22 | 120 | 52 |
| Binary | 11000010 | 1001010 | 10101 | 0 | 111110 | 1011001 | 11000 | 10010 | 1010000 | 101010 |
Color Harmonies of #C24A15
Complementary color
Monochromatic Colors of #C24A15
Black with #C24A15
Text Example
Text Example
White with #C24A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24A15; }
p { color: rgb(194,74,21); }
H1.HeaderClassName
{
color: #C24A15;
}
.AnyTagClassName
{
color: #C24A15;
}
</style>
background-color css
<style>
a { background-color: #C24A15; }
a { background-color: rgb(194,74,21); }
div.DivClassName
{
background-color: #C24A15;
}
.BgClassName
{
background-color: #C24A15;
}
</style>
border-color css
<style>
span { border-color: #C24A15; }
span { border-color: rgb(194,74,21); }
td.TdClassName
{
border-color: #C24A15;
}
.TagClassName
{
border-color: #C24A15;
}
</style>