Shades of Rust #AB2506
Tints of Rust #AB2506
RGB
CMYK
RGB Variations
Color information
#AB2506 (or 0xAB2506) is known color: Rust. HEX triplet: AB, 25 and 06. RGB value is (171,37,6). Sum of RGB (Red+Green+Blue) = 171+37+6=214 (28% of max value = 765). Red value is 171 (67.19% from 255 or 79.91% from 214); Green value is 37 (14.84% from 255 or 17.29% from 214); Blue value is 6 (2.73% from 255 or 2.80% from 214); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2506 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2506 is #54DAF9. Grayscale: #494949. Windows color (decimal): -5561082 or 402859. OLE color: 402859.
HSL color Cylindrical-coordinate representation of color #AB2506: hue angle of 11.27º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AB2506 is Cyan = 0, Magento = 0.78, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 37 | 6 | - |
| CMYK | 0 | 0.78 | 0.96 | 0.33 |
| HSL | 11.27º | 0.93% | 0.35% | - |
| HSV(B) | 11.27º | 0.96% | 0.67% | - |
| XYZ | 17.49 | 9.99 | 1.18 | - |
| YUV | 73.53 | 89.89 | 197.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 37 | 6 | 0 | 0.78 | 0.96 | 0.33 | 11.27 | 0.93 | 0.35 |
| Hex | AB | 25 | 6 | 0 | 4E | 60 | 21 | B | 5D | 23 |
| Octal | 253 | 45 | 6 | 0 | 116 | 140 | 41 | 13 | 135 | 43 |
| Binary | 10101011 | 100101 | 110 | 0 | 1001110 | 1100000 | 100001 | 1011 | 1011101 | 100011 |
Color Harmonies of #AB2506
Complementary color
Monochromatic Colors of #AB2506
Black with #AB2506
Text Example
Text Example
White with #AB2506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2506; }
p { color: rgb(171,37,6); }
H1.HeaderClassName
{
color: #AB2506;
}
.AnyTagClassName
{
color: #AB2506;
}
</style>
background-color css
<style>
a { background-color: #AB2506; }
a { background-color: rgb(171,37,6); }
div.DivClassName
{
background-color: #AB2506;
}
.BgClassName
{
background-color: #AB2506;
}
</style>
border-color css
<style>
span { border-color: #AB2506; }
span { border-color: rgb(171,37,6); }
td.TdClassName
{
border-color: #AB2506;
}
.TagClassName
{
border-color: #AB2506;
}
</style>