Shades of Rust #AB5305
Tints of Rust #AB5305
RGB
CMYK
RGB Variations
Color information
#AB5305 (or 0xAB5305) is known color: Rust. HEX triplet: AB, 53 and 05. RGB value is (171,83,5). Sum of RGB (Red+Green+Blue) = 171+83+5=259 (34% of max value = 765). Red value is 171 (67.19% from 255 or 66.02% from 259); Green value is 83 (32.81% from 255 or 32.05% from 259); Blue value is 5 (2.34% from 255 or 1.93% from 259); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5305 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB5305 is #54ACFA. Grayscale: #646464. Windows color (decimal): -5549307 or 349099. OLE color: 349099.
HSL color Cylindrical-coordinate representation of color #AB5305: hue angle of 28.19º 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 #AB5305 is Cyan = 0, Magento = 0.51, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 83 | 5 | - |
| CMYK | 0 | 0.51 | 0.97 | 0.33 |
| HSL | 28.19º | 0.94% | 0.35% | - |
| HSV(B) | 28.19º | 0.97% | 0.67% | - |
| XYZ | 19.92 | 14.86 | 1.96 | - |
| YUV | 100.42 | 74.15 | 178.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 83 | 5 | 0 | 0.51 | 0.97 | 0.33 | 28.19 | 0.94 | 0.35 |
| Hex | AB | 53 | 5 | 0 | 33 | 61 | 21 | 1C | 5E | 23 |
| Octal | 253 | 123 | 5 | 0 | 63 | 141 | 41 | 34 | 136 | 43 |
| Binary | 10101011 | 1010011 | 101 | 0 | 110011 | 1100001 | 100001 | 11100 | 1011110 | 100011 |
Color Harmonies of #AB5305
Complementary color
Monochromatic Colors of #AB5305
Black with #AB5305
Text Example
Text Example
White with #AB5305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5305; }
p { color: rgb(171,83,5); }
H1.HeaderClassName
{
color: #AB5305;
}
.AnyTagClassName
{
color: #AB5305;
}
</style>
background-color css
<style>
a { background-color: #AB5305; }
a { background-color: rgb(171,83,5); }
div.DivClassName
{
background-color: #AB5305;
}
.BgClassName
{
background-color: #AB5305;
}
</style>
border-color css
<style>
span { border-color: #AB5305; }
span { border-color: rgb(171,83,5); }
td.TdClassName
{
border-color: #AB5305;
}
.TagClassName
{
border-color: #AB5305;
}
</style>