Shades of Rust #AB4507
Tints of Rust #AB4507
RGB
CMYK
RGB Variations
Color information
#AB4507 (or 0xAB4507) is known color: Rust. HEX triplet: AB, 45 and 07. RGB value is (171,69,7). Sum of RGB (Red+Green+Blue) = 171+69+7=247 (32% of max value = 765). Red value is 171 (67.19% from 255 or 69.23% from 247); Green value is 69 (27.34% from 255 or 27.94% from 247); Blue value is 7 (3.12% from 255 or 2.83% from 247); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4507 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB4507 is #54BAF8. Grayscale: #5C5C5C. Windows color (decimal): -5552889 or 476587. OLE color: 476587.
HSL color Cylindrical-coordinate representation of color #AB4507: hue angle of 22.68º 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 #AB4507 is Cyan = 0, Magento = 0.60, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 69 | 7 | - |
| CMYK | 0 | 0.60 | 0.96 | 0.33 |
| HSL | 22.68º | 0.92% | 0.35% | - |
| HSV(B) | 22.68º | 0.96% | 0.67% | - |
| XYZ | 18.96 | 12.93 | 1.7 | - |
| YUV | 92.43 | 79.79 | 184.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 69 | 7 | 0 | 0.60 | 0.96 | 0.33 | 22.68 | 0.92 | 0.35 |
| Hex | AB | 45 | 7 | 0 | 3C | 60 | 21 | 17 | 5C | 23 |
| Octal | 253 | 105 | 7 | 0 | 74 | 140 | 41 | 27 | 134 | 43 |
| Binary | 10101011 | 1000101 | 111 | 0 | 111100 | 1100000 | 100001 | 10111 | 1011100 | 100011 |
Color Harmonies of #AB4507
Complementary color
Monochromatic Colors of #AB4507
Black with #AB4507
Text Example
Text Example
White with #AB4507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4507; }
p { color: rgb(171,69,7); }
H1.HeaderClassName
{
color: #AB4507;
}
.AnyTagClassName
{
color: #AB4507;
}
</style>
background-color css
<style>
a { background-color: #AB4507; }
a { background-color: rgb(171,69,7); }
div.DivClassName
{
background-color: #AB4507;
}
.BgClassName
{
background-color: #AB4507;
}
</style>
border-color css
<style>
span { border-color: #AB4507; }
span { border-color: rgb(171,69,7); }
td.TdClassName
{
border-color: #AB4507;
}
.TagClassName
{
border-color: #AB4507;
}
</style>