Shades of Rust #A02B06
Tints of Rust #A02B06
RGB
CMYK
RGB Variations
Color information
#A02B06 (or 0xA02B06) is known color: Rust. HEX triplet: A0, 2B and 06. RGB value is (160,43,6). Sum of RGB (Red+Green+Blue) = 160+43+6=209 (27% of max value = 765). Red value is 160 (62.89% from 255 or 76.56% from 209); Green value is 43 (17.19% from 255 or 20.57% from 209); Blue value is 6 (2.73% from 255 or 2.87% from 209); Max value from RGB is 160 - color contains mainly: red. Hex color #A02B06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02B06 is #5FD4F9. Grayscale: #4A4A4A. Windows color (decimal): -6280442 or 404384. OLE color: 404384.
HSL color Cylindrical-coordinate representation of color #A02B06: hue angle of 14.42º 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 #A02B06 is Cyan = 0, Magento = 0.73, Yellow = 0.96 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 43 | 6 | - |
| CMYK | 0 | 0.73 | 0.96 | 0.37 |
| HSL | 14.42º | 0.93% | 0.33% | - |
| HSV(B) | 14.42º | 0.96% | 0.63% | - |
| XYZ | 15.39 | 9.21 | 1.14 | - |
| YUV | 73.77 | 89.76 | 189.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 43 | 6 | 0 | 0.73 | 0.96 | 0.37 | 14.42 | 0.93 | 0.33 |
| Hex | A0 | 2B | 6 | 0 | 49 | 60 | 25 | E | 5D | 21 |
| Octal | 240 | 53 | 6 | 0 | 111 | 140 | 45 | 16 | 135 | 41 |
| Binary | 10100000 | 101011 | 110 | 0 | 1001001 | 1100000 | 100101 | 1110 | 1011101 | 100001 |
Color Harmonies of #A02B06
Complementary color
Monochromatic Colors of #A02B06
Black with #A02B06
Text Example
Text Example
White with #A02B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02B06; }
p { color: rgb(160,43,6); }
H1.HeaderClassName
{
color: #A02B06;
}
.AnyTagClassName
{
color: #A02B06;
}
</style>
background-color css
<style>
a { background-color: #A02B06; }
a { background-color: rgb(160,43,6); }
div.DivClassName
{
background-color: #A02B06;
}
.BgClassName
{
background-color: #A02B06;
}
</style>
border-color css
<style>
span { border-color: #A02B06; }
span { border-color: rgb(160,43,6); }
td.TdClassName
{
border-color: #A02B06;
}
.TagClassName
{
border-color: #A02B06;
}
</style>