Shades of Rust #AB4A00
Tints of Rust #AB4A00
RGB
CMYK
RGB Variations
Color information
#AB4A00 (or 0xAB4A00) is known color: Rust. HEX triplet: AB, 4A and 00. RGB value is (171,74,0). Sum of RGB (Red+Green+Blue) = 171+74+0=245 (32% of max value = 765). Red value is 171 (67.19% from 255 or 69.80% from 245); Green value is 74 (29.30% from 255 or 30.20% from 245); Blue value is 0 (0.39% from 255 or 0% from 245); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4A00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB4A00 is #54B5FF. Grayscale: #5E5E5E. Windows color (decimal): -5551616 or 19115. OLE color: 19115.
HSL color Cylindrical-coordinate representation of color #AB4A00: hue angle of 25.96º 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 #AB4A00 is Cyan = 0, Magento = 0.57, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 74 | 0 | - |
| CMYK | 0 | 0.57 | 1 | 0.33 |
| HSL | 25.96º | 1% | 0.34% | - |
| HSV(B) | 25.96º | 1% | 0.67% | - |
| XYZ | 19.24 | 13.56 | 1.6 | - |
| YUV | 94.57 | 74.64 | 182.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 74 | 0 | 0 | 0.57 | 1 | 0.33 | 25.96 | 1 | 0.34 |
| Hex | AB | 4A | 0 | 0 | 39 | 64 | 21 | 1A | 64 | 22 |
| Octal | 253 | 112 | 0 | 0 | 71 | 144 | 41 | 32 | 144 | 42 |
| Binary | 10101011 | 1001010 | 0 | 0 | 111001 | 1100100 | 100001 | 11010 | 1100100 | 100010 |
Color Harmonies of #AB4A00
Complementary color
Monochromatic Colors of #AB4A00
Black with #AB4A00
Text Example
Text Example
White with #AB4A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4A00; }
p { color: rgb(171,74,0); }
H1.HeaderClassName
{
color: #AB4A00;
}
.AnyTagClassName
{
color: #AB4A00;
}
</style>
background-color css
<style>
a { background-color: #AB4A00; }
a { background-color: rgb(171,74,0); }
div.DivClassName
{
background-color: #AB4A00;
}
.BgClassName
{
background-color: #AB4A00;
}
</style>
border-color css
<style>
span { border-color: #AB4A00; }
span { border-color: rgb(171,74,0); }
td.TdClassName
{
border-color: #AB4A00;
}
.TagClassName
{
border-color: #AB4A00;
}
</style>