Shades of Rust #AB3B01
Tints of Rust #AB3B01
RGB
CMYK
RGB Variations
Color information
#AB3B01 (or 0xAB3B01) is known color: Rust. HEX triplet: AB, 3B and 01. RGB value is (171,59,1). Sum of RGB (Red+Green+Blue) = 171+59+1=231 (30% of max value = 765). Red value is 171 (67.19% from 255 or 74.03% from 231); Green value is 59 (23.44% from 255 or 25.54% from 231); Blue value is 1 (0.78% from 255 or 0.43% from 231); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3B01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3B01 is #54C4FE. Grayscale: #565656. Windows color (decimal): -5555455 or 80811. OLE color: 80811.
HSL color Cylindrical-coordinate representation of color #AB3B01: hue angle of 20.47º 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 #AB3B01 is Cyan = 0, Magento = 0.65, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 59 | 1 | - |
| CMYK | 0 | 0.65 | 0.99 | 0.33 |
| HSL | 20.47º | 0.99% | 0.34% | - |
| HSV(B) | 20.47º | 0.99% | 0.67% | - |
| XYZ | 18.36 | 11.79 | 1.34 | - |
| YUV | 85.88 | 80.11 | 188.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 59 | 1 | 0 | 0.65 | 0.99 | 0.33 | 20.47 | 0.99 | 0.34 |
| Hex | AB | 3B | 1 | 0 | 41 | 63 | 21 | 14 | 63 | 22 |
| Octal | 253 | 73 | 1 | 0 | 101 | 143 | 41 | 24 | 143 | 42 |
| Binary | 10101011 | 111011 | 1 | 0 | 1000001 | 1100011 | 100001 | 10100 | 1100011 | 100010 |
Color Harmonies of #AB3B01
Complementary color
Monochromatic Colors of #AB3B01
Black with #AB3B01
Text Example
Text Example
White with #AB3B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3B01; }
p { color: rgb(171,59,1); }
H1.HeaderClassName
{
color: #AB3B01;
}
.AnyTagClassName
{
color: #AB3B01;
}
</style>
background-color css
<style>
a { background-color: #AB3B01; }
a { background-color: rgb(171,59,1); }
div.DivClassName
{
background-color: #AB3B01;
}
.BgClassName
{
background-color: #AB3B01;
}
</style>
border-color css
<style>
span { border-color: #AB3B01; }
span { border-color: rgb(171,59,1); }
td.TdClassName
{
border-color: #AB3B01;
}
.TagClassName
{
border-color: #AB3B01;
}
</style>