Shades of Rust #AB2A08
Tints of Rust #AB2A08
RGB
CMYK
RGB Variations
Color information
#AB2A08 (or 0xAB2A08) is known color: Rust. HEX triplet: AB, 2A and 08. RGB value is (171,42,8). Sum of RGB (Red+Green+Blue) = 171+42+8=221 (29% of max value = 765). Red value is 171 (67.19% from 255 or 77.38% from 221); Green value is 42 (16.80% from 255 or 19.00% from 221); Blue value is 8 (3.52% from 255 or 3.62% from 221); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2A08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2A08 is #54D5F7. Grayscale: #4C4C4C. Windows color (decimal): -5559800 or 535211. OLE color: 535211.
HSL color Cylindrical-coordinate representation of color #AB2A08: hue angle of 12.52º degrees, saturation: 0.91, 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 #AB2A08 is Cyan = 0, Magento = 0.75, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 42 | 8 | - |
| CMYK | 0 | 0.75 | 0.95 | 0.33 |
| HSL | 12.52º | 0.91% | 0.35% | - |
| HSV(B) | 12.52º | 0.95% | 0.67% | - |
| XYZ | 17.67 | 10.33 | 1.29 | - |
| YUV | 76.7 | 89.24 | 195.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 42 | 8 | 0 | 0.75 | 0.95 | 0.33 | 12.52 | 0.91 | 0.35 |
| Hex | AB | 2A | 8 | 0 | 4B | 5F | 21 | D | 5B | 23 |
| Octal | 253 | 52 | 10 | 0 | 113 | 137 | 41 | 15 | 133 | 43 |
| Binary | 10101011 | 101010 | 1000 | 0 | 1001011 | 1011111 | 100001 | 1101 | 1011011 | 100011 |
Color Harmonies of #AB2A08
Complementary color
Monochromatic Colors of #AB2A08
Black with #AB2A08
Text Example
Text Example
White with #AB2A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2A08; }
p { color: rgb(171,42,8); }
H1.HeaderClassName
{
color: #AB2A08;
}
.AnyTagClassName
{
color: #AB2A08;
}
</style>
background-color css
<style>
a { background-color: #AB2A08; }
a { background-color: rgb(171,42,8); }
div.DivClassName
{
background-color: #AB2A08;
}
.BgClassName
{
background-color: #AB2A08;
}
</style>
border-color css
<style>
span { border-color: #AB2A08; }
span { border-color: rgb(171,42,8); }
td.TdClassName
{
border-color: #AB2A08;
}
.TagClassName
{
border-color: #AB2A08;
}
</style>