Shades of Rust #AB4A0A
Tints of Rust #AB4A0A
RGB
CMYK
RGB Variations
Color information
#AB4A0A (or 0xAB4A0A) is known color: Rust. HEX triplet: AB, 4A and 0A. RGB value is (171,74,10). Sum of RGB (Red+Green+Blue) = 171+74+10=255 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.06% from 255); Green value is 74 (29.30% from 255 or 29.02% from 255); Blue value is 10 (4.30% from 255 or 3.92% from 255); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4A0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB4A0A is #54B5F5. Grayscale: #606060. Windows color (decimal): -5551606 or 674475. OLE color: 674475.
HSL color Cylindrical-coordinate representation of color #AB4A0A: hue angle of 23.85º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB4A0A is Cyan = 0, Magento = 0.57, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 74 | 10 | - |
| CMYK | 0 | 0.57 | 0.94 | 0.33 |
| HSL | 23.85º | 0.89% | 0.35% | - |
| HSV(B) | 23.85º | 0.94% | 0.67% | - |
| XYZ | 19.3 | 13.58 | 1.89 | - |
| YUV | 95.71 | 79.64 | 181.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 74 | 10 | 0 | 0.57 | 0.94 | 0.33 | 23.85 | 0.89 | 0.35 |
| Hex | AB | 4A | A | 0 | 39 | 5E | 21 | 18 | 59 | 23 |
| Octal | 253 | 112 | 12 | 0 | 71 | 136 | 41 | 30 | 131 | 43 |
| Binary | 10101011 | 1001010 | 1010 | 0 | 111001 | 1011110 | 100001 | 11000 | 1011001 | 100011 |
Color Harmonies of #AB4A0A
Complementary color
Monochromatic Colors of #AB4A0A
Black with #AB4A0A
Text Example
Text Example
White with #AB4A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4A0A; }
p { color: rgb(171,74,10); }
H1.HeaderClassName
{
color: #AB4A0A;
}
.AnyTagClassName
{
color: #AB4A0A;
}
</style>
background-color css
<style>
a { background-color: #AB4A0A; }
a { background-color: rgb(171,74,10); }
div.DivClassName
{
background-color: #AB4A0A;
}
.BgClassName
{
background-color: #AB4A0A;
}
</style>
border-color css
<style>
span { border-color: #AB4A0A; }
span { border-color: rgb(171,74,10); }
td.TdClassName
{
border-color: #AB4A0A;
}
.TagClassName
{
border-color: #AB4A0A;
}
</style>