Shades of Rust #A13616
Tints of Rust #A13616
RGB
CMYK
RGB Variations
Color information
#A13616 (or 0xA13616) is known color: Rust. HEX triplet: A1, 36 and 16. RGB value is (161,54,22). Sum of RGB (Red+Green+Blue) = 161+54+22=237 (31% of max value = 765). Red value is 161 (63.28% from 255 or 67.93% from 237); Green value is 54 (21.48% from 255 or 22.78% from 237); Blue value is 22 (8.98% from 255 or 9.28% from 237); Max value from RGB is 161 - color contains mainly: red. Hex color #A13616 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A13616 is #5EC9E9. Grayscale: #525252. Windows color (decimal): -6212074 or 1455777. OLE color: 1455777.
HSL color Cylindrical-coordinate representation of color #A13616: hue angle of 13.81º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A13616 is Cyan = 0, Magento = 0.66, Yellow = 0.86 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 54 | 22 | - |
| CMYK | 0 | 0.66 | 0.86 | 0.37 |
| HSL | 13.81º | 0.76% | 0.36% | - |
| HSV(B) | 13.81º | 0.86% | 0.63% | - |
| XYZ | 16.16 | 10.27 | 1.89 | - |
| YUV | 82.35 | 93.95 | 184.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 54 | 22 | 0 | 0.66 | 0.86 | 0.37 | 13.81 | 0.76 | 0.36 |
| Hex | A1 | 36 | 16 | 0 | 42 | 56 | 25 | E | 4C | 24 |
| Octal | 241 | 66 | 26 | 0 | 102 | 126 | 45 | 16 | 114 | 44 |
| Binary | 10100001 | 110110 | 10110 | 0 | 1000010 | 1010110 | 100101 | 1110 | 1001100 | 100100 |
Color Harmonies of #A13616
Complementary color
Monochromatic Colors of #A13616
Black with #A13616
Text Example
Text Example
White with #A13616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13616; }
p { color: rgb(161,54,22); }
H1.HeaderClassName
{
color: #A13616;
}
.AnyTagClassName
{
color: #A13616;
}
</style>
background-color css
<style>
a { background-color: #A13616; }
a { background-color: rgb(161,54,22); }
div.DivClassName
{
background-color: #A13616;
}
.BgClassName
{
background-color: #A13616;
}
</style>
border-color css
<style>
span { border-color: #A13616; }
span { border-color: rgb(161,54,22); }
td.TdClassName
{
border-color: #A13616;
}
.TagClassName
{
border-color: #A13616;
}
</style>