Shades of Rust #AB4B05
Tints of Rust #AB4B05
RGB
CMYK
RGB Variations
Color information
#AB4B05 (or 0xAB4B05) is known color: Rust. HEX triplet: AB, 4B and 05. RGB value is (171,75,5). Sum of RGB (Red+Green+Blue) = 171+75+5=251 (33% of max value = 765). Red value is 171 (67.19% from 255 or 68.13% from 251); Green value is 75 (29.69% from 255 or 29.88% from 251); Blue value is 5 (2.34% from 255 or 1.99% from 251); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4B05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB4B05 is #54B4FA. Grayscale: #606060. Windows color (decimal): -5551355 or 347051. OLE color: 347051.
HSL color Cylindrical-coordinate representation of color #AB4B05: hue angle of 25.3º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AB4B05 is Cyan = 0, Magento = 0.56, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 75 | 5 | - |
| CMYK | 0 | 0.56 | 0.97 | 0.33 |
| HSL | 25.3º | 0.94% | 0.35% | - |
| HSV(B) | 25.3º | 0.97% | 0.67% | - |
| XYZ | 19.34 | 13.7 | 1.77 | - |
| YUV | 95.72 | 76.8 | 181.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 75 | 5 | 0 | 0.56 | 0.97 | 0.33 | 25.3 | 0.94 | 0.35 |
| Hex | AB | 4B | 5 | 0 | 38 | 61 | 21 | 19 | 5E | 23 |
| Octal | 253 | 113 | 5 | 0 | 70 | 141 | 41 | 31 | 136 | 43 |
| Binary | 10101011 | 1001011 | 101 | 0 | 111000 | 1100001 | 100001 | 11001 | 1011110 | 100011 |
Color Harmonies of #AB4B05
Complementary color
Monochromatic Colors of #AB4B05
Black with #AB4B05
Text Example
Text Example
White with #AB4B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4B05; }
p { color: rgb(171,75,5); }
H1.HeaderClassName
{
color: #AB4B05;
}
.AnyTagClassName
{
color: #AB4B05;
}
</style>
background-color css
<style>
a { background-color: #AB4B05; }
a { background-color: rgb(171,75,5); }
div.DivClassName
{
background-color: #AB4B05;
}
.BgClassName
{
background-color: #AB4B05;
}
</style>
border-color css
<style>
span { border-color: #AB4B05; }
span { border-color: rgb(171,75,5); }
td.TdClassName
{
border-color: #AB4B05;
}
.TagClassName
{
border-color: #AB4B05;
}
</style>