Shades of Rust #AB2902
Tints of Rust #AB2902
RGB
CMYK
RGB Variations
Color information
#AB2902 (or 0xAB2902) is known color: Rust. HEX triplet: AB, 29 and 02. RGB value is (171,41,2). Sum of RGB (Red+Green+Blue) = 171+41+2=214 (28% of max value = 765). Red value is 171 (67.19% from 255 or 79.91% from 214); Green value is 41 (16.41% from 255 or 19.16% from 214); Blue value is 2 (1.17% from 255 or 0.93% from 214); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2902 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2902 is #54D6FD. Grayscale: #4B4B4B. Windows color (decimal): -5560062 or 141739. OLE color: 141739.
HSL color Cylindrical-coordinate representation of color #AB2902: hue angle of 13.85º 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 #AB2902 is Cyan = 0, Magento = 0.76, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 41 | 2 | - |
| CMYK | 0 | 0.76 | 0.99 | 0.33 |
| HSL | 13.85º | 0.98% | 0.34% | - |
| HSV(B) | 13.85º | 0.99% | 0.67% | - |
| XYZ | 17.6 | 10.25 | 1.11 | - |
| YUV | 75.42 | 86.57 | 196.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 41 | 2 | 0 | 0.76 | 0.99 | 0.33 | 13.85 | 0.98 | 0.34 |
| Hex | AB | 29 | 2 | 0 | 4C | 63 | 21 | E | 62 | 22 |
| Octal | 253 | 51 | 2 | 0 | 114 | 143 | 41 | 16 | 142 | 42 |
| Binary | 10101011 | 101001 | 10 | 0 | 1001100 | 1100011 | 100001 | 1110 | 1100010 | 100010 |
Color Harmonies of #AB2902
Complementary color
Monochromatic Colors of #AB2902
Black with #AB2902
Text Example
Text Example
White with #AB2902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2902; }
p { color: rgb(171,41,2); }
H1.HeaderClassName
{
color: #AB2902;
}
.AnyTagClassName
{
color: #AB2902;
}
</style>
background-color css
<style>
a { background-color: #AB2902; }
a { background-color: rgb(171,41,2); }
div.DivClassName
{
background-color: #AB2902;
}
.BgClassName
{
background-color: #AB2902;
}
</style>
border-color css
<style>
span { border-color: #AB2902; }
span { border-color: rgb(171,41,2); }
td.TdClassName
{
border-color: #AB2902;
}
.TagClassName
{
border-color: #AB2902;
}
</style>