Shades of Rust #AB3E00
Tints of Rust #AB3E00
RGB
CMYK
RGB Variations
Color information
#AB3E00 (or 0xAB3E00) is known color: Rust. HEX triplet: AB, 3E and 00. RGB value is (171,62,0). Sum of RGB (Red+Green+Blue) = 171+62+0=233 (30% of max value = 765). Red value is 171 (67.19% from 255 or 73.39% from 233); Green value is 62 (24.61% from 255 or 26.61% from 233); Blue value is 0 (0.39% from 255 or 0% from 233); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3E00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3E00 is #54C1FF. Grayscale: #575757. Windows color (decimal): -5554688 or 16043. OLE color: 16043.
HSL color Cylindrical-coordinate representation of color #AB3E00: hue angle of 21.75º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AB3E00 is Cyan = 0, Magento = 0.64, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 62 | 0 | - |
| CMYK | 0 | 0.64 | 1 | 0.33 |
| HSL | 21.75º | 1% | 0.34% | - |
| HSV(B) | 21.75º | 1% | 0.67% | - |
| XYZ | 18.52 | 12.1 | 1.36 | - |
| YUV | 87.52 | 78.61 | 187.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 62 | 0 | 0 | 0.64 | 1 | 0.33 | 21.75 | 1 | 0.34 |
| Hex | AB | 3E | 0 | 0 | 40 | 64 | 21 | 16 | 64 | 22 |
| Octal | 253 | 76 | 0 | 0 | 100 | 144 | 41 | 26 | 144 | 42 |
| Binary | 10101011 | 111110 | 0 | 0 | 1000000 | 1100100 | 100001 | 10110 | 1100100 | 100010 |
Color Harmonies of #AB3E00
Complementary color
Monochromatic Colors of #AB3E00
Black with #AB3E00
Text Example
Text Example
White with #AB3E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3E00; }
p { color: rgb(171,62,0); }
H1.HeaderClassName
{
color: #AB3E00;
}
.AnyTagClassName
{
color: #AB3E00;
}
</style>
background-color css
<style>
a { background-color: #AB3E00; }
a { background-color: rgb(171,62,0); }
div.DivClassName
{
background-color: #AB3E00;
}
.BgClassName
{
background-color: #AB3E00;
}
</style>
border-color css
<style>
span { border-color: #AB3E00; }
span { border-color: rgb(171,62,0); }
td.TdClassName
{
border-color: #AB3E00;
}
.TagClassName
{
border-color: #AB3E00;
}
</style>