Shades of Rust #A02F0E
Tints of Rust #A02F0E
RGB
CMYK
RGB Variations
Color information
#A02F0E (or 0xA02F0E) is known color: Rust. HEX triplet: A0, 2F and 0E. RGB value is (160,47,14). Sum of RGB (Red+Green+Blue) = 160+47+14=221 (29% of max value = 765). Red value is 160 (62.89% from 255 or 72.40% from 221); Green value is 47 (18.75% from 255 or 21.27% from 221); Blue value is 14 (5.86% from 255 or 6.33% from 221); Max value from RGB is 160 - color contains mainly: red. Hex color #A02F0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02F0E is #5FD0F1. Grayscale: #4D4D4D. Windows color (decimal): -6279410 or 929696. OLE color: 929696.
HSL color Cylindrical-coordinate representation of color #A02F0E: hue angle of 13.56º 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 #A02F0E is Cyan = 0, Magento = 0.71, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 47 | 14 | - |
| CMYK | 0 | 0.71 | 0.91 | 0.37 |
| HSL | 13.56º | 0.84% | 0.34% | - |
| HSV(B) | 13.56º | 0.91% | 0.63% | - |
| XYZ | 15.59 | 9.54 | 1.43 | - |
| YUV | 77.03 | 92.44 | 187.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 47 | 14 | 0 | 0.71 | 0.91 | 0.37 | 13.56 | 0.84 | 0.34 |
| Hex | A0 | 2F | E | 0 | 47 | 5B | 25 | E | 54 | 22 |
| Octal | 240 | 57 | 16 | 0 | 107 | 133 | 45 | 16 | 124 | 42 |
| Binary | 10100000 | 101111 | 1110 | 0 | 1000111 | 1011011 | 100101 | 1110 | 1010100 | 100010 |
Color Harmonies of #A02F0E
Complementary color
Monochromatic Colors of #A02F0E
Black with #A02F0E
Text Example
Text Example
White with #A02F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02F0E; }
p { color: rgb(160,47,14); }
H1.HeaderClassName
{
color: #A02F0E;
}
.AnyTagClassName
{
color: #A02F0E;
}
</style>
background-color css
<style>
a { background-color: #A02F0E; }
a { background-color: rgb(160,47,14); }
div.DivClassName
{
background-color: #A02F0E;
}
.BgClassName
{
background-color: #A02F0E;
}
</style>
border-color css
<style>
span { border-color: #A02F0E; }
span { border-color: rgb(160,47,14); }
td.TdClassName
{
border-color: #A02F0E;
}
.TagClassName
{
border-color: #A02F0E;
}
</style>