Shades of Rust #AB2903
Tints of Rust #AB2903
RGB
CMYK
RGB Variations
Color information
#AB2903 (or 0xAB2903) is known color: Rust. HEX triplet: AB, 29 and 03. RGB value is (171,41,3). Sum of RGB (Red+Green+Blue) = 171+41+3=215 (28% of max value = 765). Red value is 171 (67.19% from 255 or 79.53% from 215); Green value is 41 (16.41% from 255 or 19.07% from 215); Blue value is 3 (1.56% from 255 or 1.40% from 215); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2903 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2903 is #54D6FC. Grayscale: #4B4B4B. Windows color (decimal): -5560061 or 207275. OLE color: 207275.
HSL color Cylindrical-coordinate representation of color #AB2903: hue angle of 13.57º 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 #AB2903 is Cyan = 0, Magento = 0.76, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 41 | 3 | - |
| CMYK | 0 | 0.76 | 0.98 | 0.33 |
| HSL | 13.57º | 0.97% | 0.34% | - |
| HSV(B) | 13.57º | 0.98% | 0.67% | - |
| XYZ | 17.6 | 10.25 | 1.14 | - |
| YUV | 75.54 | 87.07 | 196.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 41 | 3 | 0 | 0.76 | 0.98 | 0.33 | 13.57 | 0.97 | 0.34 |
| Hex | AB | 29 | 3 | 0 | 4C | 62 | 21 | E | 61 | 22 |
| Octal | 253 | 51 | 3 | 0 | 114 | 142 | 41 | 16 | 141 | 42 |
| Binary | 10101011 | 101001 | 11 | 0 | 1001100 | 1100010 | 100001 | 1110 | 1100001 | 100010 |
Color Harmonies of #AB2903
Complementary color
Monochromatic Colors of #AB2903
Black with #AB2903
Text Example
Text Example
White with #AB2903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2903; }
p { color: rgb(171,41,3); }
H1.HeaderClassName
{
color: #AB2903;
}
.AnyTagClassName
{
color: #AB2903;
}
</style>
background-color css
<style>
a { background-color: #AB2903; }
a { background-color: rgb(171,41,3); }
div.DivClassName
{
background-color: #AB2903;
}
.BgClassName
{
background-color: #AB2903;
}
</style>
border-color css
<style>
span { border-color: #AB2903; }
span { border-color: rgb(171,41,3); }
td.TdClassName
{
border-color: #AB2903;
}
.TagClassName
{
border-color: #AB2903;
}
</style>