Shades of Rust #A02806
Tints of Rust #A02806
RGB
CMYK
RGB Variations
Color information
#A02806 (or 0xA02806) is known color: Rust. HEX triplet: A0, 28 and 06. RGB value is (160,40,6). Sum of RGB (Red+Green+Blue) = 160+40+6=206 (27% of max value = 765). Red value is 160 (62.89% from 255 or 77.67% from 206); Green value is 40 (16.02% from 255 or 19.42% from 206); Blue value is 6 (2.73% from 255 or 2.91% from 206); Max value from RGB is 160 - color contains mainly: red. Hex color #A02806 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02806 is #5FD7F9. Grayscale: #484848. Windows color (decimal): -6281210 or 403616. OLE color: 403616.
HSL color Cylindrical-coordinate representation of color #A02806: hue angle of 13.25º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A02806 is Cyan = 0, Magento = 0.75, Yellow = 0.96 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 40 | 6 | - |
| CMYK | 0 | 0.75 | 0.96 | 0.37 |
| HSL | 13.25º | 0.93% | 0.33% | - |
| HSV(B) | 13.25º | 0.96% | 0.63% | - |
| XYZ | 15.29 | 9 | 1.1 | - |
| YUV | 72 | 90.76 | 190.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 40 | 6 | 0 | 0.75 | 0.96 | 0.37 | 13.25 | 0.93 | 0.33 |
| Hex | A0 | 28 | 6 | 0 | 4B | 60 | 25 | D | 5D | 21 |
| Octal | 240 | 50 | 6 | 0 | 113 | 140 | 45 | 15 | 135 | 41 |
| Binary | 10100000 | 101000 | 110 | 0 | 1001011 | 1100000 | 100101 | 1101 | 1011101 | 100001 |
Color Harmonies of #A02806
Complementary color
Monochromatic Colors of #A02806
Black with #A02806
Text Example
Text Example
White with #A02806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02806; }
p { color: rgb(160,40,6); }
H1.HeaderClassName
{
color: #A02806;
}
.AnyTagClassName
{
color: #A02806;
}
</style>
background-color css
<style>
a { background-color: #A02806; }
a { background-color: rgb(160,40,6); }
div.DivClassName
{
background-color: #A02806;
}
.BgClassName
{
background-color: #A02806;
}
</style>
border-color css
<style>
span { border-color: #A02806; }
span { border-color: rgb(160,40,6); }
td.TdClassName
{
border-color: #A02806;
}
.TagClassName
{
border-color: #A02806;
}
</style>