Shades of Rust #AB401C
Tints of Rust #AB401C
RGB
CMYK
RGB Variations
Color information
#AB401C (or 0xAB401C) is known color: Rust. HEX triplet: AB, 40 and 1C. RGB value is (171,64,28). Sum of RGB (Red+Green+Blue) = 171+64+28=263 (34% of max value = 765). Red value is 171 (67.19% from 255 or 65.02% from 263); Green value is 64 (25.39% from 255 or 24.33% from 263); Blue value is 28 (11.33% from 255 or 10.65% from 263); Max value from RGB is 171 - color contains mainly: red. Hex color #AB401C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB401C is #54BFE3. Grayscale: #5C5C5C. Windows color (decimal): -5554148 or 1851563. OLE color: 1851563.
HSL color Cylindrical-coordinate representation of color #AB401C: hue angle of 15.1º degrees, saturation: 0.72, 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 #AB401C is Cyan = 0, Magento = 0.63, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 64 | 28 | - |
| CMYK | 0 | 0.63 | 0.84 | 0.33 |
| HSL | 15.1º | 0.72% | 0.39% | - |
| HSV(B) | 15.1º | 0.84% | 0.67% | - |
| XYZ | 18.84 | 12.41 | 2.5 | - |
| YUV | 91.89 | 91.95 | 184.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 64 | 28 | 0 | 0.63 | 0.84 | 0.33 | 15.1 | 0.72 | 0.39 |
| Hex | AB | 40 | 1C | 0 | 3F | 54 | 21 | F | 48 | 27 |
| Octal | 253 | 100 | 34 | 0 | 77 | 124 | 41 | 17 | 110 | 47 |
| Binary | 10101011 | 1000000 | 11100 | 0 | 111111 | 1010100 | 100001 | 1111 | 1001000 | 100111 |
Color Harmonies of #AB401C
Complementary color
Monochromatic Colors of #AB401C
Black with #AB401C
Text Example
Text Example
White with #AB401C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB401C; }
p { color: rgb(171,64,28); }
H1.HeaderClassName
{
color: #AB401C;
}
.AnyTagClassName
{
color: #AB401C;
}
</style>
background-color css
<style>
a { background-color: #AB401C; }
a { background-color: rgb(171,64,28); }
div.DivClassName
{
background-color: #AB401C;
}
.BgClassName
{
background-color: #AB401C;
}
</style>
border-color css
<style>
span { border-color: #AB401C; }
span { border-color: rgb(171,64,28); }
td.TdClassName
{
border-color: #AB401C;
}
.TagClassName
{
border-color: #AB401C;
}
</style>