Shades of Rust #AB2909
Tints of Rust #AB2909
RGB
CMYK
RGB Variations
Color information
#AB2909 (or 0xAB2909) is known color: Rust. HEX triplet: AB, 29 and 09. RGB value is (171,41,9). Sum of RGB (Red+Green+Blue) = 171+41+9=221 (29% of max value = 765). Red value is 171 (67.19% from 255 or 77.38% from 221); Green value is 41 (16.41% from 255 or 18.55% from 221); Blue value is 9 (3.91% from 255 or 4.07% from 221); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2909 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2909 is #54D6F6. Grayscale: #4C4C4C. Windows color (decimal): -5560055 or 600491. OLE color: 600491.
HSL color Cylindrical-coordinate representation of color #AB2909: hue angle of 11.85º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AB2909 is Cyan = 0, Magento = 0.76, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 41 | 9 | - |
| CMYK | 0 | 0.76 | 0.95 | 0.33 |
| HSL | 11.85º | 0.9% | 0.35% | - |
| HSV(B) | 11.85º | 0.95% | 0.67% | - |
| XYZ | 17.64 | 10.26 | 1.31 | - |
| YUV | 76.22 | 90.07 | 195.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 41 | 9 | 0 | 0.76 | 0.95 | 0.33 | 11.85 | 0.9 | 0.35 |
| Hex | AB | 29 | 9 | 0 | 4C | 5F | 21 | C | 5A | 23 |
| Octal | 253 | 51 | 11 | 0 | 114 | 137 | 41 | 14 | 132 | 43 |
| Binary | 10101011 | 101001 | 1001 | 0 | 1001100 | 1011111 | 100001 | 1100 | 1011010 | 100011 |
Color Harmonies of #AB2909
Complementary color
Monochromatic Colors of #AB2909
Black with #AB2909
Text Example
Text Example
White with #AB2909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2909; }
p { color: rgb(171,41,9); }
H1.HeaderClassName
{
color: #AB2909;
}
.AnyTagClassName
{
color: #AB2909;
}
</style>
background-color css
<style>
a { background-color: #AB2909; }
a { background-color: rgb(171,41,9); }
div.DivClassName
{
background-color: #AB2909;
}
.BgClassName
{
background-color: #AB2909;
}
</style>
border-color css
<style>
span { border-color: #AB2909; }
span { border-color: rgb(171,41,9); }
td.TdClassName
{
border-color: #AB2909;
}
.TagClassName
{
border-color: #AB2909;
}
</style>