Shades of Rust #A03A0E
Tints of Rust #A03A0E
RGB
CMYK
RGB Variations
Color information
#A03A0E (or 0xA03A0E) is known color: Rust. HEX triplet: A0, 3A and 0E. RGB value is (160,58,14). Sum of RGB (Red+Green+Blue) = 160+58+14=232 (30% of max value = 765). Red value is 160 (62.89% from 255 or 68.97% from 232); Green value is 58 (23.05% from 255 or 25% from 232); Blue value is 14 (5.86% from 255 or 6.03% from 232); Max value from RGB is 160 - color contains mainly: red. Hex color #A03A0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03A0E is #5FC5F1. Grayscale: #535353. Windows color (decimal): -6276594 or 932512. OLE color: 932512.
HSL color Cylindrical-coordinate representation of color #A03A0E: hue angle of 18.08º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A03A0E is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 58 | 14 | - |
| CMYK | 0 | 0.64 | 0.91 | 0.37 |
| HSL | 18.08º | 0.84% | 0.34% | - |
| HSV(B) | 18.08º | 0.91% | 0.63% | - |
| XYZ | 16.09 | 10.53 | 1.6 | - |
| YUV | 83.48 | 88.79 | 182.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 58 | 14 | 0 | 0.64 | 0.91 | 0.37 | 18.08 | 0.84 | 0.34 |
| Hex | A0 | 3A | E | 0 | 40 | 5B | 25 | 12 | 54 | 22 |
| Octal | 240 | 72 | 16 | 0 | 100 | 133 | 45 | 22 | 124 | 42 |
| Binary | 10100000 | 111010 | 1110 | 0 | 1000000 | 1011011 | 100101 | 10010 | 1010100 | 100010 |
Color Harmonies of #A03A0E
Complementary color
Monochromatic Colors of #A03A0E
Black with #A03A0E
Text Example
Text Example
White with #A03A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03A0E; }
p { color: rgb(160,58,14); }
H1.HeaderClassName
{
color: #A03A0E;
}
.AnyTagClassName
{
color: #A03A0E;
}
</style>
background-color css
<style>
a { background-color: #A03A0E; }
a { background-color: rgb(160,58,14); }
div.DivClassName
{
background-color: #A03A0E;
}
.BgClassName
{
background-color: #A03A0E;
}
</style>
border-color css
<style>
span { border-color: #A03A0E; }
span { border-color: rgb(160,58,14); }
td.TdClassName
{
border-color: #A03A0E;
}
.TagClassName
{
border-color: #A03A0E;
}
</style>