Shades of Rust #C24A13
Tints of Rust #C24A13
RGB
CMYK
RGB Variations
Color information
#C24A13 (or 0xC24A13) is known color: Rust. HEX triplet: C2, 4A and 13. RGB value is (194,74,19). Sum of RGB (Red+Green+Blue) = 194+74+19=287 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.60% from 287); Green value is 74 (29.30% from 255 or 25.78% from 287); Blue value is 19 (7.81% from 255 or 6.62% from 287); Max value from RGB is 194 - color contains mainly: red. Hex color #C24A13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24A13 is #3DB5EC. Grayscale: #676767. Windows color (decimal): -4044269 or 1264322. OLE color: 1264322.
HSL color Cylindrical-coordinate representation of color #C24A13: hue angle of 18.86º 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 #C24A13 is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 74 | 19 | - |
| CMYK | 0 | 0.62 | 0.90 | 0.24 |
| HSL | 18.86º | 0.82% | 0.42% | - |
| HSV(B) | 18.86º | 0.9% | 0.76% | - |
| XYZ | 24.81 | 16.41 | 2.48 | - |
| YUV | 103.61 | 80.26 | 192.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 74 | 19 | 0 | 0.62 | 0.90 | 0.24 | 18.86 | 0.82 | 0.42 |
| Hex | C2 | 4A | 13 | 0 | 3E | 5A | 18 | 13 | 52 | 2A |
| Octal | 302 | 112 | 23 | 0 | 76 | 132 | 30 | 23 | 122 | 52 |
| Binary | 11000010 | 1001010 | 10011 | 0 | 111110 | 1011010 | 11000 | 10011 | 1010010 | 101010 |
Color Harmonies of #C24A13
Complementary color
Monochromatic Colors of #C24A13
Black with #C24A13
Text Example
Text Example
White with #C24A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24A13; }
p { color: rgb(194,74,19); }
H1.HeaderClassName
{
color: #C24A13;
}
.AnyTagClassName
{
color: #C24A13;
}
</style>
background-color css
<style>
a { background-color: #C24A13; }
a { background-color: rgb(194,74,19); }
div.DivClassName
{
background-color: #C24A13;
}
.BgClassName
{
background-color: #C24A13;
}
</style>
border-color css
<style>
span { border-color: #C24A13; }
span { border-color: rgb(194,74,19); }
td.TdClassName
{
border-color: #C24A13;
}
.TagClassName
{
border-color: #C24A13;
}
</style>