Shades of Rust #C24C17
Tints of Rust #C24C17
RGB
CMYK
RGB Variations
Color information
#C24C17 (or 0xC24C17) is known color: Rust. HEX triplet: C2, 4C and 17. RGB value is (194,76,23). Sum of RGB (Red+Green+Blue) = 194+76+23=293 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.21% from 293); Green value is 76 (30.08% from 255 or 25.94% from 293); Blue value is 23 (9.38% from 255 or 7.85% from 293); Max value from RGB is 194 - color contains mainly: red. Hex color #C24C17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24C17 is #3DB3E8. Grayscale: #696969. Windows color (decimal): -4043753 or 1526978. OLE color: 1526978.
HSL color Cylindrical-coordinate representation of color #C24C17: hue angle of 18.6º 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 #C24C17 is Cyan = 0, Magento = 0.61, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 76 | 23 | - |
| CMYK | 0 | 0.61 | 0.88 | 0.24 |
| HSL | 18.6º | 0.79% | 0.43% | - |
| HSV(B) | 18.6º | 0.88% | 0.76% | - |
| XYZ | 24.99 | 16.7 | 2.72 | - |
| YUV | 105.24 | 81.59 | 191.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 76 | 23 | 0 | 0.61 | 0.88 | 0.24 | 18.6 | 0.79 | 0.43 |
| Hex | C2 | 4C | 17 | 0 | 3D | 58 | 18 | 13 | 4F | 2B |
| Octal | 302 | 114 | 27 | 0 | 75 | 130 | 30 | 23 | 117 | 53 |
| Binary | 11000010 | 1001100 | 10111 | 0 | 111101 | 1011000 | 11000 | 10011 | 1001111 | 101011 |
Color Harmonies of #C24C17
Complementary color
Monochromatic Colors of #C24C17
Black with #C24C17
Text Example
Text Example
White with #C24C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24C17; }
p { color: rgb(194,76,23); }
H1.HeaderClassName
{
color: #C24C17;
}
.AnyTagClassName
{
color: #C24C17;
}
</style>
background-color css
<style>
a { background-color: #C24C17; }
a { background-color: rgb(194,76,23); }
div.DivClassName
{
background-color: #C24C17;
}
.BgClassName
{
background-color: #C24C17;
}
</style>
border-color css
<style>
span { border-color: #C24C17; }
span { border-color: rgb(194,76,23); }
td.TdClassName
{
border-color: #C24C17;
}
.TagClassName
{
border-color: #C24C17;
}
</style>