Shades of Rust #AB2503
Tints of Rust #AB2503
RGB
CMYK
RGB Variations
Color information
#AB2503 (or 0xAB2503) is known color: Rust. HEX triplet: AB, 25 and 03. RGB value is (171,37,3). Sum of RGB (Red+Green+Blue) = 171+37+3=211 (27% of max value = 765). Red value is 171 (67.19% from 255 or 81.04% from 211); Green value is 37 (14.84% from 255 or 17.54% from 211); Blue value is 3 (1.56% from 255 or 1.42% from 211); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2503 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2503 is #54DAFC. Grayscale: #494949. Windows color (decimal): -5561085 or 206251. OLE color: 206251.
HSL color Cylindrical-coordinate representation of color #AB2503: hue angle of 12.14º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AB2503 is Cyan = 0, Magento = 0.78, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 37 | 3 | - |
| CMYK | 0 | 0.78 | 0.98 | 0.33 |
| HSL | 12.14º | 0.97% | 0.34% | - |
| HSV(B) | 12.14º | 0.98% | 0.67% | - |
| XYZ | 17.47 | 9.99 | 1.09 | - |
| YUV | 73.19 | 88.39 | 197.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 37 | 3 | 0 | 0.78 | 0.98 | 0.33 | 12.14 | 0.97 | 0.34 |
| Hex | AB | 25 | 3 | 0 | 4E | 62 | 21 | C | 61 | 22 |
| Octal | 253 | 45 | 3 | 0 | 116 | 142 | 41 | 14 | 141 | 42 |
| Binary | 10101011 | 100101 | 11 | 0 | 1001110 | 1100010 | 100001 | 1100 | 1100001 | 100010 |
Color Harmonies of #AB2503
Complementary color
Monochromatic Colors of #AB2503
Black with #AB2503
Text Example
Text Example
White with #AB2503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2503; }
p { color: rgb(171,37,3); }
H1.HeaderClassName
{
color: #AB2503;
}
.AnyTagClassName
{
color: #AB2503;
}
</style>
background-color css
<style>
a { background-color: #AB2503; }
a { background-color: rgb(171,37,3); }
div.DivClassName
{
background-color: #AB2503;
}
.BgClassName
{
background-color: #AB2503;
}
</style>
border-color css
<style>
span { border-color: #AB2503; }
span { border-color: rgb(171,37,3); }
td.TdClassName
{
border-color: #AB2503;
}
.TagClassName
{
border-color: #AB2503;
}
</style>