Shades of Rust #A93212
Tints of Rust #A93212
RGB
CMYK
RGB Variations
Color information
#A93212 (or 0xA93212) is known color: Rust. HEX triplet: A9, 32 and 12. RGB value is (169,50,18). Sum of RGB (Red+Green+Blue) = 169+50+18=237 (31% of max value = 765). Red value is 169 (66.41% from 255 or 71.31% from 237); Green value is 50 (19.92% from 255 or 21.10% from 237); Blue value is 18 (7.42% from 255 or 7.59% from 237); Max value from RGB is 169 - color contains mainly: red. Hex color #A93212 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A93212 is #56CDED. Grayscale: #525252. Windows color (decimal): -5688814 or 1192617. OLE color: 1192617.
HSL color Cylindrical-coordinate representation of color #A93212: hue angle of 12.72º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A93212 is Cyan = 0, Magento = 0.70, Yellow = 0.89 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 50 | 18 | - |
| CMYK | 0 | 0.70 | 0.89 | 0.34 |
| HSL | 12.72º | 0.81% | 0.37% | - |
| HSV(B) | 12.72º | 0.89% | 0.66% | - |
| XYZ | 17.61 | 10.76 | 1.72 | - |
| YUV | 81.93 | 91.92 | 190.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 50 | 18 | 0 | 0.70 | 0.89 | 0.34 | 12.72 | 0.81 | 0.37 |
| Hex | A9 | 32 | 12 | 0 | 46 | 59 | 22 | D | 51 | 25 |
| Octal | 251 | 62 | 22 | 0 | 106 | 131 | 42 | 15 | 121 | 45 |
| Binary | 10101001 | 110010 | 10010 | 0 | 1000110 | 1011001 | 100010 | 1101 | 1010001 | 100101 |
Color Harmonies of #A93212
Complementary color
Monochromatic Colors of #A93212
Black with #A93212
Text Example
Text Example
White with #A93212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93212; }
p { color: rgb(169,50,18); }
H1.HeaderClassName
{
color: #A93212;
}
.AnyTagClassName
{
color: #A93212;
}
</style>
background-color css
<style>
a { background-color: #A93212; }
a { background-color: rgb(169,50,18); }
div.DivClassName
{
background-color: #A93212;
}
.BgClassName
{
background-color: #A93212;
}
</style>
border-color css
<style>
span { border-color: #A93212; }
span { border-color: rgb(169,50,18); }
td.TdClassName
{
border-color: #A93212;
}
.TagClassName
{
border-color: #A93212;
}
</style>