Shades of Rust #C24C0A
Tints of Rust #C24C0A
RGB
CMYK
RGB Variations
Color information
#C24C0A (or 0xC24C0A) is known color: Rust. HEX triplet: C2, 4C and 0A. RGB value is (194,76,10). Sum of RGB (Red+Green+Blue) = 194+76+10=280 (37% of max value = 765). Red value is 194 (76.17% from 255 or 69.29% from 280); Green value is 76 (30.08% from 255 or 27.14% from 280); Blue value is 10 (4.30% from 255 or 3.57% from 280); Max value from RGB is 194 - color contains mainly: red. Hex color #C24C0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24C0A is #3DB3F5. Grayscale: #686868. Windows color (decimal): -4043766 or 675010. OLE color: 675010.
HSL color Cylindrical-coordinate representation of color #C24C0A: hue angle of 21.52º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C24C0A is Cyan = 0, Magento = 0.61, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 76 | 10 | - |
| CMYK | 0 | 0.61 | 0.95 | 0.24 |
| HSL | 21.52º | 0.9% | 0.4% | - |
| HSV(B) | 21.52º | 0.95% | 0.76% | - |
| XYZ | 24.89 | 16.66 | 2.19 | - |
| YUV | 103.76 | 75.09 | 192.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 76 | 10 | 0 | 0.61 | 0.95 | 0.24 | 21.52 | 0.9 | 0.4 |
| Hex | C2 | 4C | A | 0 | 3D | 5F | 18 | 16 | 5A | 28 |
| Octal | 302 | 114 | 12 | 0 | 75 | 137 | 30 | 26 | 132 | 50 |
| Binary | 11000010 | 1001100 | 1010 | 0 | 111101 | 1011111 | 11000 | 10110 | 1011010 | 101000 |
Color Harmonies of #C24C0A
Complementary color
Monochromatic Colors of #C24C0A
Black with #C24C0A
Text Example
Text Example
White with #C24C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24C0A; }
p { color: rgb(194,76,10); }
H1.HeaderClassName
{
color: #C24C0A;
}
.AnyTagClassName
{
color: #C24C0A;
}
</style>
background-color css
<style>
a { background-color: #C24C0A; }
a { background-color: rgb(194,76,10); }
div.DivClassName
{
background-color: #C24C0A;
}
.BgClassName
{
background-color: #C24C0A;
}
</style>
border-color css
<style>
span { border-color: #C24C0A; }
span { border-color: rgb(194,76,10); }
td.TdClassName
{
border-color: #C24C0A;
}
.TagClassName
{
border-color: #C24C0A;
}
</style>