Shades of Rust #C0460C
Tints of Rust #C0460C
RGB
CMYK
RGB Variations
Color information
#C0460C (or 0xC0460C) is known color: Rust. HEX triplet: C0, 46 and 0C. RGB value is (192,70,12). Sum of RGB (Red+Green+Blue) = 192+70+12=274 (36% of max value = 765). Red value is 192 (75.39% from 255 or 70.07% from 274); Green value is 70 (27.73% from 255 or 25.55% from 274); Blue value is 12 (5.08% from 255 or 4.38% from 274); Max value from RGB is 192 - color contains mainly: red. Hex color #C0460C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C0460C is #3FB9F3. Grayscale: #646464. Windows color (decimal): -4176372 or 804544. OLE color: 804544.
HSL color Cylindrical-coordinate representation of color #C0460C: hue angle of 19.33º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C0460C is Cyan = 0, Magento = 0.64, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 70 | 12 | - |
| CMYK | 0 | 0.64 | 0.94 | 0.25 |
| HSL | 19.33º | 0.88% | 0.4% | - |
| HSV(B) | 19.33º | 0.94% | 0.75% | - |
| XYZ | 23.99 | 15.61 | 2.1 | - |
| YUV | 99.87 | 78.42 | 193.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 70 | 12 | 0 | 0.64 | 0.94 | 0.25 | 19.33 | 0.88 | 0.4 |
| Hex | C0 | 46 | C | 0 | 40 | 5E | 19 | 13 | 58 | 28 |
| Octal | 300 | 106 | 14 | 0 | 100 | 136 | 31 | 23 | 130 | 50 |
| Binary | 11000000 | 1000110 | 1100 | 0 | 1000000 | 1011110 | 11001 | 10011 | 1011000 | 101000 |
Color Harmonies of #C0460C
Complementary color
Monochromatic Colors of #C0460C
Black with #C0460C
Text Example
Text Example
White with #C0460C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0460C; }
p { color: rgb(192,70,12); }
H1.HeaderClassName
{
color: #C0460C;
}
.AnyTagClassName
{
color: #C0460C;
}
</style>
background-color css
<style>
a { background-color: #C0460C; }
a { background-color: rgb(192,70,12); }
div.DivClassName
{
background-color: #C0460C;
}
.BgClassName
{
background-color: #C0460C;
}
</style>
border-color css
<style>
span { border-color: #C0460C; }
span { border-color: rgb(192,70,12); }
td.TdClassName
{
border-color: #C0460C;
}
.TagClassName
{
border-color: #C0460C;
}
</style>