Shades of Rust #A03006
Tints of Rust #A03006
RGB
CMYK
RGB Variations
Color information
#A03006 (or 0xA03006) is known color: Rust. HEX triplet: A0, 30 and 06. RGB value is (160,48,6). Sum of RGB (Red+Green+Blue) = 160+48+6=214 (28% of max value = 765). Red value is 160 (62.89% from 255 or 74.77% from 214); Green value is 48 (19.14% from 255 or 22.43% from 214); Blue value is 6 (2.73% from 255 or 2.80% from 214); Max value from RGB is 160 - color contains mainly: red. Hex color #A03006 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03006 is #5FCFF9. Grayscale: #4C4C4C. Windows color (decimal): -6279162 or 405664. OLE color: 405664.
HSL color Cylindrical-coordinate representation of color #A03006: hue angle of 16.36º 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 #A03006 is Cyan = 0, Magento = 0.70, Yellow = 0.96 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 48 | 6 | - |
| CMYK | 0 | 0.70 | 0.96 | 0.37 |
| HSL | 16.36º | 0.93% | 0.33% | - |
| HSV(B) | 16.36º | 0.96% | 0.63% | - |
| XYZ | 15.59 | 9.6 | 1.2 | - |
| YUV | 76.7 | 88.11 | 187.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 48 | 6 | 0 | 0.70 | 0.96 | 0.37 | 16.36 | 0.93 | 0.33 |
| Hex | A0 | 30 | 6 | 0 | 46 | 60 | 25 | 10 | 5D | 21 |
| Octal | 240 | 60 | 6 | 0 | 106 | 140 | 45 | 20 | 135 | 41 |
| Binary | 10100000 | 110000 | 110 | 0 | 1000110 | 1100000 | 100101 | 10000 | 1011101 | 100001 |
Color Harmonies of #A03006
Complementary color
Monochromatic Colors of #A03006
Black with #A03006
Text Example
Text Example
White with #A03006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03006; }
p { color: rgb(160,48,6); }
H1.HeaderClassName
{
color: #A03006;
}
.AnyTagClassName
{
color: #A03006;
}
</style>
background-color css
<style>
a { background-color: #A03006; }
a { background-color: rgb(160,48,6); }
div.DivClassName
{
background-color: #A03006;
}
.BgClassName
{
background-color: #A03006;
}
</style>
border-color css
<style>
span { border-color: #A03006; }
span { border-color: rgb(160,48,6); }
td.TdClassName
{
border-color: #A03006;
}
.TagClassName
{
border-color: #A03006;
}
</style>