Shades of Rust #AB3E15
Tints of Rust #AB3E15
RGB
CMYK
RGB Variations
Color information
#AB3E15 (or 0xAB3E15) is known color: Rust. HEX triplet: AB, 3E and 15. RGB value is (171,62,21). Sum of RGB (Red+Green+Blue) = 171+62+21=254 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.32% from 254); Green value is 62 (24.61% from 255 or 24.41% from 254); Blue value is 21 (8.59% from 255 or 8.27% from 254); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3E15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3E15 is #54C1EA. Grayscale: #5A5A5A. Windows color (decimal): -5554667 or 1392299. OLE color: 1392299.
HSL color Cylindrical-coordinate representation of color #AB3E15: hue angle of 16.4º 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 #AB3E15 is Cyan = 0, Magento = 0.64, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 62 | 21 | - |
| CMYK | 0 | 0.64 | 0.88 | 0.33 |
| HSL | 16.4º | 0.78% | 0.38% | - |
| HSV(B) | 16.4º | 0.88% | 0.67% | - |
| XYZ | 18.65 | 12.16 | 2.07 | - |
| YUV | 89.92 | 89.11 | 185.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 62 | 21 | 0 | 0.64 | 0.88 | 0.33 | 16.4 | 0.78 | 0.38 |
| Hex | AB | 3E | 15 | 0 | 40 | 58 | 21 | 10 | 4E | 26 |
| Octal | 253 | 76 | 25 | 0 | 100 | 130 | 41 | 20 | 116 | 46 |
| Binary | 10101011 | 111110 | 10101 | 0 | 1000000 | 1011000 | 100001 | 10000 | 1001110 | 100110 |
Color Harmonies of #AB3E15
Complementary color
Monochromatic Colors of #AB3E15
Black with #AB3E15
Text Example
Text Example
White with #AB3E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3E15; }
p { color: rgb(171,62,21); }
H1.HeaderClassName
{
color: #AB3E15;
}
.AnyTagClassName
{
color: #AB3E15;
}
</style>
background-color css
<style>
a { background-color: #AB3E15; }
a { background-color: rgb(171,62,21); }
div.DivClassName
{
background-color: #AB3E15;
}
.BgClassName
{
background-color: #AB3E15;
}
</style>
border-color css
<style>
span { border-color: #AB3E15; }
span { border-color: rgb(171,62,21); }
td.TdClassName
{
border-color: #AB3E15;
}
.TagClassName
{
border-color: #AB3E15;
}
</style>