Shades of Rust #AB2F0A
Tints of Rust #AB2F0A
RGB
CMYK
RGB Variations
Color information
#AB2F0A (or 0xAB2F0A) is known color: Rust. HEX triplet: AB, 2F and 0A. RGB value is (171,47,10). Sum of RGB (Red+Green+Blue) = 171+47+10=228 (30% of max value = 765). Red value is 171 (67.19% from 255 or 75% from 228); Green value is 47 (18.75% from 255 or 20.61% from 228); Blue value is 10 (4.30% from 255 or 4.39% from 228); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2F0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2F0A is #54D0F5. Grayscale: #505050. Windows color (decimal): -5558518 or 667563. OLE color: 667563.
HSL color Cylindrical-coordinate representation of color #AB2F0A: hue angle of 13.79º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB2F0A is Cyan = 0, Magento = 0.73, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 47 | 10 | - |
| CMYK | 0 | 0.73 | 0.94 | 0.33 |
| HSL | 13.79º | 0.89% | 0.35% | - |
| HSV(B) | 13.79º | 0.94% | 0.67% | - |
| XYZ | 17.87 | 10.71 | 1.41 | - |
| YUV | 79.86 | 88.58 | 193.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 47 | 10 | 0 | 0.73 | 0.94 | 0.33 | 13.79 | 0.89 | 0.35 |
| Hex | AB | 2F | A | 0 | 49 | 5E | 21 | E | 59 | 23 |
| Octal | 253 | 57 | 12 | 0 | 111 | 136 | 41 | 16 | 131 | 43 |
| Binary | 10101011 | 101111 | 1010 | 0 | 1001001 | 1011110 | 100001 | 1110 | 1011001 | 100011 |
Color Harmonies of #AB2F0A
Complementary color
Monochromatic Colors of #AB2F0A
Black with #AB2F0A
Text Example
Text Example
White with #AB2F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2F0A; }
p { color: rgb(171,47,10); }
H1.HeaderClassName
{
color: #AB2F0A;
}
.AnyTagClassName
{
color: #AB2F0A;
}
</style>
background-color css
<style>
a { background-color: #AB2F0A; }
a { background-color: rgb(171,47,10); }
div.DivClassName
{
background-color: #AB2F0A;
}
.BgClassName
{
background-color: #AB2F0A;
}
</style>
border-color css
<style>
span { border-color: #AB2F0A; }
span { border-color: rgb(171,47,10); }
td.TdClassName
{
border-color: #AB2F0A;
}
.TagClassName
{
border-color: #AB2F0A;
}
</style>