Shades of Rust #AB4007
Tints of Rust #AB4007
RGB
CMYK
RGB Variations
Color information
#AB4007 (or 0xAB4007) is known color: Rust. HEX triplet: AB, 40 and 07. RGB value is (171,64,7). Sum of RGB (Red+Green+Blue) = 171+64+7=242 (32% of max value = 765). Red value is 171 (67.19% from 255 or 70.66% from 242); Green value is 64 (25.39% from 255 or 26.45% from 242); Blue value is 7 (3.12% from 255 or 2.89% from 242); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4007 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB4007 is #54BFF8. Grayscale: #595959. Windows color (decimal): -5554169 or 475307. OLE color: 475307.
HSL color Cylindrical-coordinate representation of color #AB4007: hue angle of 20.85º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AB4007 is Cyan = 0, Magento = 0.63, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 64 | 7 | - |
| CMYK | 0 | 0.63 | 0.96 | 0.33 |
| HSL | 20.85º | 0.92% | 0.35% | - |
| HSV(B) | 20.85º | 0.96% | 0.67% | - |
| XYZ | 18.67 | 12.34 | 1.6 | - |
| YUV | 89.5 | 81.45 | 186.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 64 | 7 | 0 | 0.63 | 0.96 | 0.33 | 20.85 | 0.92 | 0.35 |
| Hex | AB | 40 | 7 | 0 | 3F | 60 | 21 | 15 | 5C | 23 |
| Octal | 253 | 100 | 7 | 0 | 77 | 140 | 41 | 25 | 134 | 43 |
| Binary | 10101011 | 1000000 | 111 | 0 | 111111 | 1100000 | 100001 | 10101 | 1011100 | 100011 |
Color Harmonies of #AB4007
Complementary color
Monochromatic Colors of #AB4007
Black with #AB4007
Text Example
Text Example
White with #AB4007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4007; }
p { color: rgb(171,64,7); }
H1.HeaderClassName
{
color: #AB4007;
}
.AnyTagClassName
{
color: #AB4007;
}
</style>
background-color css
<style>
a { background-color: #AB4007; }
a { background-color: rgb(171,64,7); }
div.DivClassName
{
background-color: #AB4007;
}
.BgClassName
{
background-color: #AB4007;
}
</style>
border-color css
<style>
span { border-color: #AB4007; }
span { border-color: rgb(171,64,7); }
td.TdClassName
{
border-color: #AB4007;
}
.TagClassName
{
border-color: #AB4007;
}
</style>