Shades of Rust #C24513
Tints of Rust #C24513
RGB
CMYK
RGB Variations
Color information
#C24513 (or 0xC24513) is known color: Rust. HEX triplet: C2, 45 and 13. RGB value is (194,69,19). Sum of RGB (Red+Green+Blue) = 194+69+19=282 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.79% from 282); Green value is 69 (27.34% from 255 or 24.47% from 282); Blue value is 19 (7.81% from 255 or 6.74% from 282); Max value from RGB is 194 - color contains mainly: red. Hex color #C24513 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24513 is #3DBAEC. Grayscale: #656565. Windows color (decimal): -4045549 or 1263042. OLE color: 1263042.
HSL color Cylindrical-coordinate representation of color #C24513: hue angle of 17.14º 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 #C24513 is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 69 | 19 | - |
| CMYK | 0 | 0.64 | 0.90 | 0.24 |
| HSL | 17.14º | 0.82% | 0.42% | - |
| HSV(B) | 17.14º | 0.9% | 0.76% | - |
| XYZ | 24.49 | 15.77 | 2.37 | - |
| YUV | 100.68 | 81.91 | 194.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 69 | 19 | 0 | 0.64 | 0.90 | 0.24 | 17.14 | 0.82 | 0.42 |
| Hex | C2 | 45 | 13 | 0 | 40 | 5A | 18 | 11 | 52 | 2A |
| Octal | 302 | 105 | 23 | 0 | 100 | 132 | 30 | 21 | 122 | 52 |
| Binary | 11000010 | 1000101 | 10011 | 0 | 1000000 | 1011010 | 11000 | 10001 | 1010010 | 101010 |
Color Harmonies of #C24513
Complementary color
Monochromatic Colors of #C24513
Black with #C24513
Text Example
Text Example
White with #C24513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24513; }
p { color: rgb(194,69,19); }
H1.HeaderClassName
{
color: #C24513;
}
.AnyTagClassName
{
color: #C24513;
}
</style>
background-color css
<style>
a { background-color: #C24513; }
a { background-color: rgb(194,69,19); }
div.DivClassName
{
background-color: #C24513;
}
.BgClassName
{
background-color: #C24513;
}
</style>
border-color css
<style>
span { border-color: #C24513; }
span { border-color: rgb(194,69,19); }
td.TdClassName
{
border-color: #C24513;
}
.TagClassName
{
border-color: #C24513;
}
</style>