Shades of Rust #AB310B
Tints of Rust #AB310B
RGB
CMYK
RGB Variations
Color information
#AB310B (or 0xAB310B) is known color: Rust. HEX triplet: AB, 31 and 0B. RGB value is (171,49,11). Sum of RGB (Red+Green+Blue) = 171+49+11=231 (30% of max value = 765). Red value is 171 (67.19% from 255 or 74.03% from 231); Green value is 49 (19.53% from 255 or 21.21% from 231); Blue value is 11 (4.69% from 255 or 4.76% from 231); Max value from RGB is 171 - color contains mainly: red. Hex color #AB310B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB310B is #54CEF4. Grayscale: #515151. Windows color (decimal): -5558005 or 733611. OLE color: 733611.
HSL color Cylindrical-coordinate representation of color #AB310B: hue angle of 14.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 #AB310B is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 49 | 11 | - |
| CMYK | 0 | 0.71 | 0.94 | 0.33 |
| HSL | 14.25º | 0.88% | 0.36% | - |
| HSV(B) | 14.25º | 0.94% | 0.67% | - |
| XYZ | 17.95 | 10.88 | 1.47 | - |
| YUV | 81.15 | 88.42 | 192.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 49 | 11 | 0 | 0.71 | 0.94 | 0.33 | 14.25 | 0.88 | 0.36 |
| Hex | AB | 31 | B | 0 | 47 | 5E | 21 | E | 58 | 24 |
| Octal | 253 | 61 | 13 | 0 | 107 | 136 | 41 | 16 | 130 | 44 |
| Binary | 10101011 | 110001 | 1011 | 0 | 1000111 | 1011110 | 100001 | 1110 | 1011000 | 100100 |
Color Harmonies of #AB310B
Complementary color
Monochromatic Colors of #AB310B
Black with #AB310B
Text Example
Text Example
White with #AB310B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB310B; }
p { color: rgb(171,49,11); }
H1.HeaderClassName
{
color: #AB310B;
}
.AnyTagClassName
{
color: #AB310B;
}
</style>
background-color css
<style>
a { background-color: #AB310B; }
a { background-color: rgb(171,49,11); }
div.DivClassName
{
background-color: #AB310B;
}
.BgClassName
{
background-color: #AB310B;
}
</style>
border-color css
<style>
span { border-color: #AB310B; }
span { border-color: rgb(171,49,11); }
td.TdClassName
{
border-color: #AB310B;
}
.TagClassName
{
border-color: #AB310B;
}
</style>