Shades of Rust #AB3D1B
Tints of Rust #AB3D1B
RGB
CMYK
RGB Variations
Color information
#AB3D1B (or 0xAB3D1B) is known color: Rust. HEX triplet: AB, 3D and 1B. RGB value is (171,61,27). Sum of RGB (Red+Green+Blue) = 171+61+27=259 (34% of max value = 765). Red value is 171 (67.19% from 255 or 66.02% from 259); Green value is 61 (24.22% from 255 or 23.55% from 259); Blue value is 27 (10.94% from 255 or 10.42% from 259); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3D1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3D1B is #54C2E4. Grayscale: #5A5A5A. Windows color (decimal): -5554917 or 1785259. OLE color: 1785259.
HSL color Cylindrical-coordinate representation of color #AB3D1B: hue angle of 14.17º 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 #AB3D1B is Cyan = 0, Magento = 0.64, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 61 | 27 | - |
| CMYK | 0 | 0.64 | 0.84 | 0.33 |
| HSL | 14.17º | 0.73% | 0.39% | - |
| HSV(B) | 14.17º | 0.84% | 0.67% | - |
| XYZ | 18.66 | 12.07 | 2.38 | - |
| YUV | 90.01 | 92.44 | 185.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 61 | 27 | 0 | 0.64 | 0.84 | 0.33 | 14.17 | 0.73 | 0.39 |
| Hex | AB | 3D | 1B | 0 | 40 | 54 | 21 | E | 49 | 27 |
| Octal | 253 | 75 | 33 | 0 | 100 | 124 | 41 | 16 | 111 | 47 |
| Binary | 10101011 | 111101 | 11011 | 0 | 1000000 | 1010100 | 100001 | 1110 | 1001001 | 100111 |
Color Harmonies of #AB3D1B
Complementary color
Monochromatic Colors of #AB3D1B
Black with #AB3D1B
Text Example
Text Example
White with #AB3D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3D1B; }
p { color: rgb(171,61,27); }
H1.HeaderClassName
{
color: #AB3D1B;
}
.AnyTagClassName
{
color: #AB3D1B;
}
</style>
background-color css
<style>
a { background-color: #AB3D1B; }
a { background-color: rgb(171,61,27); }
div.DivClassName
{
background-color: #AB3D1B;
}
.BgClassName
{
background-color: #AB3D1B;
}
</style>
border-color css
<style>
span { border-color: #AB3D1B; }
span { border-color: rgb(171,61,27); }
td.TdClassName
{
border-color: #AB3D1B;
}
.TagClassName
{
border-color: #AB3D1B;
}
</style>