Shades of Rust #AB2802
Tints of Rust #AB2802
RGB
CMYK
RGB Variations
Color information
#AB2802 (or 0xAB2802) is known color: Rust. HEX triplet: AB, 28 and 02. RGB value is (171,40,2). Sum of RGB (Red+Green+Blue) = 171+40+2=213 (28% of max value = 765). Red value is 171 (67.19% from 255 or 80.28% from 213); Green value is 40 (16.02% from 255 or 18.78% from 213); Blue value is 2 (1.17% from 255 or 0.94% from 213); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2802 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2802 is #54D7FD. Grayscale: #4B4B4B. Windows color (decimal): -5560318 or 141483. OLE color: 141483.
HSL color Cylindrical-coordinate representation of color #AB2802: hue angle of 13.49º degrees, saturation: 0.98, 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 #AB2802 is Cyan = 0, Magento = 0.77, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 40 | 2 | - |
| CMYK | 0 | 0.77 | 0.99 | 0.33 |
| HSL | 13.49º | 0.98% | 0.34% | - |
| HSV(B) | 13.49º | 0.99% | 0.67% | - |
| XYZ | 17.56 | 10.18 | 1.1 | - |
| YUV | 74.84 | 86.9 | 196.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 40 | 2 | 0 | 0.77 | 0.99 | 0.33 | 13.49 | 0.98 | 0.34 |
| Hex | AB | 28 | 2 | 0 | 4D | 63 | 21 | D | 62 | 22 |
| Octal | 253 | 50 | 2 | 0 | 115 | 143 | 41 | 15 | 142 | 42 |
| Binary | 10101011 | 101000 | 10 | 0 | 1001101 | 1100011 | 100001 | 1101 | 1100010 | 100010 |
Color Harmonies of #AB2802
Complementary color
Monochromatic Colors of #AB2802
Black with #AB2802
Text Example
Text Example
White with #AB2802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2802; }
p { color: rgb(171,40,2); }
H1.HeaderClassName
{
color: #AB2802;
}
.AnyTagClassName
{
color: #AB2802;
}
</style>
background-color css
<style>
a { background-color: #AB2802; }
a { background-color: rgb(171,40,2); }
div.DivClassName
{
background-color: #AB2802;
}
.BgClassName
{
background-color: #AB2802;
}
</style>
border-color css
<style>
span { border-color: #AB2802; }
span { border-color: rgb(171,40,2); }
td.TdClassName
{
border-color: #AB2802;
}
.TagClassName
{
border-color: #AB2802;
}
</style>