Shades of Rust #AB3A07
Tints of Rust #AB3A07
RGB
CMYK
RGB Variations
Color information
#AB3A07 (or 0xAB3A07) is known color: Rust. HEX triplet: AB, 3A and 07. RGB value is (171,58,7). Sum of RGB (Red+Green+Blue) = 171+58+7=236 (31% of max value = 765). Red value is 171 (67.19% from 255 or 72.46% from 236); Green value is 58 (23.05% from 255 or 24.58% from 236); Blue value is 7 (3.12% from 255 or 2.97% from 236); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3A07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3A07 is #54C5F8. Grayscale: #565656. Windows color (decimal): -5555705 or 473771. OLE color: 473771.
HSL color Cylindrical-coordinate representation of color #AB3A07: hue angle of 18.66º 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 #AB3A07 is Cyan = 0, Magento = 0.66, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 58 | 7 | - |
| CMYK | 0 | 0.66 | 0.96 | 0.33 |
| HSL | 18.66º | 0.92% | 0.35% | - |
| HSV(B) | 18.66º | 0.96% | 0.67% | - |
| XYZ | 18.35 | 11.7 | 1.49 | - |
| YUV | 85.97 | 83.44 | 188.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 58 | 7 | 0 | 0.66 | 0.96 | 0.33 | 18.66 | 0.92 | 0.35 |
| Hex | AB | 3A | 7 | 0 | 42 | 60 | 21 | 13 | 5C | 23 |
| Octal | 253 | 72 | 7 | 0 | 102 | 140 | 41 | 23 | 134 | 43 |
| Binary | 10101011 | 111010 | 111 | 0 | 1000010 | 1100000 | 100001 | 10011 | 1011100 | 100011 |
Color Harmonies of #AB3A07
Complementary color
Monochromatic Colors of #AB3A07
Black with #AB3A07
Text Example
Text Example
White with #AB3A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3A07; }
p { color: rgb(171,58,7); }
H1.HeaderClassName
{
color: #AB3A07;
}
.AnyTagClassName
{
color: #AB3A07;
}
</style>
background-color css
<style>
a { background-color: #AB3A07; }
a { background-color: rgb(171,58,7); }
div.DivClassName
{
background-color: #AB3A07;
}
.BgClassName
{
background-color: #AB3A07;
}
</style>
border-color css
<style>
span { border-color: #AB3A07; }
span { border-color: rgb(171,58,7); }
td.TdClassName
{
border-color: #AB3A07;
}
.TagClassName
{
border-color: #AB3A07;
}
</style>