Shades of Rust #AB2B08
Tints of Rust #AB2B08
RGB
CMYK
RGB Variations
Color information
#AB2B08 (or 0xAB2B08) is known color: Rust. HEX triplet: AB, 2B and 08. RGB value is (171,43,8). Sum of RGB (Red+Green+Blue) = 171+43+8=222 (29% of max value = 765). Red value is 171 (67.19% from 255 or 77.03% from 222); Green value is 43 (17.19% from 255 or 19.37% from 222); Blue value is 8 (3.52% from 255 or 3.60% from 222); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2B08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2B08 is #54D4F7. Grayscale: #4D4D4D. Windows color (decimal): -5559544 or 535467. OLE color: 535467.
HSL color Cylindrical-coordinate representation of color #AB2B08: hue angle of 12.88º 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 #AB2B08 is Cyan = 0, Magento = 0.75, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 43 | 8 | - |
| CMYK | 0 | 0.75 | 0.95 | 0.33 |
| HSL | 12.88º | 0.91% | 0.35% | - |
| HSV(B) | 12.88º | 0.95% | 0.67% | - |
| XYZ | 17.7 | 10.4 | 1.3 | - |
| YUV | 77.28 | 88.91 | 194.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 43 | 8 | 0 | 0.75 | 0.95 | 0.33 | 12.88 | 0.91 | 0.35 |
| Hex | AB | 2B | 8 | 0 | 4B | 5F | 21 | D | 5B | 23 |
| Octal | 253 | 53 | 10 | 0 | 113 | 137 | 41 | 15 | 133 | 43 |
| Binary | 10101011 | 101011 | 1000 | 0 | 1001011 | 1011111 | 100001 | 1101 | 1011011 | 100011 |
Color Harmonies of #AB2B08
Complementary color
Monochromatic Colors of #AB2B08
Black with #AB2B08
Text Example
Text Example
White with #AB2B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2B08; }
p { color: rgb(171,43,8); }
H1.HeaderClassName
{
color: #AB2B08;
}
.AnyTagClassName
{
color: #AB2B08;
}
</style>
background-color css
<style>
a { background-color: #AB2B08; }
a { background-color: rgb(171,43,8); }
div.DivClassName
{
background-color: #AB2B08;
}
.BgClassName
{
background-color: #AB2B08;
}
</style>
border-color css
<style>
span { border-color: #AB2B08; }
span { border-color: rgb(171,43,8); }
td.TdClassName
{
border-color: #AB2B08;
}
.TagClassName
{
border-color: #AB2B08;
}
</style>