Shades of Rust #AB3202
Tints of Rust #AB3202
RGB
CMYK
RGB Variations
Color information
#AB3202 (or 0xAB3202) is known color: Rust. HEX triplet: AB, 32 and 02. RGB value is (171,50,2). Sum of RGB (Red+Green+Blue) = 171+50+2=223 (29% of max value = 765). Red value is 171 (67.19% from 255 or 76.68% from 223); Green value is 50 (19.92% from 255 or 22.42% from 223); Blue value is 2 (1.17% from 255 or 0.90% from 223); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3202 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3202 is #54CDFD. Grayscale: #515151. Windows color (decimal): -5557758 or 144043. OLE color: 144043.
HSL color Cylindrical-coordinate representation of color #AB3202: hue angle of 17.04º 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 #AB3202 is Cyan = 0, Magento = 0.71, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 50 | 2 | - |
| CMYK | 0 | 0.71 | 0.99 | 0.33 |
| HSL | 17.04º | 0.98% | 0.34% | - |
| HSV(B) | 17.04º | 0.99% | 0.67% | - |
| XYZ | 17.95 | 10.94 | 1.22 | - |
| YUV | 80.71 | 83.59 | 192.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 50 | 2 | 0 | 0.71 | 0.99 | 0.33 | 17.04 | 0.98 | 0.34 |
| Hex | AB | 32 | 2 | 0 | 47 | 63 | 21 | 11 | 62 | 22 |
| Octal | 253 | 62 | 2 | 0 | 107 | 143 | 41 | 21 | 142 | 42 |
| Binary | 10101011 | 110010 | 10 | 0 | 1000111 | 1100011 | 100001 | 10001 | 1100010 | 100010 |
Color Harmonies of #AB3202
Complementary color
Monochromatic Colors of #AB3202
Black with #AB3202
Text Example
Text Example
White with #AB3202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3202; }
p { color: rgb(171,50,2); }
H1.HeaderClassName
{
color: #AB3202;
}
.AnyTagClassName
{
color: #AB3202;
}
</style>
background-color css
<style>
a { background-color: #AB3202; }
a { background-color: rgb(171,50,2); }
div.DivClassName
{
background-color: #AB3202;
}
.BgClassName
{
background-color: #AB3202;
}
</style>
border-color css
<style>
span { border-color: #AB3202; }
span { border-color: rgb(171,50,2); }
td.TdClassName
{
border-color: #AB3202;
}
.TagClassName
{
border-color: #AB3202;
}
</style>