Shades of Rust #A13112
Tints of Rust #A13112
RGB
CMYK
RGB Variations
Color information
#A13112 (or 0xA13112) is known color: Rust. HEX triplet: A1, 31 and 12. RGB value is (161,49,18). Sum of RGB (Red+Green+Blue) = 161+49+18=228 (30% of max value = 765). Red value is 161 (63.28% from 255 or 70.61% from 228); Green value is 49 (19.53% from 255 or 21.49% from 228); Blue value is 18 (7.42% from 255 or 7.89% from 228); Max value from RGB is 161 - color contains mainly: red. Hex color #A13112 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A13112 is #5ECEED. Grayscale: #4F4F4F. Windows color (decimal): -6213358 or 1192353. OLE color: 1192353.
HSL color Cylindrical-coordinate representation of color #A13112: hue angle of 13.01º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A13112 is Cyan = 0, Magento = 0.70, Yellow = 0.89 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 49 | 18 | - |
| CMYK | 0 | 0.70 | 0.89 | 0.37 |
| HSL | 13.01º | 0.8% | 0.35% | - |
| HSV(B) | 13.01º | 0.89% | 0.63% | - |
| XYZ | 15.91 | 9.82 | 1.63 | - |
| YUV | 78.95 | 93.61 | 186.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 49 | 18 | 0 | 0.70 | 0.89 | 0.37 | 13.01 | 0.8 | 0.35 |
| Hex | A1 | 31 | 12 | 0 | 46 | 59 | 25 | D | 50 | 23 |
| Octal | 241 | 61 | 22 | 0 | 106 | 131 | 45 | 15 | 120 | 43 |
| Binary | 10100001 | 110001 | 10010 | 0 | 1000110 | 1011001 | 100101 | 1101 | 1010000 | 100011 |
Color Harmonies of #A13112
Complementary color
Monochromatic Colors of #A13112
Black with #A13112
Text Example
Text Example
White with #A13112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13112; }
p { color: rgb(161,49,18); }
H1.HeaderClassName
{
color: #A13112;
}
.AnyTagClassName
{
color: #A13112;
}
</style>
background-color css
<style>
a { background-color: #A13112; }
a { background-color: rgb(161,49,18); }
div.DivClassName
{
background-color: #A13112;
}
.BgClassName
{
background-color: #A13112;
}
</style>
border-color css
<style>
span { border-color: #A13112; }
span { border-color: rgb(161,49,18); }
td.TdClassName
{
border-color: #A13112;
}
.TagClassName
{
border-color: #A13112;
}
</style>