Shades of Rust #A14113
Tints of Rust #A14113
RGB
CMYK
RGB Variations
Color information
#A14113 (or 0xA14113) is known color: Rust. HEX triplet: A1, 41 and 13. RGB value is (161,65,19). Sum of RGB (Red+Green+Blue) = 161+65+19=245 (32% of max value = 765). Red value is 161 (63.28% from 255 or 65.71% from 245); Green value is 65 (25.78% from 255 or 26.53% from 245); Blue value is 19 (7.81% from 255 or 7.76% from 245); Max value from RGB is 161 - color contains mainly: red. Hex color #A14113 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A14113 is #5EBEEC. Grayscale: #585858. Windows color (decimal): -6209261 or 1261985. OLE color: 1261985.
HSL color Cylindrical-coordinate representation of color #A14113: hue angle of 19.44º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A14113 is Cyan = 0, Magento = 0.60, Yellow = 0.88 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 65 | 19 | - |
| CMYK | 0 | 0.60 | 0.88 | 0.37 |
| HSL | 19.44º | 0.79% | 0.35% | - |
| HSV(B) | 19.44º | 0.88% | 0.63% | - |
| XYZ | 16.71 | 11.4 | 1.94 | - |
| YUV | 88.46 | 88.8 | 179.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 65 | 19 | 0 | 0.60 | 0.88 | 0.37 | 19.44 | 0.79 | 0.35 |
| Hex | A1 | 41 | 13 | 0 | 3C | 58 | 25 | 13 | 4F | 23 |
| Octal | 241 | 101 | 23 | 0 | 74 | 130 | 45 | 23 | 117 | 43 |
| Binary | 10100001 | 1000001 | 10011 | 0 | 111100 | 1011000 | 100101 | 10011 | 1001111 | 100011 |
Color Harmonies of #A14113
Complementary color
Monochromatic Colors of #A14113
Black with #A14113
Text Example
Text Example
White with #A14113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14113; }
p { color: rgb(161,65,19); }
H1.HeaderClassName
{
color: #A14113;
}
.AnyTagClassName
{
color: #A14113;
}
</style>
background-color css
<style>
a { background-color: #A14113; }
a { background-color: rgb(161,65,19); }
div.DivClassName
{
background-color: #A14113;
}
.BgClassName
{
background-color: #A14113;
}
</style>
border-color css
<style>
span { border-color: #A14113; }
span { border-color: rgb(161,65,19); }
td.TdClassName
{
border-color: #A14113;
}
.TagClassName
{
border-color: #A14113;
}
</style>