Shades of Rust #C2460C
Tints of Rust #C2460C
RGB
CMYK
RGB Variations
Color information
#C2460C (or 0xC2460C) is known color: Rust. HEX triplet: C2, 46 and 0C. RGB value is (194,70,12). Sum of RGB (Red+Green+Blue) = 194+70+12=276 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.29% from 276); Green value is 70 (27.73% from 255 or 25.36% from 276); Blue value is 12 (5.08% from 255 or 4.35% from 276); Max value from RGB is 194 - color contains mainly: red. Hex color #C2460C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C2460C is #3DB9F3. Grayscale: #646464. Windows color (decimal): -4045300 or 804546. OLE color: 804546.
HSL color Cylindrical-coordinate representation of color #C2460C: hue angle of 19.12º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C2460C is Cyan = 0, Magento = 0.64, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 70 | 12 | - |
| CMYK | 0 | 0.64 | 0.94 | 0.24 |
| HSL | 19.12º | 0.88% | 0.4% | - |
| HSV(B) | 19.12º | 0.94% | 0.76% | - |
| XYZ | 24.5 | 15.88 | 2.12 | - |
| YUV | 100.46 | 78.08 | 194.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 70 | 12 | 0 | 0.64 | 0.94 | 0.24 | 19.12 | 0.88 | 0.4 |
| Hex | C2 | 46 | C | 0 | 40 | 5E | 18 | 13 | 58 | 28 |
| Octal | 302 | 106 | 14 | 0 | 100 | 136 | 30 | 23 | 130 | 50 |
| Binary | 11000010 | 1000110 | 1100 | 0 | 1000000 | 1011110 | 11000 | 10011 | 1011000 | 101000 |
Color Harmonies of #C2460C
Complementary color
Monochromatic Colors of #C2460C
Black with #C2460C
Text Example
Text Example
White with #C2460C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2460C; }
p { color: rgb(194,70,12); }
H1.HeaderClassName
{
color: #C2460C;
}
.AnyTagClassName
{
color: #C2460C;
}
</style>
background-color css
<style>
a { background-color: #C2460C; }
a { background-color: rgb(194,70,12); }
div.DivClassName
{
background-color: #C2460C;
}
.BgClassName
{
background-color: #C2460C;
}
</style>
border-color css
<style>
span { border-color: #C2460C; }
span { border-color: rgb(194,70,12); }
td.TdClassName
{
border-color: #C2460C;
}
.TagClassName
{
border-color: #C2460C;
}
</style>