Shades of Rust #AB3E1B
Tints of Rust #AB3E1B
RGB
CMYK
RGB Variations
Color information
#AB3E1B (or 0xAB3E1B) is known color: Rust. HEX triplet: AB, 3E and 1B. RGB value is (171,62,27). Sum of RGB (Red+Green+Blue) = 171+62+27=260 (34% of max value = 765). Red value is 171 (67.19% from 255 or 65.77% from 260); Green value is 62 (24.61% from 255 or 23.85% from 260); Blue value is 27 (10.94% from 255 or 10.38% from 260); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3E1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3E1B is #54C1E4. Grayscale: #5A5A5A. Windows color (decimal): -5554661 or 1785515. OLE color: 1785515.
HSL color Cylindrical-coordinate representation of color #AB3E1B: hue angle of 14.58º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AB3E1B is Cyan = 0, Magento = 0.64, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 62 | 27 | - |
| CMYK | 0 | 0.64 | 0.84 | 0.33 |
| HSL | 14.58º | 0.73% | 0.39% | - |
| HSV(B) | 14.58º | 0.84% | 0.67% | - |
| XYZ | 18.72 | 12.18 | 2.4 | - |
| YUV | 90.6 | 92.11 | 185.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 62 | 27 | 0 | 0.64 | 0.84 | 0.33 | 14.58 | 0.73 | 0.39 |
| Hex | AB | 3E | 1B | 0 | 40 | 54 | 21 | F | 49 | 27 |
| Octal | 253 | 76 | 33 | 0 | 100 | 124 | 41 | 17 | 111 | 47 |
| Binary | 10101011 | 111110 | 11011 | 0 | 1000000 | 1010100 | 100001 | 1111 | 1001001 | 100111 |
Color Harmonies of #AB3E1B
Complementary color
Monochromatic Colors of #AB3E1B
Black with #AB3E1B
Text Example
Text Example
White with #AB3E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3E1B; }
p { color: rgb(171,62,27); }
H1.HeaderClassName
{
color: #AB3E1B;
}
.AnyTagClassName
{
color: #AB3E1B;
}
</style>
background-color css
<style>
a { background-color: #AB3E1B; }
a { background-color: rgb(171,62,27); }
div.DivClassName
{
background-color: #AB3E1B;
}
.BgClassName
{
background-color: #AB3E1B;
}
</style>
border-color css
<style>
span { border-color: #AB3E1B; }
span { border-color: rgb(171,62,27); }
td.TdClassName
{
border-color: #AB3E1B;
}
.TagClassName
{
border-color: #AB3E1B;
}
</style>