Shades of Rust #AB3915
Tints of Rust #AB3915
RGB
CMYK
RGB Variations
Color information
#AB3915 (or 0xAB3915) is known color: Rust. HEX triplet: AB, 39 and 15. RGB value is (171,57,21). Sum of RGB (Red+Green+Blue) = 171+57+21=249 (32% of max value = 765). Red value is 171 (67.19% from 255 or 68.67% from 249); Green value is 57 (22.66% from 255 or 22.89% from 249); Blue value is 21 (8.59% from 255 or 8.43% from 249); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3915 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3915 is #54C6EA. Grayscale: #575757. Windows color (decimal): -5555947 or 1391019. OLE color: 1391019.
HSL color Cylindrical-coordinate representation of color #AB3915: hue angle of 14.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 #AB3915 is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 57 | 21 | - |
| CMYK | 0 | 0.67 | 0.88 | 0.33 |
| HSL | 14.4º | 0.78% | 0.38% | - |
| HSV(B) | 14.4º | 0.88% | 0.67% | - |
| XYZ | 18.39 | 11.64 | 1.99 | - |
| YUV | 86.98 | 90.77 | 187.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 57 | 21 | 0 | 0.67 | 0.88 | 0.33 | 14.4 | 0.78 | 0.38 |
| Hex | AB | 39 | 15 | 0 | 43 | 58 | 21 | E | 4E | 26 |
| Octal | 253 | 71 | 25 | 0 | 103 | 130 | 41 | 16 | 116 | 46 |
| Binary | 10101011 | 111001 | 10101 | 0 | 1000011 | 1011000 | 100001 | 1110 | 1001110 | 100110 |
Color Harmonies of #AB3915
Complementary color
Monochromatic Colors of #AB3915
Black with #AB3915
Text Example
Text Example
White with #AB3915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3915; }
p { color: rgb(171,57,21); }
H1.HeaderClassName
{
color: #AB3915;
}
.AnyTagClassName
{
color: #AB3915;
}
</style>
background-color css
<style>
a { background-color: #AB3915; }
a { background-color: rgb(171,57,21); }
div.DivClassName
{
background-color: #AB3915;
}
.BgClassName
{
background-color: #AB3915;
}
</style>
border-color css
<style>
span { border-color: #AB3915; }
span { border-color: rgb(171,57,21); }
td.TdClassName
{
border-color: #AB3915;
}
.TagClassName
{
border-color: #AB3915;
}
</style>