Shades of Rust #A5500B
Tints of Rust #A5500B
RGB
CMYK
RGB Variations
Color information
#A5500B (or 0xA5500B) is known color: Rust. HEX triplet: A5, 50 and 0B. RGB value is (165,80,11). Sum of RGB (Red+Green+Blue) = 165+80+11=256 (33% of max value = 765). Red value is 165 (64.84% from 255 or 64.45% from 256); Green value is 80 (31.64% from 255 or 31.25% from 256); Blue value is 11 (4.69% from 255 or 4.30% from 256); Max value from RGB is 165 - color contains mainly: red. Hex color #A5500B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A5500B is #5AAFF4. Grayscale: #616161. Windows color (decimal): -5943285 or 741541. OLE color: 741541.
HSL color Cylindrical-coordinate representation of color #A5500B: hue angle of 26.88º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A5500B is Cyan = 0, Magento = 0.52, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 80 | 11 | - |
| CMYK | 0 | 0.52 | 0.93 | 0.35 |
| HSL | 26.88º | 0.88% | 0.35% | - |
| HSV(B) | 26.88º | 0.93% | 0.65% | - |
| XYZ | 18.45 | 13.76 | 2 | - |
| YUV | 97.55 | 79.16 | 176.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 80 | 11 | 0 | 0.52 | 0.93 | 0.35 | 26.88 | 0.88 | 0.35 |
| Hex | A5 | 50 | B | 0 | 34 | 5D | 23 | 1B | 58 | 23 |
| Octal | 245 | 120 | 13 | 0 | 64 | 135 | 43 | 33 | 130 | 43 |
| Binary | 10100101 | 1010000 | 1011 | 0 | 110100 | 1011101 | 100011 | 11011 | 1011000 | 100011 |
Color Harmonies of #A5500B
Complementary color
Monochromatic Colors of #A5500B
Black with #A5500B
Text Example
Text Example
White with #A5500B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5500B; }
p { color: rgb(165,80,11); }
H1.HeaderClassName
{
color: #A5500B;
}
.AnyTagClassName
{
color: #A5500B;
}
</style>
background-color css
<style>
a { background-color: #A5500B; }
a { background-color: rgb(165,80,11); }
div.DivClassName
{
background-color: #A5500B;
}
.BgClassName
{
background-color: #A5500B;
}
</style>
border-color css
<style>
span { border-color: #A5500B; }
span { border-color: rgb(165,80,11); }
td.TdClassName
{
border-color: #A5500B;
}
.TagClassName
{
border-color: #A5500B;
}
</style>