Shades of Rust #C24218
Tints of Rust #C24218
RGB
CMYK
RGB Variations
Color information
#C24218 (or 0xC24218) is known color: Rust. HEX triplet: C2, 42 and 18. RGB value is (194,66,24). Sum of RGB (Red+Green+Blue) = 194+66+24=284 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.31% from 284); Green value is 66 (26.17% from 255 or 23.24% from 284); Blue value is 24 (9.77% from 255 or 8.45% from 284); Max value from RGB is 194 - color contains mainly: red. Hex color #C24218 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24218 is #3DBDE7. Grayscale: #636363. Windows color (decimal): -4046312 or 1589954. OLE color: 1589954.
HSL color Cylindrical-coordinate representation of color #C24218: hue angle of 14.82º 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 #C24218 is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 66 | 24 | - |
| CMYK | 0 | 0.66 | 0.88 | 0.24 |
| HSL | 14.82º | 0.78% | 0.43% | - |
| HSV(B) | 14.82º | 0.88% | 0.76% | - |
| XYZ | 24.36 | 15.43 | 2.56 | - |
| YUV | 99.48 | 85.41 | 195.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 66 | 24 | 0 | 0.66 | 0.88 | 0.24 | 14.82 | 0.78 | 0.43 |
| Hex | C2 | 42 | 18 | 0 | 42 | 58 | 18 | F | 4E | 2B |
| Octal | 302 | 102 | 30 | 0 | 102 | 130 | 30 | 17 | 116 | 53 |
| Binary | 11000010 | 1000010 | 11000 | 0 | 1000010 | 1011000 | 11000 | 1111 | 1001110 | 101011 |
Color Harmonies of #C24218
Complementary color
Monochromatic Colors of #C24218
Black with #C24218
Text Example
Text Example
White with #C24218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24218; }
p { color: rgb(194,66,24); }
H1.HeaderClassName
{
color: #C24218;
}
.AnyTagClassName
{
color: #C24218;
}
</style>
background-color css
<style>
a { background-color: #C24218; }
a { background-color: rgb(194,66,24); }
div.DivClassName
{
background-color: #C24218;
}
.BgClassName
{
background-color: #C24218;
}
</style>
border-color css
<style>
span { border-color: #C24218; }
span { border-color: rgb(194,66,24); }
td.TdClassName
{
border-color: #C24218;
}
.TagClassName
{
border-color: #C24218;
}
</style>