Shades of Rust #AB401B
Tints of Rust #AB401B
RGB
CMYK
RGB Variations
Color information
#AB401B (or 0xAB401B) is known color: Rust. HEX triplet: AB, 40 and 1B. RGB value is (171,64,27). Sum of RGB (Red+Green+Blue) = 171+64+27=262 (34% of max value = 765). Red value is 171 (67.19% from 255 or 65.27% from 262); Green value is 64 (25.39% from 255 or 24.43% from 262); Blue value is 27 (10.94% from 255 or 10.31% from 262); Max value from RGB is 171 - color contains mainly: red. Hex color #AB401B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB401B is #54BFE4. Grayscale: #5C5C5C. Windows color (decimal): -5554149 or 1786027. OLE color: 1786027.
HSL color Cylindrical-coordinate representation of color #AB401B: hue angle of 15.42º 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 #AB401B is Cyan = 0, Magento = 0.63, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 64 | 27 | - |
| CMYK | 0 | 0.63 | 0.84 | 0.33 |
| HSL | 15.42º | 0.73% | 0.39% | - |
| HSV(B) | 15.42º | 0.84% | 0.67% | - |
| XYZ | 18.83 | 12.4 | 2.44 | - |
| YUV | 91.78 | 91.45 | 184.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 64 | 27 | 0 | 0.63 | 0.84 | 0.33 | 15.42 | 0.73 | 0.39 |
| Hex | AB | 40 | 1B | 0 | 3F | 54 | 21 | F | 49 | 27 |
| Octal | 253 | 100 | 33 | 0 | 77 | 124 | 41 | 17 | 111 | 47 |
| Binary | 10101011 | 1000000 | 11011 | 0 | 111111 | 1010100 | 100001 | 1111 | 1001001 | 100111 |
Color Harmonies of #AB401B
Complementary color
Monochromatic Colors of #AB401B
Black with #AB401B
Text Example
Text Example
White with #AB401B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB401B; }
p { color: rgb(171,64,27); }
H1.HeaderClassName
{
color: #AB401B;
}
.AnyTagClassName
{
color: #AB401B;
}
</style>
background-color css
<style>
a { background-color: #AB401B; }
a { background-color: rgb(171,64,27); }
div.DivClassName
{
background-color: #AB401B;
}
.BgClassName
{
background-color: #AB401B;
}
</style>
border-color css
<style>
span { border-color: #AB401B; }
span { border-color: rgb(171,64,27); }
td.TdClassName
{
border-color: #AB401B;
}
.TagClassName
{
border-color: #AB401B;
}
</style>