Shades of Rust #A55105
Tints of Rust #A55105
RGB
CMYK
RGB Variations
Color information
#A55105 (or 0xA55105) is known color: Rust. HEX triplet: A5, 51 and 05. RGB value is (165,81,5). Sum of RGB (Red+Green+Blue) = 165+81+5=251 (33% of max value = 765). Red value is 165 (64.84% from 255 or 65.74% from 251); Green value is 81 (32.03% from 255 or 32.27% from 251); Blue value is 5 (2.34% from 255 or 1.99% from 251); Max value from RGB is 165 - color contains mainly: red. Hex color #A55105 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A55105 is #5AAEFA. Grayscale: #616161. Windows color (decimal): -5943035 or 348581. OLE color: 348581.
HSL color Cylindrical-coordinate representation of color #A55105: hue angle of 28.5º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A55105 is Cyan = 0, Magento = 0.51, Yellow = 0.97 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 81 | 5 | - |
| CMYK | 0 | 0.51 | 0.97 | 0.35 |
| HSL | 28.5º | 0.94% | 0.33% | - |
| HSV(B) | 28.5º | 0.97% | 0.65% | - |
| XYZ | 18.49 | 13.9 | 1.85 | - |
| YUV | 97.45 | 75.83 | 176.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 81 | 5 | 0 | 0.51 | 0.97 | 0.35 | 28.5 | 0.94 | 0.33 |
| Hex | A5 | 51 | 5 | 0 | 33 | 61 | 23 | 1C | 5E | 21 |
| Octal | 245 | 121 | 5 | 0 | 63 | 141 | 43 | 34 | 136 | 41 |
| Binary | 10100101 | 1010001 | 101 | 0 | 110011 | 1100001 | 100011 | 11100 | 1011110 | 100001 |
Color Harmonies of #A55105
Complementary color
Monochromatic Colors of #A55105
Black with #A55105
Text Example
Text Example
White with #A55105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55105; }
p { color: rgb(165,81,5); }
H1.HeaderClassName
{
color: #A55105;
}
.AnyTagClassName
{
color: #A55105;
}
</style>
background-color css
<style>
a { background-color: #A55105; }
a { background-color: rgb(165,81,5); }
div.DivClassName
{
background-color: #A55105;
}
.BgClassName
{
background-color: #A55105;
}
</style>
border-color css
<style>
span { border-color: #A55105; }
span { border-color: rgb(165,81,5); }
td.TdClassName
{
border-color: #A55105;
}
.TagClassName
{
border-color: #A55105;
}
</style>