Shades of Rust #C2460D
Tints of Rust #C2460D
RGB
CMYK
RGB Variations
Color information
#C2460D (or 0xC2460D) is known color: Rust. HEX triplet: C2, 46 and 0D. RGB value is (194,70,13). Sum of RGB (Red+Green+Blue) = 194+70+13=277 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.04% from 277); Green value is 70 (27.73% from 255 or 25.27% from 277); Blue value is 13 (5.47% from 255 or 4.69% from 277); Max value from RGB is 194 - color contains mainly: red. Hex color #C2460D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C2460D is #3DB9F2. Grayscale: #646464. Windows color (decimal): -4045299 or 870082. OLE color: 870082.
HSL color Cylindrical-coordinate representation of color #C2460D: hue angle of 18.9º 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 #C2460D is Cyan = 0, Magento = 0.64, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 70 | 13 | - |
| CMYK | 0 | 0.64 | 0.93 | 0.24 |
| HSL | 18.9º | 0.87% | 0.41% | - |
| HSV(B) | 18.9º | 0.93% | 0.76% | - |
| XYZ | 24.51 | 15.88 | 2.15 | - |
| YUV | 100.58 | 78.58 | 194.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 70 | 13 | 0 | 0.64 | 0.93 | 0.24 | 18.9 | 0.87 | 0.41 |
| Hex | C2 | 46 | D | 0 | 40 | 5D | 18 | 13 | 57 | 29 |
| Octal | 302 | 106 | 15 | 0 | 100 | 135 | 30 | 23 | 127 | 51 |
| Binary | 11000010 | 1000110 | 1101 | 0 | 1000000 | 1011101 | 11000 | 10011 | 1010111 | 101001 |
Color Harmonies of #C2460D
Complementary color
Monochromatic Colors of #C2460D
Black with #C2460D
Text Example
Text Example
White with #C2460D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2460D; }
p { color: rgb(194,70,13); }
H1.HeaderClassName
{
color: #C2460D;
}
.AnyTagClassName
{
color: #C2460D;
}
</style>
background-color css
<style>
a { background-color: #C2460D; }
a { background-color: rgb(194,70,13); }
div.DivClassName
{
background-color: #C2460D;
}
.BgClassName
{
background-color: #C2460D;
}
</style>
border-color css
<style>
span { border-color: #C2460D; }
span { border-color: rgb(194,70,13); }
td.TdClassName
{
border-color: #C2460D;
}
.TagClassName
{
border-color: #C2460D;
}
</style>