Shades of Rust #AB2505
Tints of Rust #AB2505
RGB
CMYK
RGB Variations
Color information
#AB2505 (or 0xAB2505) is known color: Rust. HEX triplet: AB, 25 and 05. RGB value is (171,37,5). Sum of RGB (Red+Green+Blue) = 171+37+5=213 (28% of max value = 765). Red value is 171 (67.19% from 255 or 80.28% from 213); Green value is 37 (14.84% from 255 or 17.37% from 213); Blue value is 5 (2.34% from 255 or 2.35% from 213); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2505 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2505 is #54DAFA. Grayscale: #494949. Windows color (decimal): -5561083 or 337323. OLE color: 337323.
HSL color Cylindrical-coordinate representation of color #AB2505: hue angle of 11.57º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AB2505 is Cyan = 0, Magento = 0.78, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 37 | 5 | - |
| CMYK | 0 | 0.78 | 0.97 | 0.33 |
| HSL | 11.57º | 0.94% | 0.35% | - |
| HSV(B) | 11.57º | 0.97% | 0.67% | - |
| XYZ | 17.48 | 9.99 | 1.15 | - |
| YUV | 73.42 | 89.39 | 197.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 37 | 5 | 0 | 0.78 | 0.97 | 0.33 | 11.57 | 0.94 | 0.35 |
| Hex | AB | 25 | 5 | 0 | 4E | 61 | 21 | C | 5E | 23 |
| Octal | 253 | 45 | 5 | 0 | 116 | 141 | 41 | 14 | 136 | 43 |
| Binary | 10101011 | 100101 | 101 | 0 | 1001110 | 1100001 | 100001 | 1100 | 1011110 | 100011 |
Color Harmonies of #AB2505
Complementary color
Monochromatic Colors of #AB2505
Black with #AB2505
Text Example
Text Example
White with #AB2505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2505; }
p { color: rgb(171,37,5); }
H1.HeaderClassName
{
color: #AB2505;
}
.AnyTagClassName
{
color: #AB2505;
}
</style>
background-color css
<style>
a { background-color: #AB2505; }
a { background-color: rgb(171,37,5); }
div.DivClassName
{
background-color: #AB2505;
}
.BgClassName
{
background-color: #AB2505;
}
</style>
border-color css
<style>
span { border-color: #AB2505; }
span { border-color: rgb(171,37,5); }
td.TdClassName
{
border-color: #AB2505;
}
.TagClassName
{
border-color: #AB2505;
}
</style>