Shades of Rust #AB3F10
Tints of Rust #AB3F10
RGB
CMYK
RGB Variations
Color information
#AB3F10 (or 0xAB3F10) is known color: Rust. HEX triplet: AB, 3F and 10. RGB value is (171,63,16). Sum of RGB (Red+Green+Blue) = 171+63+16=250 (33% of max value = 765). Red value is 171 (67.19% from 255 or 68.4% from 250); Green value is 63 (25% from 255 or 25.2% from 250); Blue value is 16 (6.64% from 255 or 6.4% from 250); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3F10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3F10 is #54C0EF. Grayscale: #5A5A5A. Windows color (decimal): -5554416 or 1064875. OLE color: 1064875.
HSL color Cylindrical-coordinate representation of color #AB3F10: hue angle of 18.19º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AB3F10 is Cyan = 0, Magento = 0.63, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 63 | 16 | - |
| CMYK | 0 | 0.63 | 0.91 | 0.33 |
| HSL | 18.19º | 0.83% | 0.37% | - |
| HSV(B) | 18.19º | 0.91% | 0.67% | - |
| XYZ | 18.67 | 12.25 | 1.87 | - |
| YUV | 89.93 | 86.28 | 185.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 63 | 16 | 0 | 0.63 | 0.91 | 0.33 | 18.19 | 0.83 | 0.37 |
| Hex | AB | 3F | 10 | 0 | 3F | 5B | 21 | 12 | 53 | 25 |
| Octal | 253 | 77 | 20 | 0 | 77 | 133 | 41 | 22 | 123 | 45 |
| Binary | 10101011 | 111111 | 10000 | 0 | 111111 | 1011011 | 100001 | 10010 | 1010011 | 100101 |
Color Harmonies of #AB3F10
Complementary color
Monochromatic Colors of #AB3F10
Black with #AB3F10
Text Example
Text Example
White with #AB3F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3F10; }
p { color: rgb(171,63,16); }
H1.HeaderClassName
{
color: #AB3F10;
}
.AnyTagClassName
{
color: #AB3F10;
}
</style>
background-color css
<style>
a { background-color: #AB3F10; }
a { background-color: rgb(171,63,16); }
div.DivClassName
{
background-color: #AB3F10;
}
.BgClassName
{
background-color: #AB3F10;
}
</style>
border-color css
<style>
span { border-color: #AB3F10; }
span { border-color: rgb(171,63,16); }
td.TdClassName
{
border-color: #AB3F10;
}
.TagClassName
{
border-color: #AB3F10;
}
</style>