Shades of Rust #AB2A05
Tints of Rust #AB2A05
RGB
CMYK
RGB Variations
Color information
#AB2A05 (or 0xAB2A05) is known color: Rust. HEX triplet: AB, 2A and 05. RGB value is (171,42,5). Sum of RGB (Red+Green+Blue) = 171+42+5=218 (28% of max value = 765). Red value is 171 (67.19% from 255 or 78.44% from 218); Green value is 42 (16.80% from 255 or 19.27% from 218); Blue value is 5 (2.34% from 255 or 2.29% from 218); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2A05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2A05 is #54D5FA. Grayscale: #4C4C4C. Windows color (decimal): -5559803 or 338603. OLE color: 338603.
HSL color Cylindrical-coordinate representation of color #AB2A05: hue angle of 13.37º 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 #AB2A05 is Cyan = 0, Magento = 0.75, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 42 | 5 | - |
| CMYK | 0 | 0.75 | 0.97 | 0.33 |
| HSL | 13.37º | 0.94% | 0.35% | - |
| HSV(B) | 13.37º | 0.97% | 0.67% | - |
| XYZ | 17.65 | 10.32 | 1.21 | - |
| YUV | 76.35 | 87.74 | 195.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 42 | 5 | 0 | 0.75 | 0.97 | 0.33 | 13.37 | 0.94 | 0.35 |
| Hex | AB | 2A | 5 | 0 | 4B | 61 | 21 | D | 5E | 23 |
| Octal | 253 | 52 | 5 | 0 | 113 | 141 | 41 | 15 | 136 | 43 |
| Binary | 10101011 | 101010 | 101 | 0 | 1001011 | 1100001 | 100001 | 1101 | 1011110 | 100011 |
Color Harmonies of #AB2A05
Complementary color
Monochromatic Colors of #AB2A05
Black with #AB2A05
Text Example
Text Example
White with #AB2A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2A05; }
p { color: rgb(171,42,5); }
H1.HeaderClassName
{
color: #AB2A05;
}
.AnyTagClassName
{
color: #AB2A05;
}
</style>
background-color css
<style>
a { background-color: #AB2A05; }
a { background-color: rgb(171,42,5); }
div.DivClassName
{
background-color: #AB2A05;
}
.BgClassName
{
background-color: #AB2A05;
}
</style>
border-color css
<style>
span { border-color: #AB2A05; }
span { border-color: rgb(171,42,5); }
td.TdClassName
{
border-color: #AB2A05;
}
.TagClassName
{
border-color: #AB2A05;
}
</style>