Shades of Rust #A55100
Tints of Rust #A55100
RGB
CMYK
RGB Variations
Color information
#A55100 (or 0xA55100) is known color: Rust. HEX triplet: A5, 51 and 00. RGB value is (165,81,0). Sum of RGB (Red+Green+Blue) = 165+81+0=246 (32% of max value = 765). Red value is 165 (64.84% from 255 or 67.07% from 246); Green value is 81 (32.03% from 255 or 32.93% from 246); Blue value is 0 (0.39% from 255 or 0% from 246); Max value from RGB is 165 - color contains mainly: red. Hex color #A55100 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A55100 is #5AAEFF. Grayscale: #616161. Windows color (decimal): -5943040 or 20901. OLE color: 20901.
HSL color Cylindrical-coordinate representation of color #A55100: hue angle of 29.45º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A55100 is Cyan = 0, Magento = 0.51, Yellow = 1 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 81 | 0 | - |
| CMYK | 0 | 0.51 | 1 | 0.35 |
| HSL | 29.45º | 1% | 0.32% | - |
| HSV(B) | 29.45º | 1% | 0.65% | - |
| XYZ | 18.46 | 13.88 | 1.71 | - |
| YUV | 96.88 | 73.33 | 176.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 81 | 0 | 0 | 0.51 | 1 | 0.35 | 29.45 | 1 | 0.32 |
| Hex | A5 | 51 | 0 | 0 | 33 | 64 | 23 | 1D | 64 | 20 |
| Octal | 245 | 121 | 0 | 0 | 63 | 144 | 43 | 35 | 144 | 40 |
| Binary | 10100101 | 1010001 | 0 | 0 | 110011 | 1100100 | 100011 | 11101 | 1100100 | 100000 |
Color Harmonies of #A55100
Complementary color
Monochromatic Colors of #A55100
Black with #A55100
Text Example
Text Example
White with #A55100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55100; }
p { color: rgb(165,81,0); }
H1.HeaderClassName
{
color: #A55100;
}
.AnyTagClassName
{
color: #A55100;
}
</style>
background-color css
<style>
a { background-color: #A55100; }
a { background-color: rgb(165,81,0); }
div.DivClassName
{
background-color: #A55100;
}
.BgClassName
{
background-color: #A55100;
}
</style>
border-color css
<style>
span { border-color: #A55100; }
span { border-color: rgb(165,81,0); }
td.TdClassName
{
border-color: #A55100;
}
.TagClassName
{
border-color: #A55100;
}
</style>