Shades of Rust #AB3200
Tints of Rust #AB3200
RGB
CMYK
RGB Variations
Color information
#AB3200 (or 0xAB3200) is known color: Rust. HEX triplet: AB, 32 and 00. RGB value is (171,50,0). Sum of RGB (Red+Green+Blue) = 171+50+0=221 (29% of max value = 765). Red value is 171 (67.19% from 255 or 77.38% from 221); Green value is 50 (19.92% from 255 or 22.62% from 221); Blue value is 0 (0.39% from 255 or 0% from 221); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3200 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3200 is #54CDFF. Grayscale: #505050. Windows color (decimal): -5557760 or 12971. OLE color: 12971.
HSL color Cylindrical-coordinate representation of color #AB3200: hue angle of 17.54º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AB3200 is Cyan = 0, Magento = 0.71, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 50 | 0 | - |
| CMYK | 0 | 0.71 | 1 | 0.33 |
| HSL | 17.54º | 1% | 0.34% | - |
| HSV(B) | 17.54º | 1% | 0.67% | - |
| XYZ | 17.94 | 10.94 | 1.17 | - |
| YUV | 80.48 | 82.59 | 192.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 50 | 0 | 0 | 0.71 | 1 | 0.33 | 17.54 | 1 | 0.34 |
| Hex | AB | 32 | 0 | 0 | 47 | 64 | 21 | 12 | 64 | 22 |
| Octal | 253 | 62 | 0 | 0 | 107 | 144 | 41 | 22 | 144 | 42 |
| Binary | 10101011 | 110010 | 0 | 0 | 1000111 | 1100100 | 100001 | 10010 | 1100100 | 100010 |
Color Harmonies of #AB3200
Complementary color
Monochromatic Colors of #AB3200
Black with #AB3200
Text Example
Text Example
White with #AB3200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3200; }
p { color: rgb(171,50,0); }
H1.HeaderClassName
{
color: #AB3200;
}
.AnyTagClassName
{
color: #AB3200;
}
</style>
background-color css
<style>
a { background-color: #AB3200; }
a { background-color: rgb(171,50,0); }
div.DivClassName
{
background-color: #AB3200;
}
.BgClassName
{
background-color: #AB3200;
}
</style>
border-color css
<style>
span { border-color: #AB3200; }
span { border-color: rgb(171,50,0); }
td.TdClassName
{
border-color: #AB3200;
}
.TagClassName
{
border-color: #AB3200;
}
</style>