Shades of Rust #C2460E
Tints of Rust #C2460E
RGB
CMYK
RGB Variations
Color information
#C2460E (or 0xC2460E) is known color: Rust. HEX triplet: C2, 46 and 0E. RGB value is (194,70,14). Sum of RGB (Red+Green+Blue) = 194+70+14=278 (36% of max value = 765). Red value is 194 (76.17% from 255 or 69.78% from 278); Green value is 70 (27.73% from 255 or 25.18% from 278); Blue value is 14 (5.86% from 255 or 5.04% from 278); Max value from RGB is 194 - color contains mainly: red. Hex color #C2460E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C2460E is #3DB9F1. Grayscale: #656565. Windows color (decimal): -4045298 or 935618. OLE color: 935618.
HSL color Cylindrical-coordinate representation of color #C2460E: hue angle of 18.67º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C2460E is Cyan = 0, Magento = 0.64, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 70 | 14 | - |
| CMYK | 0 | 0.64 | 0.93 | 0.24 |
| HSL | 18.67º | 0.87% | 0.41% | - |
| HSV(B) | 18.67º | 0.93% | 0.76% | - |
| XYZ | 24.52 | 15.88 | 2.19 | - |
| YUV | 100.69 | 79.08 | 194.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 70 | 14 | 0 | 0.64 | 0.93 | 0.24 | 18.67 | 0.87 | 0.41 |
| Hex | C2 | 46 | E | 0 | 40 | 5D | 18 | 13 | 57 | 29 |
| Octal | 302 | 106 | 16 | 0 | 100 | 135 | 30 | 23 | 127 | 51 |
| Binary | 11000010 | 1000110 | 1110 | 0 | 1000000 | 1011101 | 11000 | 10011 | 1010111 | 101001 |
Color Harmonies of #C2460E
Complementary color
Monochromatic Colors of #C2460E
Black with #C2460E
Text Example
Text Example
White with #C2460E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2460E; }
p { color: rgb(194,70,14); }
H1.HeaderClassName
{
color: #C2460E;
}
.AnyTagClassName
{
color: #C2460E;
}
</style>
background-color css
<style>
a { background-color: #C2460E; }
a { background-color: rgb(194,70,14); }
div.DivClassName
{
background-color: #C2460E;
}
.BgClassName
{
background-color: #C2460E;
}
</style>
border-color css
<style>
span { border-color: #C2460E; }
span { border-color: rgb(194,70,14); }
td.TdClassName
{
border-color: #C2460E;
}
.TagClassName
{
border-color: #C2460E;
}
</style>