Shades of Rust #AB3209
Tints of Rust #AB3209
RGB
CMYK
RGB Variations
Color information
#AB3209 (or 0xAB3209) is known color: Rust. HEX triplet: AB, 32 and 09. RGB value is (171,50,9). Sum of RGB (Red+Green+Blue) = 171+50+9=230 (30% of max value = 765). Red value is 171 (67.19% from 255 or 74.35% from 230); Green value is 50 (19.92% from 255 or 21.74% from 230); Blue value is 9 (3.91% from 255 or 3.91% from 230); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3209 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3209 is #54CDF6. Grayscale: #515151. Windows color (decimal): -5557751 or 602795. OLE color: 602795.
HSL color Cylindrical-coordinate representation of color #AB3209: hue angle of 15.19º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AB3209 is Cyan = 0, Magento = 0.71, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 50 | 9 | - |
| CMYK | 0 | 0.71 | 0.95 | 0.33 |
| HSL | 15.19º | 0.9% | 0.35% | - |
| HSV(B) | 15.19º | 0.95% | 0.67% | - |
| XYZ | 17.98 | 10.96 | 1.43 | - |
| YUV | 81.51 | 87.09 | 191.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 50 | 9 | 0 | 0.71 | 0.95 | 0.33 | 15.19 | 0.9 | 0.35 |
| Hex | AB | 32 | 9 | 0 | 47 | 5F | 21 | F | 5A | 23 |
| Octal | 253 | 62 | 11 | 0 | 107 | 137 | 41 | 17 | 132 | 43 |
| Binary | 10101011 | 110010 | 1001 | 0 | 1000111 | 1011111 | 100001 | 1111 | 1011010 | 100011 |
Color Harmonies of #AB3209
Complementary color
Monochromatic Colors of #AB3209
Black with #AB3209
Text Example
Text Example
White with #AB3209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3209; }
p { color: rgb(171,50,9); }
H1.HeaderClassName
{
color: #AB3209;
}
.AnyTagClassName
{
color: #AB3209;
}
</style>
background-color css
<style>
a { background-color: #AB3209; }
a { background-color: rgb(171,50,9); }
div.DivClassName
{
background-color: #AB3209;
}
.BgClassName
{
background-color: #AB3209;
}
</style>
border-color css
<style>
span { border-color: #AB3209; }
span { border-color: rgb(171,50,9); }
td.TdClassName
{
border-color: #AB3209;
}
.TagClassName
{
border-color: #AB3209;
}
</style>