Shades of Rust #A02606
Tints of Rust #A02606
RGB
CMYK
RGB Variations
Color information
#A02606 (or 0xA02606) is known color: Rust. HEX triplet: A0, 26 and 06. RGB value is (160,38,6). Sum of RGB (Red+Green+Blue) = 160+38+6=204 (27% of max value = 765). Red value is 160 (62.89% from 255 or 78.43% from 204); Green value is 38 (15.23% from 255 or 18.63% from 204); Blue value is 6 (2.73% from 255 or 2.94% from 204); Max value from RGB is 160 - color contains mainly: red. Hex color #A02606 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02606 is #5FD9F9. Grayscale: #474747. Windows color (decimal): -6281722 or 403104. OLE color: 403104.
HSL color Cylindrical-coordinate representation of color #A02606: hue angle of 12.47º 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 #A02606 is Cyan = 0, Magento = 0.76, Yellow = 0.96 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 38 | 6 | - |
| CMYK | 0 | 0.76 | 0.96 | 0.37 |
| HSL | 12.47º | 0.93% | 0.33% | - |
| HSV(B) | 12.47º | 0.96% | 0.63% | - |
| XYZ | 15.22 | 8.87 | 1.08 | - |
| YUV | 70.83 | 91.42 | 191.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 38 | 6 | 0 | 0.76 | 0.96 | 0.37 | 12.47 | 0.93 | 0.33 |
| Hex | A0 | 26 | 6 | 0 | 4C | 60 | 25 | C | 5D | 21 |
| Octal | 240 | 46 | 6 | 0 | 114 | 140 | 45 | 14 | 135 | 41 |
| Binary | 10100000 | 100110 | 110 | 0 | 1001100 | 1100000 | 100101 | 1100 | 1011101 | 100001 |
Color Harmonies of #A02606
Complementary color
Monochromatic Colors of #A02606
Black with #A02606
Text Example
Text Example
White with #A02606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02606; }
p { color: rgb(160,38,6); }
H1.HeaderClassName
{
color: #A02606;
}
.AnyTagClassName
{
color: #A02606;
}
</style>
background-color css
<style>
a { background-color: #A02606; }
a { background-color: rgb(160,38,6); }
div.DivClassName
{
background-color: #A02606;
}
.BgClassName
{
background-color: #A02606;
}
</style>
border-color css
<style>
span { border-color: #A02606; }
span { border-color: rgb(160,38,6); }
td.TdClassName
{
border-color: #A02606;
}
.TagClassName
{
border-color: #A02606;
}
</style>