Shades of Rust #AB4805
Tints of Rust #AB4805
RGB
CMYK
RGB Variations
Color information
#AB4805 (or 0xAB4805) is known color: Rust. HEX triplet: AB, 48 and 05. RGB value is (171,72,5). Sum of RGB (Red+Green+Blue) = 171+72+5=248 (32% of max value = 765). Red value is 171 (67.19% from 255 or 68.95% from 248); Green value is 72 (28.52% from 255 or 29.03% from 248); Blue value is 5 (2.34% from 255 or 2.02% from 248); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4805 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB4805 is #54B7FA. Grayscale: #5E5E5E. Windows color (decimal): -5552123 or 346283. OLE color: 346283.
HSL color Cylindrical-coordinate representation of color #AB4805: hue angle of 24.22º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AB4805 is Cyan = 0, Magento = 0.58, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 72 | 5 | - |
| CMYK | 0 | 0.58 | 0.97 | 0.33 |
| HSL | 24.22º | 0.94% | 0.35% | - |
| HSV(B) | 24.22º | 0.97% | 0.67% | - |
| XYZ | 19.14 | 13.3 | 1.7 | - |
| YUV | 93.96 | 77.8 | 182.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 72 | 5 | 0 | 0.58 | 0.97 | 0.33 | 24.22 | 0.94 | 0.35 |
| Hex | AB | 48 | 5 | 0 | 3A | 61 | 21 | 18 | 5E | 23 |
| Octal | 253 | 110 | 5 | 0 | 72 | 141 | 41 | 30 | 136 | 43 |
| Binary | 10101011 | 1001000 | 101 | 0 | 111010 | 1100001 | 100001 | 11000 | 1011110 | 100011 |
Color Harmonies of #AB4805
Complementary color
Monochromatic Colors of #AB4805
Black with #AB4805
Text Example
Text Example
White with #AB4805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4805; }
p { color: rgb(171,72,5); }
H1.HeaderClassName
{
color: #AB4805;
}
.AnyTagClassName
{
color: #AB4805;
}
</style>
background-color css
<style>
a { background-color: #AB4805; }
a { background-color: rgb(171,72,5); }
div.DivClassName
{
background-color: #AB4805;
}
.BgClassName
{
background-color: #AB4805;
}
</style>
border-color css
<style>
span { border-color: #AB4805; }
span { border-color: rgb(171,72,5); }
td.TdClassName
{
border-color: #AB4805;
}
.TagClassName
{
border-color: #AB4805;
}
</style>