Shades of Rust #C24C19
Tints of Rust #C24C19
RGB
CMYK
RGB Variations
Color information
#C24C19 (or 0xC24C19) is known color: Rust. HEX triplet: C2, 4C and 19. RGB value is (194,76,25). Sum of RGB (Red+Green+Blue) = 194+76+25=295 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.76% from 295); Green value is 76 (30.08% from 255 or 25.76% from 295); Blue value is 25 (10.16% from 255 or 8.47% from 295); Max value from RGB is 194 - color contains mainly: red. Hex color #C24C19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24C19 is #3DB3E6. Grayscale: #696969. Windows color (decimal): -4043751 or 1658050. OLE color: 1658050.
HSL color Cylindrical-coordinate representation of color #C24C19: hue angle of 18.11º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C24C19 is Cyan = 0, Magento = 0.61, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 76 | 25 | - |
| CMYK | 0 | 0.61 | 0.87 | 0.24 |
| HSL | 18.11º | 0.77% | 0.43% | - |
| HSV(B) | 18.11º | 0.87% | 0.76% | - |
| XYZ | 25.01 | 16.71 | 2.83 | - |
| YUV | 105.47 | 82.59 | 191.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 76 | 25 | 0 | 0.61 | 0.87 | 0.24 | 18.11 | 0.77 | 0.43 |
| Hex | C2 | 4C | 19 | 0 | 3D | 57 | 18 | 12 | 4D | 2B |
| Octal | 302 | 114 | 31 | 0 | 75 | 127 | 30 | 22 | 115 | 53 |
| Binary | 11000010 | 1001100 | 11001 | 0 | 111101 | 1010111 | 11000 | 10010 | 1001101 | 101011 |
Color Harmonies of #C24C19
Complementary color
Monochromatic Colors of #C24C19
Black with #C24C19
Text Example
Text Example
White with #C24C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24C19; }
p { color: rgb(194,76,25); }
H1.HeaderClassName
{
color: #C24C19;
}
.AnyTagClassName
{
color: #C24C19;
}
</style>
background-color css
<style>
a { background-color: #C24C19; }
a { background-color: rgb(194,76,25); }
div.DivClassName
{
background-color: #C24C19;
}
.BgClassName
{
background-color: #C24C19;
}
</style>
border-color css
<style>
span { border-color: #C24C19; }
span { border-color: rgb(194,76,25); }
td.TdClassName
{
border-color: #C24C19;
}
.TagClassName
{
border-color: #C24C19;
}
</style>