Shades of Rust #AB3307
Tints of Rust #AB3307
RGB
CMYK
RGB Variations
Color information
#AB3307 (or 0xAB3307) is known color: Rust. HEX triplet: AB, 33 and 07. RGB value is (171,51,7). Sum of RGB (Red+Green+Blue) = 171+51+7=229 (30% of max value = 765). Red value is 171 (67.19% from 255 or 74.67% from 229); Green value is 51 (20.31% from 255 or 22.27% from 229); Blue value is 7 (3.12% from 255 or 3.06% from 229); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3307 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3307 is #54CCF8. Grayscale: #525252. Windows color (decimal): -5557497 or 471979. OLE color: 471979.
HSL color Cylindrical-coordinate representation of color #AB3307: hue angle of 16.1º 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 #AB3307 is Cyan = 0, Magento = 0.70, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 51 | 7 | - |
| CMYK | 0 | 0.70 | 0.96 | 0.33 |
| HSL | 16.1º | 0.92% | 0.35% | - |
| HSV(B) | 16.1º | 0.96% | 0.67% | - |
| XYZ | 18.02 | 11.04 | 1.38 | - |
| YUV | 81.86 | 85.76 | 191.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 51 | 7 | 0 | 0.70 | 0.96 | 0.33 | 16.1 | 0.92 | 0.35 |
| Hex | AB | 33 | 7 | 0 | 46 | 60 | 21 | 10 | 5C | 23 |
| Octal | 253 | 63 | 7 | 0 | 106 | 140 | 41 | 20 | 134 | 43 |
| Binary | 10101011 | 110011 | 111 | 0 | 1000110 | 1100000 | 100001 | 10000 | 1011100 | 100011 |
Color Harmonies of #AB3307
Complementary color
Monochromatic Colors of #AB3307
Black with #AB3307
Text Example
Text Example
White with #AB3307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3307; }
p { color: rgb(171,51,7); }
H1.HeaderClassName
{
color: #AB3307;
}
.AnyTagClassName
{
color: #AB3307;
}
</style>
background-color css
<style>
a { background-color: #AB3307; }
a { background-color: rgb(171,51,7); }
div.DivClassName
{
background-color: #AB3307;
}
.BgClassName
{
background-color: #AB3307;
}
</style>
border-color css
<style>
span { border-color: #AB3307; }
span { border-color: rgb(171,51,7); }
td.TdClassName
{
border-color: #AB3307;
}
.TagClassName
{
border-color: #AB3307;
}
</style>