Shades of Rust #AB310A
Tints of Rust #AB310A
RGB
CMYK
RGB Variations
Color information
#AB310A (or 0xAB310A) is known color: Rust. HEX triplet: AB, 31 and 0A. RGB value is (171,49,10). Sum of RGB (Red+Green+Blue) = 171+49+10=230 (30% of max value = 765). Red value is 171 (67.19% from 255 or 74.35% from 230); Green value is 49 (19.53% from 255 or 21.30% from 230); Blue value is 10 (4.30% from 255 or 4.35% from 230); Max value from RGB is 171 - color contains mainly: red. Hex color #AB310A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB310A is #54CEF5. Grayscale: #515151. Windows color (decimal): -5558006 or 668075. OLE color: 668075.
HSL color Cylindrical-coordinate representation of color #AB310A: hue angle of 14.53º 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 #AB310A is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 49 | 10 | - |
| CMYK | 0 | 0.71 | 0.94 | 0.33 |
| HSL | 14.53º | 0.89% | 0.35% | - |
| HSV(B) | 14.53º | 0.94% | 0.67% | - |
| XYZ | 17.95 | 10.88 | 1.44 | - |
| YUV | 81.03 | 87.92 | 192.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 49 | 10 | 0 | 0.71 | 0.94 | 0.33 | 14.53 | 0.89 | 0.35 |
| Hex | AB | 31 | A | 0 | 47 | 5E | 21 | F | 59 | 23 |
| Octal | 253 | 61 | 12 | 0 | 107 | 136 | 41 | 17 | 131 | 43 |
| Binary | 10101011 | 110001 | 1010 | 0 | 1000111 | 1011110 | 100001 | 1111 | 1011001 | 100011 |
Color Harmonies of #AB310A
Complementary color
Monochromatic Colors of #AB310A
Black with #AB310A
Text Example
Text Example
White with #AB310A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB310A; }
p { color: rgb(171,49,10); }
H1.HeaderClassName
{
color: #AB310A;
}
.AnyTagClassName
{
color: #AB310A;
}
</style>
background-color css
<style>
a { background-color: #AB310A; }
a { background-color: rgb(171,49,10); }
div.DivClassName
{
background-color: #AB310A;
}
.BgClassName
{
background-color: #AB310A;
}
</style>
border-color css
<style>
span { border-color: #AB310A; }
span { border-color: rgb(171,49,10); }
td.TdClassName
{
border-color: #AB310A;
}
.TagClassName
{
border-color: #AB310A;
}
</style>