Shades of Rust #AB480A
Tints of Rust #AB480A
RGB
CMYK
RGB Variations
Color information
#AB480A (or 0xAB480A) is known color: Rust. HEX triplet: AB, 48 and 0A. RGB value is (171,72,10). Sum of RGB (Red+Green+Blue) = 171+72+10=253 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.59% from 253); Green value is 72 (28.52% from 255 or 28.46% from 253); Blue value is 10 (4.30% from 255 or 3.95% from 253); Max value from RGB is 171 - color contains mainly: red. Hex color #AB480A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB480A is #54B7F5. Grayscale: #5E5E5E. Windows color (decimal): -5552118 or 673963. OLE color: 673963.
HSL color Cylindrical-coordinate representation of color #AB480A: hue angle of 23.11º 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 #AB480A is Cyan = 0, Magento = 0.58, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 72 | 10 | - |
| CMYK | 0 | 0.58 | 0.94 | 0.33 |
| HSL | 23.11º | 0.89% | 0.35% | - |
| HSV(B) | 23.11º | 0.94% | 0.67% | - |
| XYZ | 19.17 | 13.31 | 1.85 | - |
| YUV | 94.53 | 80.3 | 182.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 72 | 10 | 0 | 0.58 | 0.94 | 0.33 | 23.11 | 0.89 | 0.35 |
| Hex | AB | 48 | A | 0 | 3A | 5E | 21 | 17 | 59 | 23 |
| Octal | 253 | 110 | 12 | 0 | 72 | 136 | 41 | 27 | 131 | 43 |
| Binary | 10101011 | 1001000 | 1010 | 0 | 111010 | 1011110 | 100001 | 10111 | 1011001 | 100011 |
Color Harmonies of #AB480A
Complementary color
Monochromatic Colors of #AB480A
Black with #AB480A
Text Example
Text Example
White with #AB480A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB480A; }
p { color: rgb(171,72,10); }
H1.HeaderClassName
{
color: #AB480A;
}
.AnyTagClassName
{
color: #AB480A;
}
</style>
background-color css
<style>
a { background-color: #AB480A; }
a { background-color: rgb(171,72,10); }
div.DivClassName
{
background-color: #AB480A;
}
.BgClassName
{
background-color: #AB480A;
}
</style>
border-color css
<style>
span { border-color: #AB480A; }
span { border-color: rgb(171,72,10); }
td.TdClassName
{
border-color: #AB480A;
}
.TagClassName
{
border-color: #AB480A;
}
</style>