Shades of Rust #C24418
Tints of Rust #C24418
RGB
CMYK
RGB Variations
Color information
#C24418 (or 0xC24418) is known color: Rust. HEX triplet: C2, 44 and 18. RGB value is (194,68,24). Sum of RGB (Red+Green+Blue) = 194+68+24=286 (37% of max value = 765). Red value is 194 (76.17% from 255 or 67.83% from 286); Green value is 68 (26.95% from 255 or 23.78% from 286); Blue value is 24 (9.77% from 255 or 8.39% from 286); Max value from RGB is 194 - color contains mainly: red. Hex color #C24418 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24418 is #3DBBE7. Grayscale: #646464. Windows color (decimal): -4045800 or 1590466. OLE color: 1590466.
HSL color Cylindrical-coordinate representation of color #C24418: hue angle of 15.53º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C24418 is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 68 | 24 | - |
| CMYK | 0 | 0.65 | 0.88 | 0.24 |
| HSL | 15.53º | 0.78% | 0.43% | - |
| HSV(B) | 15.53º | 0.88% | 0.76% | - |
| XYZ | 24.48 | 15.67 | 2.6 | - |
| YUV | 100.66 | 84.74 | 194.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 68 | 24 | 0 | 0.65 | 0.88 | 0.24 | 15.53 | 0.78 | 0.43 |
| Hex | C2 | 44 | 18 | 0 | 41 | 58 | 18 | 10 | 4E | 2B |
| Octal | 302 | 104 | 30 | 0 | 101 | 130 | 30 | 20 | 116 | 53 |
| Binary | 11000010 | 1000100 | 11000 | 0 | 1000001 | 1011000 | 11000 | 10000 | 1001110 | 101011 |
Color Harmonies of #C24418
Complementary color
Monochromatic Colors of #C24418
Black with #C24418
Text Example
Text Example
White with #C24418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24418; }
p { color: rgb(194,68,24); }
H1.HeaderClassName
{
color: #C24418;
}
.AnyTagClassName
{
color: #C24418;
}
</style>
background-color css
<style>
a { background-color: #C24418; }
a { background-color: rgb(194,68,24); }
div.DivClassName
{
background-color: #C24418;
}
.BgClassName
{
background-color: #C24418;
}
</style>
border-color css
<style>
span { border-color: #C24418; }
span { border-color: rgb(194,68,24); }
td.TdClassName
{
border-color: #C24418;
}
.TagClassName
{
border-color: #C24418;
}
</style>