Shades of Rust #A02809
Tints of Rust #A02809
RGB
CMYK
RGB Variations
Color information
#A02809 (or 0xA02809) is known color: Rust. HEX triplet: A0, 28 and 09. RGB value is (160,40,9). Sum of RGB (Red+Green+Blue) = 160+40+9=209 (27% of max value = 765). Red value is 160 (62.89% from 255 or 76.56% from 209); Green value is 40 (16.02% from 255 or 19.14% from 209); Blue value is 9 (3.91% from 255 or 4.31% from 209); Max value from RGB is 160 - color contains mainly: red. Hex color #A02809 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02809 is #5FD7F6. Grayscale: #484848. Windows color (decimal): -6281207 or 600224. OLE color: 600224.
HSL color Cylindrical-coordinate representation of color #A02809: hue angle of 12.32º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A02809 is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 40 | 9 | - |
| CMYK | 0 | 0.75 | 0.94 | 0.37 |
| HSL | 12.32º | 0.89% | 0.33% | - |
| HSV(B) | 12.32º | 0.94% | 0.63% | - |
| XYZ | 15.31 | 9.01 | 1.19 | - |
| YUV | 72.35 | 92.26 | 190.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 40 | 9 | 0 | 0.75 | 0.94 | 0.37 | 12.32 | 0.89 | 0.33 |
| Hex | A0 | 28 | 9 | 0 | 4B | 5E | 25 | C | 59 | 21 |
| Octal | 240 | 50 | 11 | 0 | 113 | 136 | 45 | 14 | 131 | 41 |
| Binary | 10100000 | 101000 | 1001 | 0 | 1001011 | 1011110 | 100101 | 1100 | 1011001 | 100001 |
Color Harmonies of #A02809
Complementary color
Monochromatic Colors of #A02809
Black with #A02809
Text Example
Text Example
White with #A02809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02809; }
p { color: rgb(160,40,9); }
H1.HeaderClassName
{
color: #A02809;
}
.AnyTagClassName
{
color: #A02809;
}
</style>
background-color css
<style>
a { background-color: #A02809; }
a { background-color: rgb(160,40,9); }
div.DivClassName
{
background-color: #A02809;
}
.BgClassName
{
background-color: #A02809;
}
</style>
border-color css
<style>
span { border-color: #A02809; }
span { border-color: rgb(160,40,9); }
td.TdClassName
{
border-color: #A02809;
}
.TagClassName
{
border-color: #A02809;
}
</style>