Shades of Rust #AB2302
Tints of Rust #AB2302
RGB
CMYK
RGB Variations
Color information
#AB2302 (or 0xAB2302) is known color: Rust. HEX triplet: AB, 23 and 02. RGB value is (171,35,2). Sum of RGB (Red+Green+Blue) = 171+35+2=208 (27% of max value = 765). Red value is 171 (67.19% from 255 or 82.21% from 208); Green value is 35 (14.06% from 255 or 16.83% from 208); Blue value is 2 (1.17% from 255 or 0.96% from 208); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2302 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2302 is #54DCFD. Grayscale: #484848. Windows color (decimal): -5561598 or 140203. OLE color: 140203.
HSL color Cylindrical-coordinate representation of color #AB2302: hue angle of 11.72º 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 #AB2302 is Cyan = 0, Magento = 0.80, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 35 | 2 | - |
| CMYK | 0 | 0.80 | 0.99 | 0.33 |
| HSL | 11.72º | 0.98% | 0.34% | - |
| HSV(B) | 11.72º | 0.99% | 0.67% | - |
| XYZ | 17.41 | 9.86 | 1.04 | - |
| YUV | 71.9 | 88.56 | 198.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 35 | 2 | 0 | 0.80 | 0.99 | 0.33 | 11.72 | 0.98 | 0.34 |
| Hex | AB | 23 | 2 | 0 | 50 | 63 | 21 | C | 62 | 22 |
| Octal | 253 | 43 | 2 | 0 | 120 | 143 | 41 | 14 | 142 | 42 |
| Binary | 10101011 | 100011 | 10 | 0 | 1010000 | 1100011 | 100001 | 1100 | 1100010 | 100010 |
Color Harmonies of #AB2302
Complementary color
Monochromatic Colors of #AB2302
Black with #AB2302
Text Example
Text Example
White with #AB2302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2302; }
p { color: rgb(171,35,2); }
H1.HeaderClassName
{
color: #AB2302;
}
.AnyTagClassName
{
color: #AB2302;
}
</style>
background-color css
<style>
a { background-color: #AB2302; }
a { background-color: rgb(171,35,2); }
div.DivClassName
{
background-color: #AB2302;
}
.BgClassName
{
background-color: #AB2302;
}
</style>
border-color css
<style>
span { border-color: #AB2302; }
span { border-color: rgb(171,35,2); }
td.TdClassName
{
border-color: #AB2302;
}
.TagClassName
{
border-color: #AB2302;
}
</style>