Shades of Rust #AB5201
Tints of Rust #AB5201
RGB
CMYK
RGB Variations
Color information
#AB5201 (or 0xAB5201) is known color: Rust. HEX triplet: AB, 52 and 01. RGB value is (171,82,1). Sum of RGB (Red+Green+Blue) = 171+82+1=254 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.32% from 254); Green value is 82 (32.42% from 255 or 32.28% from 254); Blue value is 1 (0.78% from 255 or 0.39% from 254); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5201 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB5201 is #54ADFE. Grayscale: #636363. Windows color (decimal): -5549567 or 86699. OLE color: 86699.
HSL color Cylindrical-coordinate representation of color #AB5201: hue angle of 28.59º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AB5201 is Cyan = 0, Magento = 0.52, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 82 | 1 | - |
| CMYK | 0 | 0.52 | 0.99 | 0.33 |
| HSL | 28.59º | 0.99% | 0.34% | - |
| HSV(B) | 28.59º | 0.99% | 0.67% | - |
| XYZ | 19.82 | 14.69 | 1.82 | - |
| YUV | 99.38 | 72.49 | 179.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 82 | 1 | 0 | 0.52 | 0.99 | 0.33 | 28.59 | 0.99 | 0.34 |
| Hex | AB | 52 | 1 | 0 | 34 | 63 | 21 | 1D | 63 | 22 |
| Octal | 253 | 122 | 1 | 0 | 64 | 143 | 41 | 35 | 143 | 42 |
| Binary | 10101011 | 1010010 | 1 | 0 | 110100 | 1100011 | 100001 | 11101 | 1100011 | 100010 |
Color Harmonies of #AB5201
Complementary color
Monochromatic Colors of #AB5201
Black with #AB5201
Text Example
Text Example
White with #AB5201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5201; }
p { color: rgb(171,82,1); }
H1.HeaderClassName
{
color: #AB5201;
}
.AnyTagClassName
{
color: #AB5201;
}
</style>
background-color css
<style>
a { background-color: #AB5201; }
a { background-color: rgb(171,82,1); }
div.DivClassName
{
background-color: #AB5201;
}
.BgClassName
{
background-color: #AB5201;
}
</style>
border-color css
<style>
span { border-color: #AB5201; }
span { border-color: rgb(171,82,1); }
td.TdClassName
{
border-color: #AB5201;
}
.TagClassName
{
border-color: #AB5201;
}
</style>