Shades of Rust #AB3D1D
Tints of Rust #AB3D1D
RGB
CMYK
RGB Variations
Color information
#AB3D1D (or 0xAB3D1D) is known color: Rust. HEX triplet: AB, 3D and 1D. RGB value is (171,61,29). Sum of RGB (Red+Green+Blue) = 171+61+29=261 (34% of max value = 765). Red value is 171 (67.19% from 255 or 65.52% from 261); Green value is 61 (24.22% from 255 or 23.37% from 261); Blue value is 29 (11.72% from 255 or 11.11% from 261); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3D1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3D1D is #54C2E2. Grayscale: #5A5A5A. Windows color (decimal): -5554915 or 1916331. OLE color: 1916331.
HSL color Cylindrical-coordinate representation of color #AB3D1D: hue angle of 13.52º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AB3D1D is Cyan = 0, Magento = 0.64, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 61 | 29 | - |
| CMYK | 0 | 0.64 | 0.83 | 0.33 |
| HSL | 13.52º | 0.71% | 0.39% | - |
| HSV(B) | 13.52º | 0.83% | 0.67% | - |
| XYZ | 18.69 | 12.08 | 2.51 | - |
| YUV | 90.24 | 93.44 | 185.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 61 | 29 | 0 | 0.64 | 0.83 | 0.33 | 13.52 | 0.71 | 0.39 |
| Hex | AB | 3D | 1D | 0 | 40 | 53 | 21 | E | 47 | 27 |
| Octal | 253 | 75 | 35 | 0 | 100 | 123 | 41 | 16 | 107 | 47 |
| Binary | 10101011 | 111101 | 11101 | 0 | 1000000 | 1010011 | 100001 | 1110 | 1000111 | 100111 |
Color Harmonies of #AB3D1D
Complementary color
Monochromatic Colors of #AB3D1D
Black with #AB3D1D
Text Example
Text Example
White with #AB3D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3D1D; }
p { color: rgb(171,61,29); }
H1.HeaderClassName
{
color: #AB3D1D;
}
.AnyTagClassName
{
color: #AB3D1D;
}
</style>
background-color css
<style>
a { background-color: #AB3D1D; }
a { background-color: rgb(171,61,29); }
div.DivClassName
{
background-color: #AB3D1D;
}
.BgClassName
{
background-color: #AB3D1D;
}
</style>
border-color css
<style>
span { border-color: #AB3D1D; }
span { border-color: rgb(171,61,29); }
td.TdClassName
{
border-color: #AB3D1D;
}
.TagClassName
{
border-color: #AB3D1D;
}
</style>