Shades of Rust #A03C16
Tints of Rust #A03C16
RGB
CMYK
RGB Variations
Color information
#A03C16 (or 0xA03C16) is known color: Rust. HEX triplet: A0, 3C and 16. RGB value is (160,60,22). Sum of RGB (Red+Green+Blue) = 160+60+22=242 (32% of max value = 765). Red value is 160 (62.89% from 255 or 66.12% from 242); Green value is 60 (23.83% from 255 or 24.79% from 242); Blue value is 22 (8.98% from 255 or 9.09% from 242); Max value from RGB is 160 - color contains mainly: red. Hex color #A03C16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03C16 is #5FC3E9. Grayscale: #555555. Windows color (decimal): -6276074 or 1457312. OLE color: 1457312.
HSL color Cylindrical-coordinate representation of color #A03C16: hue angle of 16.52º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A03C16 is Cyan = 0, Magento = 0.62, Yellow = 0.86 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 60 | 22 | - |
| CMYK | 0 | 0.62 | 0.86 | 0.37 |
| HSL | 16.52º | 0.76% | 0.36% | - |
| HSV(B) | 16.52º | 0.86% | 0.63% | - |
| XYZ | 16.26 | 10.76 | 1.98 | - |
| YUV | 85.57 | 92.13 | 181.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 60 | 22 | 0 | 0.62 | 0.86 | 0.37 | 16.52 | 0.76 | 0.36 |
| Hex | A0 | 3C | 16 | 0 | 3E | 56 | 25 | 11 | 4C | 24 |
| Octal | 240 | 74 | 26 | 0 | 76 | 126 | 45 | 21 | 114 | 44 |
| Binary | 10100000 | 111100 | 10110 | 0 | 111110 | 1010110 | 100101 | 10001 | 1001100 | 100100 |
Color Harmonies of #A03C16
Complementary color
Monochromatic Colors of #A03C16
Black with #A03C16
Text Example
Text Example
White with #A03C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03C16; }
p { color: rgb(160,60,22); }
H1.HeaderClassName
{
color: #A03C16;
}
.AnyTagClassName
{
color: #A03C16;
}
</style>
background-color css
<style>
a { background-color: #A03C16; }
a { background-color: rgb(160,60,22); }
div.DivClassName
{
background-color: #A03C16;
}
.BgClassName
{
background-color: #A03C16;
}
</style>
border-color css
<style>
span { border-color: #A03C16; }
span { border-color: rgb(160,60,22); }
td.TdClassName
{
border-color: #A03C16;
}
.TagClassName
{
border-color: #A03C16;
}
</style>