Shades of Rust #AB3D1A
Tints of Rust #AB3D1A
RGB
CMYK
RGB Variations
Color information
#AB3D1A (or 0xAB3D1A) is known color: Rust. HEX triplet: AB, 3D and 1A. RGB value is (171,61,26). Sum of RGB (Red+Green+Blue) = 171+61+26=258 (34% of max value = 765). Red value is 171 (67.19% from 255 or 66.28% from 258); Green value is 61 (24.22% from 255 or 23.64% from 258); Blue value is 26 (10.55% from 255 or 10.08% from 258); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3D1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3D1A is #54C2E5. Grayscale: #5A5A5A. Windows color (decimal): -5554918 or 1719723. OLE color: 1719723.
HSL color Cylindrical-coordinate representation of color #AB3D1A: hue angle of 14.48º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AB3D1A is Cyan = 0, Magento = 0.64, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 61 | 26 | - |
| CMYK | 0 | 0.64 | 0.85 | 0.33 |
| HSL | 14.48º | 0.74% | 0.39% | - |
| HSV(B) | 14.48º | 0.85% | 0.67% | - |
| XYZ | 18.65 | 12.07 | 2.32 | - |
| YUV | 89.9 | 91.94 | 185.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 61 | 26 | 0 | 0.64 | 0.85 | 0.33 | 14.48 | 0.74 | 0.39 |
| Hex | AB | 3D | 1A | 0 | 40 | 55 | 21 | E | 4A | 27 |
| Octal | 253 | 75 | 32 | 0 | 100 | 125 | 41 | 16 | 112 | 47 |
| Binary | 10101011 | 111101 | 11010 | 0 | 1000000 | 1010101 | 100001 | 1110 | 1001010 | 100111 |
Color Harmonies of #AB3D1A
Complementary color
Monochromatic Colors of #AB3D1A
Black with #AB3D1A
Text Example
Text Example
White with #AB3D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3D1A; }
p { color: rgb(171,61,26); }
H1.HeaderClassName
{
color: #AB3D1A;
}
.AnyTagClassName
{
color: #AB3D1A;
}
</style>
background-color css
<style>
a { background-color: #AB3D1A; }
a { background-color: rgb(171,61,26); }
div.DivClassName
{
background-color: #AB3D1A;
}
.BgClassName
{
background-color: #AB3D1A;
}
</style>
border-color css
<style>
span { border-color: #AB3D1A; }
span { border-color: rgb(171,61,26); }
td.TdClassName
{
border-color: #AB3D1A;
}
.TagClassName
{
border-color: #AB3D1A;
}
</style>