Shades of Rust #A03206
Tints of Rust #A03206
RGB
CMYK
RGB Variations
Color information
#A03206 (or 0xA03206) is known color: Rust. HEX triplet: A0, 32 and 06. RGB value is (160,50,6). Sum of RGB (Red+Green+Blue) = 160+50+6=216 (28% of max value = 765). Red value is 160 (62.89% from 255 or 74.07% from 216); Green value is 50 (19.92% from 255 or 23.15% from 216); Blue value is 6 (2.73% from 255 or 2.78% from 216); Max value from RGB is 160 - color contains mainly: red. Hex color #A03206 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03206 is #5FCDF9. Grayscale: #4E4E4E. Windows color (decimal): -6278650 or 406176. OLE color: 406176.
HSL color Cylindrical-coordinate representation of color #A03206: hue angle of 17.14º 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 #A03206 is Cyan = 0, Magento = 0.69, Yellow = 0.96 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 50 | 6 | - |
| CMYK | 0 | 0.69 | 0.96 | 0.37 |
| HSL | 17.14º | 0.93% | 0.33% | - |
| HSV(B) | 17.14º | 0.96% | 0.63% | - |
| XYZ | 15.67 | 9.77 | 1.23 | - |
| YUV | 77.87 | 87.44 | 186.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 50 | 6 | 0 | 0.69 | 0.96 | 0.37 | 17.14 | 0.93 | 0.33 |
| Hex | A0 | 32 | 6 | 0 | 45 | 60 | 25 | 11 | 5D | 21 |
| Octal | 240 | 62 | 6 | 0 | 105 | 140 | 45 | 21 | 135 | 41 |
| Binary | 10100000 | 110010 | 110 | 0 | 1000101 | 1100000 | 100101 | 10001 | 1011101 | 100001 |
Color Harmonies of #A03206
Complementary color
Monochromatic Colors of #A03206
Black with #A03206
Text Example
Text Example
White with #A03206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03206; }
p { color: rgb(160,50,6); }
H1.HeaderClassName
{
color: #A03206;
}
.AnyTagClassName
{
color: #A03206;
}
</style>
background-color css
<style>
a { background-color: #A03206; }
a { background-color: rgb(160,50,6); }
div.DivClassName
{
background-color: #A03206;
}
.BgClassName
{
background-color: #A03206;
}
</style>
border-color css
<style>
span { border-color: #A03206; }
span { border-color: rgb(160,50,6); }
td.TdClassName
{
border-color: #A03206;
}
.TagClassName
{
border-color: #A03206;
}
</style>