Shades of Rust #A33711
Tints of Rust #A33711
RGB
CMYK
RGB Variations
Color information
#A33711 (or 0xA33711) is known color: Rust. HEX triplet: A3, 37 and 11. RGB value is (163,55,17). Sum of RGB (Red+Green+Blue) = 163+55+17=235 (31% of max value = 765). Red value is 163 (64.06% from 255 or 69.36% from 235); Green value is 55 (21.88% from 255 or 23.40% from 235); Blue value is 17 (7.03% from 255 or 7.23% from 235); Max value from RGB is 163 - color contains mainly: red. Hex color #A33711 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33711 is #5CC8EE. Grayscale: #535353. Windows color (decimal): -6080751 or 1128355. OLE color: 1128355.
HSL color Cylindrical-coordinate representation of color #A33711: hue angle of 15.62º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A33711 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 55 | 17 | - |
| CMYK | 0 | 0.66 | 0.90 | 0.36 |
| HSL | 15.62º | 0.81% | 0.35% | - |
| HSV(B) | 15.62º | 0.9% | 0.64% | - |
| XYZ | 16.57 | 10.56 | 1.7 | - |
| YUV | 82.96 | 90.78 | 185.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 55 | 17 | 0 | 0.66 | 0.90 | 0.36 | 15.62 | 0.81 | 0.35 |
| Hex | A3 | 37 | 11 | 0 | 42 | 5A | 24 | 10 | 51 | 23 |
| Octal | 243 | 67 | 21 | 0 | 102 | 132 | 44 | 20 | 121 | 43 |
| Binary | 10100011 | 110111 | 10001 | 0 | 1000010 | 1011010 | 100100 | 10000 | 1010001 | 100011 |
Color Harmonies of #A33711
Complementary color
Monochromatic Colors of #A33711
Black with #A33711
Text Example
Text Example
White with #A33711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33711; }
p { color: rgb(163,55,17); }
H1.HeaderClassName
{
color: #A33711;
}
.AnyTagClassName
{
color: #A33711;
}
</style>
background-color css
<style>
a { background-color: #A33711; }
a { background-color: rgb(163,55,17); }
div.DivClassName
{
background-color: #A33711;
}
.BgClassName
{
background-color: #A33711;
}
</style>
border-color css
<style>
span { border-color: #A33711; }
span { border-color: rgb(163,55,17); }
td.TdClassName
{
border-color: #A33711;
}
.TagClassName
{
border-color: #A33711;
}
</style>