Shades of Rust #C24817
Tints of Rust #C24817
RGB
CMYK
RGB Variations
Color information
#C24817 (or 0xC24817) is known color: Rust. HEX triplet: C2, 48 and 17. RGB value is (194,72,23). Sum of RGB (Red+Green+Blue) = 194+72+23=289 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.13% from 289); Green value is 72 (28.52% from 255 or 24.91% from 289); Blue value is 23 (9.38% from 255 or 7.96% from 289); Max value from RGB is 194 - color contains mainly: red. Hex color #C24817 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24817 is #3DB7E8. Grayscale: #676767. Windows color (decimal): -4044777 or 1525954. OLE color: 1525954.
HSL color Cylindrical-coordinate representation of color #C24817: hue angle of 17.19º 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 #C24817 is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 72 | 23 | - |
| CMYK | 0 | 0.63 | 0.88 | 0.24 |
| HSL | 17.19º | 0.79% | 0.43% | - |
| HSV(B) | 17.19º | 0.88% | 0.76% | - |
| XYZ | 24.72 | 16.17 | 2.63 | - |
| YUV | 102.89 | 82.92 | 192.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 72 | 23 | 0 | 0.63 | 0.88 | 0.24 | 17.19 | 0.79 | 0.43 |
| Hex | C2 | 48 | 17 | 0 | 3F | 58 | 18 | 11 | 4F | 2B |
| Octal | 302 | 110 | 27 | 0 | 77 | 130 | 30 | 21 | 117 | 53 |
| Binary | 11000010 | 1001000 | 10111 | 0 | 111111 | 1011000 | 11000 | 10001 | 1001111 | 101011 |
Color Harmonies of #C24817
Complementary color
Monochromatic Colors of #C24817
Black with #C24817
Text Example
Text Example
White with #C24817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24817; }
p { color: rgb(194,72,23); }
H1.HeaderClassName
{
color: #C24817;
}
.AnyTagClassName
{
color: #C24817;
}
</style>
background-color css
<style>
a { background-color: #C24817; }
a { background-color: rgb(194,72,23); }
div.DivClassName
{
background-color: #C24817;
}
.BgClassName
{
background-color: #C24817;
}
</style>
border-color css
<style>
span { border-color: #C24817; }
span { border-color: rgb(194,72,23); }
td.TdClassName
{
border-color: #C24817;
}
.TagClassName
{
border-color: #C24817;
}
</style>