Shades of Rust #AB290B
Tints of Rust #AB290B
RGB
CMYK
RGB Variations
Color information
#AB290B (or 0xAB290B) is known color: Rust. HEX triplet: AB, 29 and 0B. RGB value is (171,41,11). Sum of RGB (Red+Green+Blue) = 171+41+11=223 (29% of max value = 765). Red value is 171 (67.19% from 255 or 76.68% from 223); Green value is 41 (16.41% from 255 or 18.39% from 223); Blue value is 11 (4.69% from 255 or 4.93% from 223); Max value from RGB is 171 - color contains mainly: red. Hex color #AB290B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB290B is #54D6F4. Grayscale: #4C4C4C. Windows color (decimal): -5560053 or 731563. OLE color: 731563.
HSL color Cylindrical-coordinate representation of color #AB290B: hue angle of 11.25º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB290B is Cyan = 0, Magento = 0.76, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 41 | 11 | - |
| CMYK | 0 | 0.76 | 0.94 | 0.33 |
| HSL | 11.25º | 0.88% | 0.36% | - |
| HSV(B) | 11.25º | 0.94% | 0.67% | - |
| XYZ | 17.65 | 10.27 | 1.37 | - |
| YUV | 76.45 | 91.07 | 195.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 41 | 11 | 0 | 0.76 | 0.94 | 0.33 | 11.25 | 0.88 | 0.36 |
| Hex | AB | 29 | B | 0 | 4C | 5E | 21 | B | 58 | 24 |
| Octal | 253 | 51 | 13 | 0 | 114 | 136 | 41 | 13 | 130 | 44 |
| Binary | 10101011 | 101001 | 1011 | 0 | 1001100 | 1011110 | 100001 | 1011 | 1011000 | 100100 |
Color Harmonies of #AB290B
Complementary color
Monochromatic Colors of #AB290B
Black with #AB290B
Text Example
Text Example
White with #AB290B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB290B; }
p { color: rgb(171,41,11); }
H1.HeaderClassName
{
color: #AB290B;
}
.AnyTagClassName
{
color: #AB290B;
}
</style>
background-color css
<style>
a { background-color: #AB290B; }
a { background-color: rgb(171,41,11); }
div.DivClassName
{
background-color: #AB290B;
}
.BgClassName
{
background-color: #AB290B;
}
</style>
border-color css
<style>
span { border-color: #AB290B; }
span { border-color: rgb(171,41,11); }
td.TdClassName
{
border-color: #AB290B;
}
.TagClassName
{
border-color: #AB290B;
}
</style>