Shades of Rust #AB3F01
Tints of Rust #AB3F01
RGB
CMYK
RGB Variations
Color information
#AB3F01 (or 0xAB3F01) is known color: Rust. HEX triplet: AB, 3F and 01. RGB value is (171,63,1). Sum of RGB (Red+Green+Blue) = 171+63+1=235 (31% of max value = 765). Red value is 171 (67.19% from 255 or 72.77% from 235); Green value is 63 (25% from 255 or 26.81% from 235); Blue value is 1 (0.78% from 255 or 0.43% from 235); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3F01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3F01 is #54C0FE. Grayscale: #585858. Windows color (decimal): -5554431 or 81835. OLE color: 81835.
HSL color Cylindrical-coordinate representation of color #AB3F01: hue angle of 21.88º degrees, saturation: 0.99, 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 #AB3F01 is Cyan = 0, Magento = 0.63, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 63 | 1 | - |
| CMYK | 0 | 0.63 | 0.99 | 0.33 |
| HSL | 21.88º | 0.99% | 0.34% | - |
| HSV(B) | 21.88º | 0.99% | 0.67% | - |
| XYZ | 18.58 | 12.22 | 1.41 | - |
| YUV | 88.22 | 78.78 | 187.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 63 | 1 | 0 | 0.63 | 0.99 | 0.33 | 21.88 | 0.99 | 0.34 |
| Hex | AB | 3F | 1 | 0 | 3F | 63 | 21 | 16 | 63 | 22 |
| Octal | 253 | 77 | 1 | 0 | 77 | 143 | 41 | 26 | 143 | 42 |
| Binary | 10101011 | 111111 | 1 | 0 | 111111 | 1100011 | 100001 | 10110 | 1100011 | 100010 |
Color Harmonies of #AB3F01
Complementary color
Monochromatic Colors of #AB3F01
Black with #AB3F01
Text Example
Text Example
White with #AB3F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3F01; }
p { color: rgb(171,63,1); }
H1.HeaderClassName
{
color: #AB3F01;
}
.AnyTagClassName
{
color: #AB3F01;
}
</style>
background-color css
<style>
a { background-color: #AB3F01; }
a { background-color: rgb(171,63,1); }
div.DivClassName
{
background-color: #AB3F01;
}
.BgClassName
{
background-color: #AB3F01;
}
</style>
border-color css
<style>
span { border-color: #AB3F01; }
span { border-color: rgb(171,63,1); }
td.TdClassName
{
border-color: #AB3F01;
}
.TagClassName
{
border-color: #AB3F01;
}
</style>