Shades of Rust #AB3F05
Tints of Rust #AB3F05
RGB
CMYK
RGB Variations
Color information
#AB3F05 (or 0xAB3F05) is known color: Rust. HEX triplet: AB, 3F and 05. RGB value is (171,63,5). Sum of RGB (Red+Green+Blue) = 171+63+5=239 (31% of max value = 765). Red value is 171 (67.19% from 255 or 71.55% from 239); Green value is 63 (25% from 255 or 26.36% from 239); Blue value is 5 (2.34% from 255 or 2.09% from 239); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3F05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3F05 is #54C0FA. Grayscale: #595959. Windows color (decimal): -5554427 or 343979. OLE color: 343979.
HSL color Cylindrical-coordinate representation of color #AB3F05: hue angle of 20.96º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AB3F05 is Cyan = 0, Magento = 0.63, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 63 | 5 | - |
| CMYK | 0 | 0.63 | 0.97 | 0.33 |
| HSL | 20.96º | 0.94% | 0.35% | - |
| HSV(B) | 20.96º | 0.97% | 0.67% | - |
| XYZ | 18.6 | 12.22 | 1.52 | - |
| YUV | 88.68 | 80.78 | 186.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 63 | 5 | 0 | 0.63 | 0.97 | 0.33 | 20.96 | 0.94 | 0.35 |
| Hex | AB | 3F | 5 | 0 | 3F | 61 | 21 | 15 | 5E | 23 |
| Octal | 253 | 77 | 5 | 0 | 77 | 141 | 41 | 25 | 136 | 43 |
| Binary | 10101011 | 111111 | 101 | 0 | 111111 | 1100001 | 100001 | 10101 | 1011110 | 100011 |
Color Harmonies of #AB3F05
Complementary color
Monochromatic Colors of #AB3F05
Black with #AB3F05
Text Example
Text Example
White with #AB3F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3F05; }
p { color: rgb(171,63,5); }
H1.HeaderClassName
{
color: #AB3F05;
}
.AnyTagClassName
{
color: #AB3F05;
}
</style>
background-color css
<style>
a { background-color: #AB3F05; }
a { background-color: rgb(171,63,5); }
div.DivClassName
{
background-color: #AB3F05;
}
.BgClassName
{
background-color: #AB3F05;
}
</style>
border-color css
<style>
span { border-color: #AB3F05; }
span { border-color: rgb(171,63,5); }
td.TdClassName
{
border-color: #AB3F05;
}
.TagClassName
{
border-color: #AB3F05;
}
</style>