Shades of Rust #A32809
Tints of Rust #A32809
RGB
CMYK
RGB Variations
Color information
#A32809 (or 0xA32809) is known color: Rust. HEX triplet: A3, 28 and 09. RGB value is (163,40,9). Sum of RGB (Red+Green+Blue) = 163+40+9=212 (28% of max value = 765). Red value is 163 (64.06% from 255 or 76.89% from 212); Green value is 40 (16.02% from 255 or 18.87% from 212); Blue value is 9 (3.91% from 255 or 4.25% from 212); Max value from RGB is 163 - color contains mainly: red. Hex color #A32809 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32809 is #5CD7F6. Grayscale: #494949. Windows color (decimal): -6084599 or 600227. OLE color: 600227.
HSL color Cylindrical-coordinate representation of color #A32809: hue angle of 12.08º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A32809 is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 40 | 9 | - |
| CMYK | 0 | 0.75 | 0.94 | 0.36 |
| HSL | 12.08º | 0.9% | 0.34% | - |
| HSV(B) | 12.08º | 0.94% | 0.64% | - |
| XYZ | 15.91 | 9.32 | 1.22 | - |
| YUV | 73.24 | 91.75 | 192.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 40 | 9 | 0 | 0.75 | 0.94 | 0.36 | 12.08 | 0.9 | 0.34 |
| Hex | A3 | 28 | 9 | 0 | 4B | 5E | 24 | C | 5A | 22 |
| Octal | 243 | 50 | 11 | 0 | 113 | 136 | 44 | 14 | 132 | 42 |
| Binary | 10100011 | 101000 | 1001 | 0 | 1001011 | 1011110 | 100100 | 1100 | 1011010 | 100010 |
Color Harmonies of #A32809
Complementary color
Monochromatic Colors of #A32809
Black with #A32809
Text Example
Text Example
White with #A32809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32809; }
p { color: rgb(163,40,9); }
H1.HeaderClassName
{
color: #A32809;
}
.AnyTagClassName
{
color: #A32809;
}
</style>
background-color css
<style>
a { background-color: #A32809; }
a { background-color: rgb(163,40,9); }
div.DivClassName
{
background-color: #A32809;
}
.BgClassName
{
background-color: #A32809;
}
</style>
border-color css
<style>
span { border-color: #A32809; }
span { border-color: rgb(163,40,9); }
td.TdClassName
{
border-color: #A32809;
}
.TagClassName
{
border-color: #A32809;
}
</style>