Shades of Rust #A03A15
Tints of Rust #A03A15
RGB
CMYK
RGB Variations
Color information
#A03A15 (or 0xA03A15) is known color: Rust. HEX triplet: A0, 3A and 15. RGB value is (160,58,21). Sum of RGB (Red+Green+Blue) = 160+58+21=239 (31% of max value = 765). Red value is 160 (62.89% from 255 or 66.95% from 239); Green value is 58 (23.05% from 255 or 24.27% from 239); Blue value is 21 (8.59% from 255 or 8.79% from 239); Max value from RGB is 160 - color contains mainly: red. Hex color #A03A15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03A15 is #5FC5EA. Grayscale: #545454. Windows color (decimal): -6276587 or 1391264. OLE color: 1391264.
HSL color Cylindrical-coordinate representation of color #A03A15: hue angle of 15.97º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A03A15 is Cyan = 0, Magento = 0.64, Yellow = 0.87 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 58 | 21 | - |
| CMYK | 0 | 0.64 | 0.87 | 0.37 |
| HSL | 15.97º | 0.77% | 0.35% | - |
| HSV(B) | 15.97º | 0.87% | 0.63% | - |
| XYZ | 16.15 | 10.55 | 1.9 | - |
| YUV | 84.28 | 92.29 | 182.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 58 | 21 | 0 | 0.64 | 0.87 | 0.37 | 15.97 | 0.77 | 0.35 |
| Hex | A0 | 3A | 15 | 0 | 40 | 57 | 25 | 10 | 4D | 23 |
| Octal | 240 | 72 | 25 | 0 | 100 | 127 | 45 | 20 | 115 | 43 |
| Binary | 10100000 | 111010 | 10101 | 0 | 1000000 | 1010111 | 100101 | 10000 | 1001101 | 100011 |
Color Harmonies of #A03A15
Complementary color
Monochromatic Colors of #A03A15
Black with #A03A15
Text Example
Text Example
White with #A03A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03A15; }
p { color: rgb(160,58,21); }
H1.HeaderClassName
{
color: #A03A15;
}
.AnyTagClassName
{
color: #A03A15;
}
</style>
background-color css
<style>
a { background-color: #A03A15; }
a { background-color: rgb(160,58,21); }
div.DivClassName
{
background-color: #A03A15;
}
.BgClassName
{
background-color: #A03A15;
}
</style>
border-color css
<style>
span { border-color: #A03A15; }
span { border-color: rgb(160,58,21); }
td.TdClassName
{
border-color: #A03A15;
}
.TagClassName
{
border-color: #A03A15;
}
</style>