Shades of Rust #A33211
Tints of Rust #A33211
RGB
CMYK
RGB Variations
Color information
#A33211 (or 0xA33211) is known color: Rust. HEX triplet: A3, 32 and 11. RGB value is (163,50,17). Sum of RGB (Red+Green+Blue) = 163+50+17=230 (30% of max value = 765). Red value is 163 (64.06% from 255 or 70.87% from 230); Green value is 50 (19.92% from 255 or 21.74% from 230); Blue value is 17 (7.03% from 255 or 7.39% from 230); Max value from RGB is 163 - color contains mainly: red. Hex color #A33211 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33211 is #5CCDEE. Grayscale: #505050. Windows color (decimal): -6082031 or 1127075. OLE color: 1127075.
HSL color Cylindrical-coordinate representation of color #A33211: hue angle of 13.56º 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 #A33211 is Cyan = 0, Magento = 0.69, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 50 | 17 | - |
| CMYK | 0 | 0.69 | 0.90 | 0.36 |
| HSL | 13.56º | 0.81% | 0.35% | - |
| HSV(B) | 13.56º | 0.9% | 0.64% | - |
| XYZ | 16.35 | 10.11 | 1.62 | - |
| YUV | 80.03 | 92.44 | 187.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 50 | 17 | 0 | 0.69 | 0.90 | 0.36 | 13.56 | 0.81 | 0.35 |
| Hex | A3 | 32 | 11 | 0 | 45 | 5A | 24 | E | 51 | 23 |
| Octal | 243 | 62 | 21 | 0 | 105 | 132 | 44 | 16 | 121 | 43 |
| Binary | 10100011 | 110010 | 10001 | 0 | 1000101 | 1011010 | 100100 | 1110 | 1010001 | 100011 |
Color Harmonies of #A33211
Complementary color
Monochromatic Colors of #A33211
Black with #A33211
Text Example
Text Example
White with #A33211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33211; }
p { color: rgb(163,50,17); }
H1.HeaderClassName
{
color: #A33211;
}
.AnyTagClassName
{
color: #A33211;
}
</style>
background-color css
<style>
a { background-color: #A33211; }
a { background-color: rgb(163,50,17); }
div.DivClassName
{
background-color: #A33211;
}
.BgClassName
{
background-color: #A33211;
}
</style>
border-color css
<style>
span { border-color: #A33211; }
span { border-color: rgb(163,50,17); }
td.TdClassName
{
border-color: #A33211;
}
.TagClassName
{
border-color: #A33211;
}
</style>