Shades of Rust #AB3E1E
Tints of Rust #AB3E1E
RGB
CMYK
RGB Variations
Color information
#AB3E1E (or 0xAB3E1E) is known color: Rust. HEX triplet: AB, 3E and 1E. RGB value is (171,62,30). Sum of RGB (Red+Green+Blue) = 171+62+30=263 (34% of max value = 765). Red value is 171 (67.19% from 255 or 65.02% from 263); Green value is 62 (24.61% from 255 or 23.57% from 263); Blue value is 30 (12.11% from 255 or 11.41% from 263); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3E1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3E1E is #54C1E1. Grayscale: #5B5B5B. Windows color (decimal): -5554658 or 1982123. OLE color: 1982123.
HSL color Cylindrical-coordinate representation of color #AB3E1E: hue angle of 13.62º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AB3E1E is Cyan = 0, Magento = 0.64, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 62 | 30 | - |
| CMYK | 0 | 0.64 | 0.82 | 0.33 |
| HSL | 13.62º | 0.7% | 0.39% | - |
| HSV(B) | 13.62º | 0.82% | 0.67% | - |
| XYZ | 18.75 | 12.2 | 2.59 | - |
| YUV | 90.94 | 93.61 | 185.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 62 | 30 | 0 | 0.64 | 0.82 | 0.33 | 13.62 | 0.7 | 0.39 |
| Hex | AB | 3E | 1E | 0 | 40 | 52 | 21 | E | 46 | 27 |
| Octal | 253 | 76 | 36 | 0 | 100 | 122 | 41 | 16 | 106 | 47 |
| Binary | 10101011 | 111110 | 11110 | 0 | 1000000 | 1010010 | 100001 | 1110 | 1000110 | 100111 |
Color Harmonies of #AB3E1E
Complementary color
Monochromatic Colors of #AB3E1E
Black with #AB3E1E
Text Example
Text Example
White with #AB3E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3E1E; }
p { color: rgb(171,62,30); }
H1.HeaderClassName
{
color: #AB3E1E;
}
.AnyTagClassName
{
color: #AB3E1E;
}
</style>
background-color css
<style>
a { background-color: #AB3E1E; }
a { background-color: rgb(171,62,30); }
div.DivClassName
{
background-color: #AB3E1E;
}
.BgClassName
{
background-color: #AB3E1E;
}
</style>
border-color css
<style>
span { border-color: #AB3E1E; }
span { border-color: rgb(171,62,30); }
td.TdClassName
{
border-color: #AB3E1E;
}
.TagClassName
{
border-color: #AB3E1E;
}
</style>