Shades of Rust #C24217
Tints of Rust #C24217
RGB
CMYK
RGB Variations
Color information
#C24217 (or 0xC24217) is known color: Rust. HEX triplet: C2, 42 and 17. RGB value is (194,66,23). Sum of RGB (Red+Green+Blue) = 194+66+23=283 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.55% from 283); Green value is 66 (26.17% from 255 or 23.32% from 283); Blue value is 23 (9.38% from 255 or 8.13% from 283); Max value from RGB is 194 - color contains mainly: red. Hex color #C24217 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24217 is #3DBDE8. Grayscale: #636363. Windows color (decimal): -4046313 or 1524418. OLE color: 1524418.
HSL color Cylindrical-coordinate representation of color #C24217: hue angle of 15.09º degrees, saturation: 0.79, 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 #C24217 is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 66 | 23 | - |
| CMYK | 0 | 0.66 | 0.88 | 0.24 |
| HSL | 15.09º | 0.79% | 0.43% | - |
| HSV(B) | 15.09º | 0.88% | 0.76% | - |
| XYZ | 24.35 | 15.43 | 2.51 | - |
| YUV | 99.37 | 84.91 | 195.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 66 | 23 | 0 | 0.66 | 0.88 | 0.24 | 15.09 | 0.79 | 0.43 |
| Hex | C2 | 42 | 17 | 0 | 42 | 58 | 18 | F | 4F | 2B |
| Octal | 302 | 102 | 27 | 0 | 102 | 130 | 30 | 17 | 117 | 53 |
| Binary | 11000010 | 1000010 | 10111 | 0 | 1000010 | 1011000 | 11000 | 1111 | 1001111 | 101011 |
Color Harmonies of #C24217
Complementary color
Monochromatic Colors of #C24217
Black with #C24217
Text Example
Text Example
White with #C24217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24217; }
p { color: rgb(194,66,23); }
H1.HeaderClassName
{
color: #C24217;
}
.AnyTagClassName
{
color: #C24217;
}
</style>
background-color css
<style>
a { background-color: #C24217; }
a { background-color: rgb(194,66,23); }
div.DivClassName
{
background-color: #C24217;
}
.BgClassName
{
background-color: #C24217;
}
</style>
border-color css
<style>
span { border-color: #C24217; }
span { border-color: rgb(194,66,23); }
td.TdClassName
{
border-color: #C24217;
}
.TagClassName
{
border-color: #C24217;
}
</style>