Shades of Rust #AB401A
Tints of Rust #AB401A
RGB
CMYK
RGB Variations
Color information
#AB401A (or 0xAB401A) is known color: Rust. HEX triplet: AB, 40 and 1A. RGB value is (171,64,26). Sum of RGB (Red+Green+Blue) = 171+64+26=261 (34% of max value = 765). Red value is 171 (67.19% from 255 or 65.52% from 261); Green value is 64 (25.39% from 255 or 24.52% from 261); Blue value is 26 (10.55% from 255 or 9.96% from 261); Max value from RGB is 171 - color contains mainly: red. Hex color #AB401A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB401A is #54BFE5. Grayscale: #5B5B5B. Windows color (decimal): -5554150 or 1720491. OLE color: 1720491.
HSL color Cylindrical-coordinate representation of color #AB401A: hue angle of 15.72º 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 #AB401A is Cyan = 0, Magento = 0.63, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 64 | 26 | - |
| CMYK | 0 | 0.63 | 0.85 | 0.33 |
| HSL | 15.72º | 0.74% | 0.39% | - |
| HSV(B) | 15.72º | 0.85% | 0.67% | - |
| XYZ | 18.81 | 12.4 | 2.38 | - |
| YUV | 91.66 | 90.95 | 184.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 64 | 26 | 0 | 0.63 | 0.85 | 0.33 | 15.72 | 0.74 | 0.39 |
| Hex | AB | 40 | 1A | 0 | 3F | 55 | 21 | 10 | 4A | 27 |
| Octal | 253 | 100 | 32 | 0 | 77 | 125 | 41 | 20 | 112 | 47 |
| Binary | 10101011 | 1000000 | 11010 | 0 | 111111 | 1010101 | 100001 | 10000 | 1001010 | 100111 |
Color Harmonies of #AB401A
Complementary color
Monochromatic Colors of #AB401A
Black with #AB401A
Text Example
Text Example
White with #AB401A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB401A; }
p { color: rgb(171,64,26); }
H1.HeaderClassName
{
color: #AB401A;
}
.AnyTagClassName
{
color: #AB401A;
}
</style>
background-color css
<style>
a { background-color: #AB401A; }
a { background-color: rgb(171,64,26); }
div.DivClassName
{
background-color: #AB401A;
}
.BgClassName
{
background-color: #AB401A;
}
</style>
border-color css
<style>
span { border-color: #AB401A; }
span { border-color: rgb(171,64,26); }
td.TdClassName
{
border-color: #AB401A;
}
.TagClassName
{
border-color: #AB401A;
}
</style>