Shades of Rust #A55109
Tints of Rust #A55109
RGB
CMYK
RGB Variations
Color information
#A55109 (or 0xA55109) is known color: Rust. HEX triplet: A5, 51 and 09. RGB value is (165,81,9). Sum of RGB (Red+Green+Blue) = 165+81+9=255 (33% of max value = 765). Red value is 165 (64.84% from 255 or 64.71% from 255); Green value is 81 (32.03% from 255 or 31.76% from 255); Blue value is 9 (3.91% from 255 or 3.53% from 255); Max value from RGB is 165 - color contains mainly: red. Hex color #A55109 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A55109 is #5AAEF6. Grayscale: #626262. Windows color (decimal): -5943031 or 610725. OLE color: 610725.
HSL color Cylindrical-coordinate representation of color #A55109: hue angle of 27.69º 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 #A55109 is Cyan = 0, Magento = 0.51, Yellow = 0.95 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 81 | 9 | - |
| CMYK | 0 | 0.51 | 0.95 | 0.35 |
| HSL | 27.69º | 0.9% | 0.34% | - |
| HSV(B) | 27.69º | 0.95% | 0.65% | - |
| XYZ | 18.51 | 13.9 | 1.97 | - |
| YUV | 97.91 | 77.83 | 175.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 81 | 9 | 0 | 0.51 | 0.95 | 0.35 | 27.69 | 0.9 | 0.34 |
| Hex | A5 | 51 | 9 | 0 | 33 | 5F | 23 | 1C | 5A | 22 |
| Octal | 245 | 121 | 11 | 0 | 63 | 137 | 43 | 34 | 132 | 42 |
| Binary | 10100101 | 1010001 | 1001 | 0 | 110011 | 1011111 | 100011 | 11100 | 1011010 | 100010 |
Color Harmonies of #A55109
Complementary color
Monochromatic Colors of #A55109
Black with #A55109
Text Example
Text Example
White with #A55109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55109; }
p { color: rgb(165,81,9); }
H1.HeaderClassName
{
color: #A55109;
}
.AnyTagClassName
{
color: #A55109;
}
</style>
background-color css
<style>
a { background-color: #A55109; }
a { background-color: rgb(165,81,9); }
div.DivClassName
{
background-color: #A55109;
}
.BgClassName
{
background-color: #A55109;
}
</style>
border-color css
<style>
span { border-color: #A55109; }
span { border-color: rgb(165,81,9); }
td.TdClassName
{
border-color: #A55109;
}
.TagClassName
{
border-color: #A55109;
}
</style>