Shades of Rust #AB280A
Tints of Rust #AB280A
RGB
CMYK
RGB Variations
Color information
#AB280A (or 0xAB280A) is known color: Rust. HEX triplet: AB, 28 and 0A. RGB value is (171,40,10). Sum of RGB (Red+Green+Blue) = 171+40+10=221 (29% of max value = 765). Red value is 171 (67.19% from 255 or 77.38% from 221); Green value is 40 (16.02% from 255 or 18.10% from 221); Blue value is 10 (4.30% from 255 or 4.52% from 221); Max value from RGB is 171 - color contains mainly: red. Hex color #AB280A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB280A is #54D7F5. Grayscale: #4B4B4B. Windows color (decimal): -5560310 or 665771. OLE color: 665771.
HSL color Cylindrical-coordinate representation of color #AB280A: hue angle of 11.18º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB280A is Cyan = 0, Magento = 0.77, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 40 | 10 | - |
| CMYK | 0 | 0.77 | 0.94 | 0.33 |
| HSL | 11.18º | 0.89% | 0.35% | - |
| HSV(B) | 11.18º | 0.94% | 0.67% | - |
| XYZ | 17.61 | 10.2 | 1.33 | - |
| YUV | 75.75 | 90.9 | 195.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 40 | 10 | 0 | 0.77 | 0.94 | 0.33 | 11.18 | 0.89 | 0.35 |
| Hex | AB | 28 | A | 0 | 4D | 5E | 21 | B | 59 | 23 |
| Octal | 253 | 50 | 12 | 0 | 115 | 136 | 41 | 13 | 131 | 43 |
| Binary | 10101011 | 101000 | 1010 | 0 | 1001101 | 1011110 | 100001 | 1011 | 1011001 | 100011 |
Color Harmonies of #AB280A
Complementary color
Monochromatic Colors of #AB280A
Black with #AB280A
Text Example
Text Example
White with #AB280A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB280A; }
p { color: rgb(171,40,10); }
H1.HeaderClassName
{
color: #AB280A;
}
.AnyTagClassName
{
color: #AB280A;
}
</style>
background-color css
<style>
a { background-color: #AB280A; }
a { background-color: rgb(171,40,10); }
div.DivClassName
{
background-color: #AB280A;
}
.BgClassName
{
background-color: #AB280A;
}
</style>
border-color css
<style>
span { border-color: #AB280A; }
span { border-color: rgb(171,40,10); }
td.TdClassName
{
border-color: #AB280A;
}
.TagClassName
{
border-color: #AB280A;
}
</style>