Shades of Rust #AB3502
Tints of Rust #AB3502
RGB
CMYK
RGB Variations
Color information
#AB3502 (or 0xAB3502) is known color: Rust. HEX triplet: AB, 35 and 02. RGB value is (171,53,2). Sum of RGB (Red+Green+Blue) = 171+53+2=226 (29% of max value = 765). Red value is 171 (67.19% from 255 or 75.66% from 226); Green value is 53 (21.09% from 255 or 23.45% from 226); Blue value is 2 (1.17% from 255 or 0.88% from 226); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3502 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3502 is #54CAFD. Grayscale: #525252. Windows color (decimal): -5556990 or 144811. OLE color: 144811.
HSL color Cylindrical-coordinate representation of color #AB3502: hue angle of 18.11º 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 #AB3502 is Cyan = 0, Magento = 0.69, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 53 | 2 | - |
| CMYK | 0 | 0.69 | 0.99 | 0.33 |
| HSL | 18.11º | 0.98% | 0.34% | - |
| HSV(B) | 18.11º | 0.99% | 0.67% | - |
| XYZ | 18.08 | 11.21 | 1.27 | - |
| YUV | 82.47 | 82.59 | 191.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 53 | 2 | 0 | 0.69 | 0.99 | 0.33 | 18.11 | 0.98 | 0.34 |
| Hex | AB | 35 | 2 | 0 | 45 | 63 | 21 | 12 | 62 | 22 |
| Octal | 253 | 65 | 2 | 0 | 105 | 143 | 41 | 22 | 142 | 42 |
| Binary | 10101011 | 110101 | 10 | 0 | 1000101 | 1100011 | 100001 | 10010 | 1100010 | 100010 |
Color Harmonies of #AB3502
Complementary color
Monochromatic Colors of #AB3502
Black with #AB3502
Text Example
Text Example
White with #AB3502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3502; }
p { color: rgb(171,53,2); }
H1.HeaderClassName
{
color: #AB3502;
}
.AnyTagClassName
{
color: #AB3502;
}
</style>
background-color css
<style>
a { background-color: #AB3502; }
a { background-color: rgb(171,53,2); }
div.DivClassName
{
background-color: #AB3502;
}
.BgClassName
{
background-color: #AB3502;
}
</style>
border-color css
<style>
span { border-color: #AB3502; }
span { border-color: rgb(171,53,2); }
td.TdClassName
{
border-color: #AB3502;
}
.TagClassName
{
border-color: #AB3502;
}
</style>