Shades of Rust #A13615
Tints of Rust #A13615
RGB
CMYK
RGB Variations
Color information
#A13615 (or 0xA13615) is known color: Rust. HEX triplet: A1, 36 and 15. RGB value is (161,54,21). Sum of RGB (Red+Green+Blue) = 161+54+21=236 (31% of max value = 765). Red value is 161 (63.28% from 255 or 68.22% from 236); Green value is 54 (21.48% from 255 or 22.88% from 236); Blue value is 21 (8.59% from 255 or 8.90% from 236); Max value from RGB is 161 - color contains mainly: red. Hex color #A13615 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A13615 is #5EC9EA. Grayscale: #525252. Windows color (decimal): -6212075 or 1390241. OLE color: 1390241.
HSL color Cylindrical-coordinate representation of color #A13615: hue angle of 14.14º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A13615 is Cyan = 0, Magento = 0.66, Yellow = 0.87 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 54 | 21 | - |
| CMYK | 0 | 0.66 | 0.87 | 0.37 |
| HSL | 14.14º | 0.77% | 0.36% | - |
| HSV(B) | 14.14º | 0.87% | 0.63% | - |
| XYZ | 16.15 | 10.27 | 1.84 | - |
| YUV | 82.23 | 93.45 | 184.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 54 | 21 | 0 | 0.66 | 0.87 | 0.37 | 14.14 | 0.77 | 0.36 |
| Hex | A1 | 36 | 15 | 0 | 42 | 57 | 25 | E | 4D | 24 |
| Octal | 241 | 66 | 25 | 0 | 102 | 127 | 45 | 16 | 115 | 44 |
| Binary | 10100001 | 110110 | 10101 | 0 | 1000010 | 1010111 | 100101 | 1110 | 1001101 | 100100 |
Color Harmonies of #A13615
Complementary color
Monochromatic Colors of #A13615
Black with #A13615
Text Example
Text Example
White with #A13615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13615; }
p { color: rgb(161,54,21); }
H1.HeaderClassName
{
color: #A13615;
}
.AnyTagClassName
{
color: #A13615;
}
</style>
background-color css
<style>
a { background-color: #A13615; }
a { background-color: rgb(161,54,21); }
div.DivClassName
{
background-color: #A13615;
}
.BgClassName
{
background-color: #A13615;
}
</style>
border-color css
<style>
span { border-color: #A13615; }
span { border-color: rgb(161,54,21); }
td.TdClassName
{
border-color: #A13615;
}
.TagClassName
{
border-color: #A13615;
}
</style>