Shades of Rust #AB2502
Tints of Rust #AB2502
RGB
CMYK
RGB Variations
Color information
#AB2502 (or 0xAB2502) is known color: Rust. HEX triplet: AB, 25 and 02. RGB value is (171,37,2). Sum of RGB (Red+Green+Blue) = 171+37+2=210 (27% of max value = 765). Red value is 171 (67.19% from 255 or 81.43% from 210); Green value is 37 (14.84% from 255 or 17.62% from 210); Blue value is 2 (1.17% from 255 or 0.95% from 210); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2502 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2502 is #54DAFD. Grayscale: #494949. Windows color (decimal): -5561086 or 140715. OLE color: 140715.
HSL color Cylindrical-coordinate representation of color #AB2502: hue angle of 12.43º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AB2502 is Cyan = 0, Magento = 0.78, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 37 | 2 | - |
| CMYK | 0 | 0.78 | 0.99 | 0.33 |
| HSL | 12.43º | 0.98% | 0.34% | - |
| HSV(B) | 12.43º | 0.99% | 0.67% | - |
| XYZ | 17.47 | 9.99 | 1.06 | - |
| YUV | 73.08 | 87.89 | 197.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 37 | 2 | 0 | 0.78 | 0.99 | 0.33 | 12.43 | 0.98 | 0.34 |
| Hex | AB | 25 | 2 | 0 | 4E | 63 | 21 | C | 62 | 22 |
| Octal | 253 | 45 | 2 | 0 | 116 | 143 | 41 | 14 | 142 | 42 |
| Binary | 10101011 | 100101 | 10 | 0 | 1001110 | 1100011 | 100001 | 1100 | 1100010 | 100010 |
Color Harmonies of #AB2502
Complementary color
Monochromatic Colors of #AB2502
Black with #AB2502
Text Example
Text Example
White with #AB2502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2502; }
p { color: rgb(171,37,2); }
H1.HeaderClassName
{
color: #AB2502;
}
.AnyTagClassName
{
color: #AB2502;
}
</style>
background-color css
<style>
a { background-color: #AB2502; }
a { background-color: rgb(171,37,2); }
div.DivClassName
{
background-color: #AB2502;
}
.BgClassName
{
background-color: #AB2502;
}
</style>
border-color css
<style>
span { border-color: #AB2502; }
span { border-color: rgb(171,37,2); }
td.TdClassName
{
border-color: #AB2502;
}
.TagClassName
{
border-color: #AB2502;
}
</style>