Shades of Rust #C24415
Tints of Rust #C24415
RGB
CMYK
RGB Variations
Color information
#C24415 (or 0xC24415) is known color: Rust. HEX triplet: C2, 44 and 15. RGB value is (194,68,21). Sum of RGB (Red+Green+Blue) = 194+68+21=283 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.55% from 283); Green value is 68 (26.95% from 255 or 24.03% from 283); Blue value is 21 (8.59% from 255 or 7.42% from 283); Max value from RGB is 194 - color contains mainly: red. Hex color #C24415 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24415 is #3DBBEA. Grayscale: #646464. Windows color (decimal): -4045803 or 1393858. OLE color: 1393858.
HSL color Cylindrical-coordinate representation of color #C24415: hue angle of 16.3º 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 #C24415 is Cyan = 0, Magento = 0.65, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 68 | 21 | - |
| CMYK | 0 | 0.65 | 0.89 | 0.24 |
| HSL | 16.3º | 0.8% | 0.42% | - |
| HSV(B) | 16.3º | 0.89% | 0.76% | - |
| XYZ | 24.45 | 15.66 | 2.44 | - |
| YUV | 100.32 | 83.24 | 194.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 68 | 21 | 0 | 0.65 | 0.89 | 0.24 | 16.3 | 0.8 | 0.42 |
| Hex | C2 | 44 | 15 | 0 | 41 | 59 | 18 | 10 | 50 | 2A |
| Octal | 302 | 104 | 25 | 0 | 101 | 131 | 30 | 20 | 120 | 52 |
| Binary | 11000010 | 1000100 | 10101 | 0 | 1000001 | 1011001 | 11000 | 10000 | 1010000 | 101010 |
Color Harmonies of #C24415
Complementary color
Monochromatic Colors of #C24415
Black with #C24415
Text Example
Text Example
White with #C24415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24415; }
p { color: rgb(194,68,21); }
H1.HeaderClassName
{
color: #C24415;
}
.AnyTagClassName
{
color: #C24415;
}
</style>
background-color css
<style>
a { background-color: #C24415; }
a { background-color: rgb(194,68,21); }
div.DivClassName
{
background-color: #C24415;
}
.BgClassName
{
background-color: #C24415;
}
</style>
border-color css
<style>
span { border-color: #C24415; }
span { border-color: rgb(194,68,21); }
td.TdClassName
{
border-color: #C24415;
}
.TagClassName
{
border-color: #C24415;
}
</style>