Shades of Rust #AB3A1B
Tints of Rust #AB3A1B
RGB
CMYK
RGB Variations
Color information
#AB3A1B (or 0xAB3A1B) is known color: Rust. HEX triplet: AB, 3A and 1B. RGB value is (171,58,27). Sum of RGB (Red+Green+Blue) = 171+58+27=256 (33% of max value = 765). Red value is 171 (67.19% from 255 or 66.80% from 256); Green value is 58 (23.05% from 255 or 22.66% from 256); Blue value is 27 (10.94% from 255 or 10.55% from 256); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3A1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3A1B is #54C5E4. Grayscale: #585858. Windows color (decimal): -5555685 or 1784491. OLE color: 1784491.
HSL color Cylindrical-coordinate representation of color #AB3A1B: hue angle of 12.92º 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 #AB3A1B is Cyan = 0, Magento = 0.66, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 58 | 27 | - |
| CMYK | 0 | 0.66 | 0.84 | 0.33 |
| HSL | 12.92º | 0.73% | 0.39% | - |
| HSV(B) | 12.92º | 0.84% | 0.67% | - |
| XYZ | 18.51 | 11.76 | 2.33 | - |
| YUV | 88.25 | 93.44 | 187.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 58 | 27 | 0 | 0.66 | 0.84 | 0.33 | 12.92 | 0.73 | 0.39 |
| Hex | AB | 3A | 1B | 0 | 42 | 54 | 21 | D | 49 | 27 |
| Octal | 253 | 72 | 33 | 0 | 102 | 124 | 41 | 15 | 111 | 47 |
| Binary | 10101011 | 111010 | 11011 | 0 | 1000010 | 1010100 | 100001 | 1101 | 1001001 | 100111 |
Color Harmonies of #AB3A1B
Complementary color
Monochromatic Colors of #AB3A1B
Black with #AB3A1B
Text Example
Text Example
White with #AB3A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3A1B; }
p { color: rgb(171,58,27); }
H1.HeaderClassName
{
color: #AB3A1B;
}
.AnyTagClassName
{
color: #AB3A1B;
}
</style>
background-color css
<style>
a { background-color: #AB3A1B; }
a { background-color: rgb(171,58,27); }
div.DivClassName
{
background-color: #AB3A1B;
}
.BgClassName
{
background-color: #AB3A1B;
}
</style>
border-color css
<style>
span { border-color: #AB3A1B; }
span { border-color: rgb(171,58,27); }
td.TdClassName
{
border-color: #AB3A1B;
}
.TagClassName
{
border-color: #AB3A1B;
}
</style>