Shades of Rust #AB4907
Tints of Rust #AB4907
RGB
CMYK
RGB Variations
Color information
#AB4907 (or 0xAB4907) is known color: Rust. HEX triplet: AB, 49 and 07. RGB value is (171,73,7). Sum of RGB (Red+Green+Blue) = 171+73+7=251 (33% of max value = 765). Red value is 171 (67.19% from 255 or 68.13% from 251); Green value is 73 (28.91% from 255 or 29.08% from 251); Blue value is 7 (3.12% from 255 or 2.79% from 251); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4907 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB4907 is #54B6F8. Grayscale: #5F5F5F. Windows color (decimal): -5551865 or 477611. OLE color: 477611.
HSL color Cylindrical-coordinate representation of color #AB4907: hue angle of 24.15º 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 #AB4907 is Cyan = 0, Magento = 0.57, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 73 | 7 | - |
| CMYK | 0 | 0.57 | 0.96 | 0.33 |
| HSL | 24.15º | 0.92% | 0.35% | - |
| HSV(B) | 24.15º | 0.96% | 0.67% | - |
| XYZ | 19.22 | 13.44 | 1.78 | - |
| YUV | 94.78 | 78.47 | 182.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 73 | 7 | 0 | 0.57 | 0.96 | 0.33 | 24.15 | 0.92 | 0.35 |
| Hex | AB | 49 | 7 | 0 | 39 | 60 | 21 | 18 | 5C | 23 |
| Octal | 253 | 111 | 7 | 0 | 71 | 140 | 41 | 30 | 134 | 43 |
| Binary | 10101011 | 1001001 | 111 | 0 | 111001 | 1100000 | 100001 | 11000 | 1011100 | 100011 |
Color Harmonies of #AB4907
Complementary color
Monochromatic Colors of #AB4907
Black with #AB4907
Text Example
Text Example
White with #AB4907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4907; }
p { color: rgb(171,73,7); }
H1.HeaderClassName
{
color: #AB4907;
}
.AnyTagClassName
{
color: #AB4907;
}
</style>
background-color css
<style>
a { background-color: #AB4907; }
a { background-color: rgb(171,73,7); }
div.DivClassName
{
background-color: #AB4907;
}
.BgClassName
{
background-color: #AB4907;
}
</style>
border-color css
<style>
span { border-color: #AB4907; }
span { border-color: rgb(171,73,7); }
td.TdClassName
{
border-color: #AB4907;
}
.TagClassName
{
border-color: #AB4907;
}
</style>