Shades of Rust #AB320F
Tints of Rust #AB320F
RGB
CMYK
RGB Variations
Color information
#AB320F (or 0xAB320F) is known color: Rust. HEX triplet: AB, 32 and 0F. RGB value is (171,50,15). Sum of RGB (Red+Green+Blue) = 171+50+15=236 (31% of max value = 765). Red value is 171 (67.19% from 255 or 72.46% from 236); Green value is 50 (19.92% from 255 or 21.19% from 236); Blue value is 15 (6.25% from 255 or 6.36% from 236); Max value from RGB is 171 - color contains mainly: red. Hex color #AB320F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB320F is #54CDF0. Grayscale: #525252. Windows color (decimal): -5557745 or 996011. OLE color: 996011.
HSL color Cylindrical-coordinate representation of color #AB320F: hue angle of 13.46º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AB320F is Cyan = 0, Magento = 0.71, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 50 | 15 | - |
| CMYK | 0 | 0.71 | 0.91 | 0.33 |
| HSL | 13.46º | 0.84% | 0.36% | - |
| HSV(B) | 13.46º | 0.91% | 0.67% | - |
| XYZ | 18.02 | 10.97 | 1.62 | - |
| YUV | 82.19 | 90.09 | 191.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 50 | 15 | 0 | 0.71 | 0.91 | 0.33 | 13.46 | 0.84 | 0.36 |
| Hex | AB | 32 | F | 0 | 47 | 5B | 21 | D | 54 | 24 |
| Octal | 253 | 62 | 17 | 0 | 107 | 133 | 41 | 15 | 124 | 44 |
| Binary | 10101011 | 110010 | 1111 | 0 | 1000111 | 1011011 | 100001 | 1101 | 1010100 | 100100 |
Color Harmonies of #AB320F
Complementary color
Monochromatic Colors of #AB320F
Black with #AB320F
Text Example
Text Example
White with #AB320F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB320F; }
p { color: rgb(171,50,15); }
H1.HeaderClassName
{
color: #AB320F;
}
.AnyTagClassName
{
color: #AB320F;
}
</style>
background-color css
<style>
a { background-color: #AB320F; }
a { background-color: rgb(171,50,15); }
div.DivClassName
{
background-color: #AB320F;
}
.BgClassName
{
background-color: #AB320F;
}
</style>
border-color css
<style>
span { border-color: #AB320F; }
span { border-color: rgb(171,50,15); }
td.TdClassName
{
border-color: #AB320F;
}
.TagClassName
{
border-color: #AB320F;
}
</style>