Shades of Rust #A32D10
Tints of Rust #A32D10
RGB
CMYK
RGB Variations
Color information
#A32D10 (or 0xA32D10) is known color: Rust. HEX triplet: A3, 2D and 10. RGB value is (163,45,16). Sum of RGB (Red+Green+Blue) = 163+45+16=224 (29% of max value = 765). Red value is 163 (64.06% from 255 or 72.77% from 224); Green value is 45 (17.97% from 255 or 20.09% from 224); Blue value is 16 (6.64% from 255 or 7.14% from 224); Max value from RGB is 163 - color contains mainly: red. Hex color #A32D10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32D10 is #5CD2EF. Grayscale: #4D4D4D. Windows color (decimal): -6083312 or 1060259. OLE color: 1060259.
HSL color Cylindrical-coordinate representation of color #A32D10: hue angle of 11.84º 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 #A32D10 is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 45 | 16 | - |
| CMYK | 0 | 0.72 | 0.90 | 0.36 |
| HSL | 11.84º | 0.82% | 0.35% | - |
| HSV(B) | 11.84º | 0.9% | 0.64% | - |
| XYZ | 16.14 | 9.7 | 1.51 | - |
| YUV | 76.98 | 93.59 | 189.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 45 | 16 | 0 | 0.72 | 0.90 | 0.36 | 11.84 | 0.82 | 0.35 |
| Hex | A3 | 2D | 10 | 0 | 48 | 5A | 24 | C | 52 | 23 |
| Octal | 243 | 55 | 20 | 0 | 110 | 132 | 44 | 14 | 122 | 43 |
| Binary | 10100011 | 101101 | 10000 | 0 | 1001000 | 1011010 | 100100 | 1100 | 1010010 | 100011 |
Color Harmonies of #A32D10
Complementary color
Monochromatic Colors of #A32D10
Black with #A32D10
Text Example
Text Example
White with #A32D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32D10; }
p { color: rgb(163,45,16); }
H1.HeaderClassName
{
color: #A32D10;
}
.AnyTagClassName
{
color: #A32D10;
}
</style>
background-color css
<style>
a { background-color: #A32D10; }
a { background-color: rgb(163,45,16); }
div.DivClassName
{
background-color: #A32D10;
}
.BgClassName
{
background-color: #A32D10;
}
</style>
border-color css
<style>
span { border-color: #A32D10; }
span { border-color: rgb(163,45,16); }
td.TdClassName
{
border-color: #A32D10;
}
.TagClassName
{
border-color: #A32D10;
}
</style>