Shades of Rust #A52809
Tints of Rust #A52809
RGB
CMYK
RGB Variations
Color information
#A52809 (or 0xA52809) is known color: Rust. HEX triplet: A5, 28 and 09. RGB value is (165,40,9). Sum of RGB (Red+Green+Blue) = 165+40+9=214 (28% of max value = 765). Red value is 165 (64.84% from 255 or 77.10% from 214); Green value is 40 (16.02% from 255 or 18.69% from 214); Blue value is 9 (3.91% from 255 or 4.21% from 214); Max value from RGB is 165 - color contains mainly: red. Hex color #A52809 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A52809 is #5AD7F6. Grayscale: #4A4A4A. Windows color (decimal): -5953527 or 600229. OLE color: 600229.
HSL color Cylindrical-coordinate representation of color #A52809: hue angle of 11.92º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A52809 is Cyan = 0, Magento = 0.76, Yellow = 0.95 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 40 | 9 | - |
| CMYK | 0 | 0.76 | 0.95 | 0.35 |
| HSL | 11.92º | 0.9% | 0.34% | - |
| HSV(B) | 11.92º | 0.95% | 0.65% | - |
| XYZ | 16.33 | 9.54 | 1.24 | - |
| YUV | 73.84 | 91.41 | 193.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 40 | 9 | 0 | 0.76 | 0.95 | 0.35 | 11.92 | 0.9 | 0.34 |
| Hex | A5 | 28 | 9 | 0 | 4C | 5F | 23 | C | 5A | 22 |
| Octal | 245 | 50 | 11 | 0 | 114 | 137 | 43 | 14 | 132 | 42 |
| Binary | 10100101 | 101000 | 1001 | 0 | 1001100 | 1011111 | 100011 | 1100 | 1011010 | 100010 |
Color Harmonies of #A52809
Complementary color
Monochromatic Colors of #A52809
Black with #A52809
Text Example
Text Example
White with #A52809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52809; }
p { color: rgb(165,40,9); }
H1.HeaderClassName
{
color: #A52809;
}
.AnyTagClassName
{
color: #A52809;
}
</style>
background-color css
<style>
a { background-color: #A52809; }
a { background-color: rgb(165,40,9); }
div.DivClassName
{
background-color: #A52809;
}
.BgClassName
{
background-color: #A52809;
}
</style>
border-color css
<style>
span { border-color: #A52809; }
span { border-color: rgb(165,40,9); }
td.TdClassName
{
border-color: #A52809;
}
.TagClassName
{
border-color: #A52809;
}
</style>