Shades of Rust #A55108
Tints of Rust #A55108
RGB
CMYK
RGB Variations
Color information
#A55108 (or 0xA55108) is known color: Rust. HEX triplet: A5, 51 and 08. RGB value is (165,81,8). Sum of RGB (Red+Green+Blue) = 165+81+8=254 (33% of max value = 765). Red value is 165 (64.84% from 255 or 64.96% from 254); Green value is 81 (32.03% from 255 or 31.89% from 254); Blue value is 8 (3.52% from 255 or 3.15% from 254); Max value from RGB is 165 - color contains mainly: red. Hex color #A55108 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A55108 is #5AAEF7. Grayscale: #626262. Windows color (decimal): -5943032 or 545189. OLE color: 545189.
HSL color Cylindrical-coordinate representation of color #A55108: hue angle of 27.9º degrees, saturation: 0.91, 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 #A55108 is Cyan = 0, Magento = 0.51, Yellow = 0.95 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 81 | 8 | - |
| CMYK | 0 | 0.51 | 0.95 | 0.35 |
| HSL | 27.9º | 0.91% | 0.34% | - |
| HSV(B) | 27.9º | 0.95% | 0.65% | - |
| XYZ | 18.5 | 13.9 | 1.94 | - |
| YUV | 97.79 | 77.33 | 175.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 81 | 8 | 0 | 0.51 | 0.95 | 0.35 | 27.9 | 0.91 | 0.34 |
| Hex | A5 | 51 | 8 | 0 | 33 | 5F | 23 | 1C | 5B | 22 |
| Octal | 245 | 121 | 10 | 0 | 63 | 137 | 43 | 34 | 133 | 42 |
| Binary | 10100101 | 1010001 | 1000 | 0 | 110011 | 1011111 | 100011 | 11100 | 1011011 | 100010 |
Color Harmonies of #A55108
Complementary color
Monochromatic Colors of #A55108
Black with #A55108
Text Example
Text Example
White with #A55108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55108; }
p { color: rgb(165,81,8); }
H1.HeaderClassName
{
color: #A55108;
}
.AnyTagClassName
{
color: #A55108;
}
</style>
background-color css
<style>
a { background-color: #A55108; }
a { background-color: rgb(165,81,8); }
div.DivClassName
{
background-color: #A55108;
}
.BgClassName
{
background-color: #A55108;
}
</style>
border-color css
<style>
span { border-color: #A55108; }
span { border-color: rgb(165,81,8); }
td.TdClassName
{
border-color: #A55108;
}
.TagClassName
{
border-color: #A55108;
}
</style>