Shades of Rust #A32E10
Tints of Rust #A32E10
RGB
CMYK
RGB Variations
Color information
#A32E10 (or 0xA32E10) is known color: Rust. HEX triplet: A3, 2E and 10. RGB value is (163,46,16). Sum of RGB (Red+Green+Blue) = 163+46+16=225 (29% of max value = 765). Red value is 163 (64.06% from 255 or 72.44% from 225); Green value is 46 (18.36% from 255 or 20.44% from 225); Blue value is 16 (6.64% from 255 or 7.11% from 225); Max value from RGB is 163 - color contains mainly: red. Hex color #A32E10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32E10 is #5CD1EF. Grayscale: #4D4D4D. Windows color (decimal): -6083056 or 1060515. OLE color: 1060515.
HSL color Cylindrical-coordinate representation of color #A32E10: hue angle of 12.24º degrees, saturation: 0.82, 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 #A32E10 is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 46 | 16 | - |
| CMYK | 0 | 0.72 | 0.90 | 0.36 |
| HSL | 12.24º | 0.82% | 0.35% | - |
| HSV(B) | 12.24º | 0.9% | 0.64% | - |
| XYZ | 16.17 | 9.78 | 1.53 | - |
| YUV | 77.56 | 93.26 | 188.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 46 | 16 | 0 | 0.72 | 0.90 | 0.36 | 12.24 | 0.82 | 0.35 |
| Hex | A3 | 2E | 10 | 0 | 48 | 5A | 24 | C | 52 | 23 |
| Octal | 243 | 56 | 20 | 0 | 110 | 132 | 44 | 14 | 122 | 43 |
| Binary | 10100011 | 101110 | 10000 | 0 | 1001000 | 1011010 | 100100 | 1100 | 1010010 | 100011 |
Color Harmonies of #A32E10
Complementary color
Monochromatic Colors of #A32E10
Black with #A32E10
Text Example
Text Example
White with #A32E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32E10; }
p { color: rgb(163,46,16); }
H1.HeaderClassName
{
color: #A32E10;
}
.AnyTagClassName
{
color: #A32E10;
}
</style>
background-color css
<style>
a { background-color: #A32E10; }
a { background-color: rgb(163,46,16); }
div.DivClassName
{
background-color: #A32E10;
}
.BgClassName
{
background-color: #A32E10;
}
</style>
border-color css
<style>
span { border-color: #A32E10; }
span { border-color: rgb(163,46,16); }
td.TdClassName
{
border-color: #A32E10;
}
.TagClassName
{
border-color: #A32E10;
}
</style>