Shades of Rust #C24913
Tints of Rust #C24913
RGB
CMYK
RGB Variations
Color information
#C24913 (or 0xC24913) is known color: Rust. HEX triplet: C2, 49 and 13. RGB value is (194,73,19). Sum of RGB (Red+Green+Blue) = 194+73+19=286 (37% of max value = 765). Red value is 194 (76.17% from 255 or 67.83% from 286); Green value is 73 (28.91% from 255 or 25.52% from 286); Blue value is 19 (7.81% from 255 or 6.64% from 286); Max value from RGB is 194 - color contains mainly: red. Hex color #C24913 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24913 is #3DB6EC. Grayscale: #676767. Windows color (decimal): -4044525 or 1264066. OLE color: 1264066.
HSL color Cylindrical-coordinate representation of color #C24913: hue angle of 18.51º 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 #C24913 is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 73 | 19 | - |
| CMYK | 0 | 0.62 | 0.90 | 0.24 |
| HSL | 18.51º | 0.82% | 0.42% | - |
| HSV(B) | 18.51º | 0.9% | 0.76% | - |
| XYZ | 24.75 | 16.28 | 2.45 | - |
| YUV | 103.02 | 80.59 | 192.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 73 | 19 | 0 | 0.62 | 0.90 | 0.24 | 18.51 | 0.82 | 0.42 |
| Hex | C2 | 49 | 13 | 0 | 3E | 5A | 18 | 13 | 52 | 2A |
| Octal | 302 | 111 | 23 | 0 | 76 | 132 | 30 | 23 | 122 | 52 |
| Binary | 11000010 | 1001001 | 10011 | 0 | 111110 | 1011010 | 11000 | 10011 | 1010010 | 101010 |
Color Harmonies of #C24913
Complementary color
Monochromatic Colors of #C24913
Black with #C24913
Text Example
Text Example
White with #C24913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24913; }
p { color: rgb(194,73,19); }
H1.HeaderClassName
{
color: #C24913;
}
.AnyTagClassName
{
color: #C24913;
}
</style>
background-color css
<style>
a { background-color: #C24913; }
a { background-color: rgb(194,73,19); }
div.DivClassName
{
background-color: #C24913;
}
.BgClassName
{
background-color: #C24913;
}
</style>
border-color css
<style>
span { border-color: #C24913; }
span { border-color: rgb(194,73,19); }
td.TdClassName
{
border-color: #C24913;
}
.TagClassName
{
border-color: #C24913;
}
</style>