Shades of Rust #AB370E
Tints of Rust #AB370E
RGB
CMYK
RGB Variations
Color information
#AB370E (or 0xAB370E) is known color: Rust. HEX triplet: AB, 37 and 0E. RGB value is (171,55,14). Sum of RGB (Red+Green+Blue) = 171+55+14=240 (31% of max value = 765). Red value is 171 (67.19% from 255 or 71.25% from 240); Green value is 55 (21.88% from 255 or 22.92% from 240); Blue value is 14 (5.86% from 255 or 5.83% from 240); Max value from RGB is 171 - color contains mainly: red. Hex color #AB370E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB370E is #54C8F1. Grayscale: #555555. Windows color (decimal): -5556466 or 931755. OLE color: 931755.
HSL color Cylindrical-coordinate representation of color #AB370E: hue angle of 15.67º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AB370E is Cyan = 0, Magento = 0.68, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 55 | 14 | - |
| CMYK | 0 | 0.68 | 0.92 | 0.33 |
| HSL | 15.67º | 0.85% | 0.36% | - |
| HSV(B) | 15.67º | 0.92% | 0.67% | - |
| XYZ | 18.24 | 11.42 | 1.66 | - |
| YUV | 85.01 | 87.93 | 189.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 55 | 14 | 0 | 0.68 | 0.92 | 0.33 | 15.67 | 0.85 | 0.36 |
| Hex | AB | 37 | E | 0 | 44 | 5C | 21 | 10 | 55 | 24 |
| Octal | 253 | 67 | 16 | 0 | 104 | 134 | 41 | 20 | 125 | 44 |
| Binary | 10101011 | 110111 | 1110 | 0 | 1000100 | 1011100 | 100001 | 10000 | 1010101 | 100100 |
Color Harmonies of #AB370E
Complementary color
Monochromatic Colors of #AB370E
Black with #AB370E
Text Example
Text Example
White with #AB370E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB370E; }
p { color: rgb(171,55,14); }
H1.HeaderClassName
{
color: #AB370E;
}
.AnyTagClassName
{
color: #AB370E;
}
</style>
background-color css
<style>
a { background-color: #AB370E; }
a { background-color: rgb(171,55,14); }
div.DivClassName
{
background-color: #AB370E;
}
.BgClassName
{
background-color: #AB370E;
}
</style>
border-color css
<style>
span { border-color: #AB370E; }
span { border-color: rgb(171,55,14); }
td.TdClassName
{
border-color: #AB370E;
}
.TagClassName
{
border-color: #AB370E;
}
</style>