Shades of Rust #AB4407
Tints of Rust #AB4407
RGB
CMYK
RGB Variations
Color information
#AB4407 (or 0xAB4407) is known color: Rust. HEX triplet: AB, 44 and 07. RGB value is (171,68,7). Sum of RGB (Red+Green+Blue) = 171+68+7=246 (32% of max value = 765). Red value is 171 (67.19% from 255 or 69.51% from 246); Green value is 68 (26.95% from 255 or 27.64% from 246); Blue value is 7 (3.12% from 255 or 2.85% from 246); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4407 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB4407 is #54BBF8. Grayscale: #5C5C5C. Windows color (decimal): -5553145 or 476331. OLE color: 476331.
HSL color Cylindrical-coordinate representation of color #AB4407: hue angle of 22.32º 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 #AB4407 is Cyan = 0, Magento = 0.60, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 68 | 7 | - |
| CMYK | 0 | 0.60 | 0.96 | 0.33 |
| HSL | 22.32º | 0.92% | 0.35% | - |
| HSV(B) | 22.32º | 0.96% | 0.67% | - |
| XYZ | 18.9 | 12.81 | 1.68 | - |
| YUV | 91.84 | 80.12 | 184.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 68 | 7 | 0 | 0.60 | 0.96 | 0.33 | 22.32 | 0.92 | 0.35 |
| Hex | AB | 44 | 7 | 0 | 3C | 60 | 21 | 16 | 5C | 23 |
| Octal | 253 | 104 | 7 | 0 | 74 | 140 | 41 | 26 | 134 | 43 |
| Binary | 10101011 | 1000100 | 111 | 0 | 111100 | 1100000 | 100001 | 10110 | 1011100 | 100011 |
Color Harmonies of #AB4407
Complementary color
Monochromatic Colors of #AB4407
Black with #AB4407
Text Example
Text Example
White with #AB4407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4407; }
p { color: rgb(171,68,7); }
H1.HeaderClassName
{
color: #AB4407;
}
.AnyTagClassName
{
color: #AB4407;
}
</style>
background-color css
<style>
a { background-color: #AB4407; }
a { background-color: rgb(171,68,7); }
div.DivClassName
{
background-color: #AB4407;
}
.BgClassName
{
background-color: #AB4407;
}
</style>
border-color css
<style>
span { border-color: #AB4407; }
span { border-color: rgb(171,68,7); }
td.TdClassName
{
border-color: #AB4407;
}
.TagClassName
{
border-color: #AB4407;
}
</style>