Shades of Rust #AB3B15
Tints of Rust #AB3B15
RGB
CMYK
RGB Variations
Color information
#AB3B15 (or 0xAB3B15) is known color: Rust. HEX triplet: AB, 3B and 15. RGB value is (171,59,21). Sum of RGB (Red+Green+Blue) = 171+59+21=251 (33% of max value = 765). Red value is 171 (67.19% from 255 or 68.13% from 251); Green value is 59 (23.44% from 255 or 23.51% from 251); Blue value is 21 (8.59% from 255 or 8.37% from 251); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3B15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3B15 is #54C4EA. Grayscale: #585858. Windows color (decimal): -5555435 or 1391531. OLE color: 1391531.
HSL color Cylindrical-coordinate representation of color #AB3B15: hue angle of 15.2º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AB3B15 is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 59 | 21 | - |
| CMYK | 0 | 0.65 | 0.88 | 0.33 |
| HSL | 15.2º | 0.78% | 0.38% | - |
| HSV(B) | 15.2º | 0.88% | 0.67% | - |
| XYZ | 18.49 | 11.84 | 2.02 | - |
| YUV | 88.16 | 90.11 | 187.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 59 | 21 | 0 | 0.65 | 0.88 | 0.33 | 15.2 | 0.78 | 0.38 |
| Hex | AB | 3B | 15 | 0 | 41 | 58 | 21 | F | 4E | 26 |
| Octal | 253 | 73 | 25 | 0 | 101 | 130 | 41 | 17 | 116 | 46 |
| Binary | 10101011 | 111011 | 10101 | 0 | 1000001 | 1011000 | 100001 | 1111 | 1001110 | 100110 |
Color Harmonies of #AB3B15
Complementary color
Monochromatic Colors of #AB3B15
Black with #AB3B15
Text Example
Text Example
White with #AB3B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3B15; }
p { color: rgb(171,59,21); }
H1.HeaderClassName
{
color: #AB3B15;
}
.AnyTagClassName
{
color: #AB3B15;
}
</style>
background-color css
<style>
a { background-color: #AB3B15; }
a { background-color: rgb(171,59,21); }
div.DivClassName
{
background-color: #AB3B15;
}
.BgClassName
{
background-color: #AB3B15;
}
</style>
border-color css
<style>
span { border-color: #AB3B15; }
span { border-color: rgb(171,59,21); }
td.TdClassName
{
border-color: #AB3B15;
}
.TagClassName
{
border-color: #AB3B15;
}
</style>