Shades of Rust #C24617
Tints of Rust #C24617
RGB
CMYK
RGB Variations
Color information
#C24617 (or 0xC24617) is known color: Rust. HEX triplet: C2, 46 and 17. RGB value is (194,70,23). Sum of RGB (Red+Green+Blue) = 194+70+23=287 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.60% from 287); Green value is 70 (27.73% from 255 or 24.39% from 287); Blue value is 23 (9.38% from 255 or 8.01% from 287); Max value from RGB is 194 - color contains mainly: red. Hex color #C24617 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24617 is #3DB9E8. Grayscale: #666666. Windows color (decimal): -4045289 or 1525442. OLE color: 1525442.
HSL color Cylindrical-coordinate representation of color #C24617: hue angle of 16.49º 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 #C24617 is Cyan = 0, Magento = 0.64, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 70 | 23 | - |
| CMYK | 0 | 0.64 | 0.88 | 0.24 |
| HSL | 16.49º | 0.79% | 0.43% | - |
| HSV(B) | 16.49º | 0.88% | 0.76% | - |
| XYZ | 24.59 | 15.91 | 2.59 | - |
| YUV | 101.72 | 83.58 | 193.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 70 | 23 | 0 | 0.64 | 0.88 | 0.24 | 16.49 | 0.79 | 0.43 |
| Hex | C2 | 46 | 17 | 0 | 40 | 58 | 18 | 10 | 4F | 2B |
| Octal | 302 | 106 | 27 | 0 | 100 | 130 | 30 | 20 | 117 | 53 |
| Binary | 11000010 | 1000110 | 10111 | 0 | 1000000 | 1011000 | 11000 | 10000 | 1001111 | 101011 |
Color Harmonies of #C24617
Complementary color
Monochromatic Colors of #C24617
Black with #C24617
Text Example
Text Example
White with #C24617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24617; }
p { color: rgb(194,70,23); }
H1.HeaderClassName
{
color: #C24617;
}
.AnyTagClassName
{
color: #C24617;
}
</style>
background-color css
<style>
a { background-color: #C24617; }
a { background-color: rgb(194,70,23); }
div.DivClassName
{
background-color: #C24617;
}
.BgClassName
{
background-color: #C24617;
}
</style>
border-color css
<style>
span { border-color: #C24617; }
span { border-color: rgb(194,70,23); }
td.TdClassName
{
border-color: #C24617;
}
.TagClassName
{
border-color: #C24617;
}
</style>