Shades of Rust #C2460B
Tints of Rust #C2460B
RGB
CMYK
RGB Variations
Color information
#C2460B (or 0xC2460B) is known color: Rust. HEX triplet: C2, 46 and 0B. RGB value is (194,70,11). Sum of RGB (Red+Green+Blue) = 194+70+11=275 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.55% from 275); Green value is 70 (27.73% from 255 or 25.45% from 275); Blue value is 11 (4.69% from 255 or 4% from 275); Max value from RGB is 194 - color contains mainly: red. Hex color #C2460B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C2460B is #3DB9F4. Grayscale: #646464. Windows color (decimal): -4045301 or 739010. OLE color: 739010.
HSL color Cylindrical-coordinate representation of color #C2460B: hue angle of 19.34º degrees, saturation: 0.89, 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 #C2460B is Cyan = 0, Magento = 0.64, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 70 | 11 | - |
| CMYK | 0 | 0.64 | 0.94 | 0.24 |
| HSL | 19.34º | 0.89% | 0.4% | - |
| HSV(B) | 19.34º | 0.94% | 0.76% | - |
| XYZ | 24.5 | 15.87 | 2.09 | - |
| YUV | 100.35 | 77.58 | 194.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 70 | 11 | 0 | 0.64 | 0.94 | 0.24 | 19.34 | 0.89 | 0.4 |
| Hex | C2 | 46 | B | 0 | 40 | 5E | 18 | 13 | 59 | 28 |
| Octal | 302 | 106 | 13 | 0 | 100 | 136 | 30 | 23 | 131 | 50 |
| Binary | 11000010 | 1000110 | 1011 | 0 | 1000000 | 1011110 | 11000 | 10011 | 1011001 | 101000 |
Color Harmonies of #C2460B
Complementary color
Monochromatic Colors of #C2460B
Black with #C2460B
Text Example
Text Example
White with #C2460B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2460B; }
p { color: rgb(194,70,11); }
H1.HeaderClassName
{
color: #C2460B;
}
.AnyTagClassName
{
color: #C2460B;
}
</style>
background-color css
<style>
a { background-color: #C2460B; }
a { background-color: rgb(194,70,11); }
div.DivClassName
{
background-color: #C2460B;
}
.BgClassName
{
background-color: #C2460B;
}
</style>
border-color css
<style>
span { border-color: #C2460B; }
span { border-color: rgb(194,70,11); }
td.TdClassName
{
border-color: #C2460B;
}
.TagClassName
{
border-color: #C2460B;
}
</style>