Shades of Rust #AB3E01
Tints of Rust #AB3E01
RGB
CMYK
RGB Variations
Color information
#AB3E01 (or 0xAB3E01) is known color: Rust. HEX triplet: AB, 3E and 01. RGB value is (171,62,1). Sum of RGB (Red+Green+Blue) = 171+62+1=234 (30% of max value = 765). Red value is 171 (67.19% from 255 or 73.08% from 234); Green value is 62 (24.61% from 255 or 26.50% from 234); Blue value is 1 (0.78% from 255 or 0.43% from 234); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3E01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3E01 is #54C1FE. Grayscale: #575757. Windows color (decimal): -5554687 or 81579. OLE color: 81579.
HSL color Cylindrical-coordinate representation of color #AB3E01: hue angle of 21.53º 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 #AB3E01 is Cyan = 0, Magento = 0.64, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 62 | 1 | - |
| CMYK | 0 | 0.64 | 0.99 | 0.33 |
| HSL | 21.53º | 0.99% | 0.34% | - |
| HSV(B) | 21.53º | 0.99% | 0.67% | - |
| XYZ | 18.52 | 12.11 | 1.39 | - |
| YUV | 87.64 | 79.11 | 187.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 62 | 1 | 0 | 0.64 | 0.99 | 0.33 | 21.53 | 0.99 | 0.34 |
| Hex | AB | 3E | 1 | 0 | 40 | 63 | 21 | 16 | 63 | 22 |
| Octal | 253 | 76 | 1 | 0 | 100 | 143 | 41 | 26 | 143 | 42 |
| Binary | 10101011 | 111110 | 1 | 0 | 1000000 | 1100011 | 100001 | 10110 | 1100011 | 100010 |
Color Harmonies of #AB3E01
Complementary color
Monochromatic Colors of #AB3E01
Black with #AB3E01
Text Example
Text Example
White with #AB3E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3E01; }
p { color: rgb(171,62,1); }
H1.HeaderClassName
{
color: #AB3E01;
}
.AnyTagClassName
{
color: #AB3E01;
}
</style>
background-color css
<style>
a { background-color: #AB3E01; }
a { background-color: rgb(171,62,1); }
div.DivClassName
{
background-color: #AB3E01;
}
.BgClassName
{
background-color: #AB3E01;
}
</style>
border-color css
<style>
span { border-color: #AB3E01; }
span { border-color: rgb(171,62,1); }
td.TdClassName
{
border-color: #AB3E01;
}
.TagClassName
{
border-color: #AB3E01;
}
</style>