Shades of Rust #A13816
Tints of Rust #A13816
RGB
CMYK
RGB Variations
Color information
#A13816 (or 0xA13816) is known color: Rust. HEX triplet: A1, 38 and 16. RGB value is (161,56,22). Sum of RGB (Red+Green+Blue) = 161+56+22=239 (31% of max value = 765). Red value is 161 (63.28% from 255 or 67.36% from 239); Green value is 56 (22.27% from 255 or 23.43% from 239); Blue value is 22 (8.98% from 255 or 9.21% from 239); Max value from RGB is 161 - color contains mainly: red. Hex color #A13816 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A13816 is #5EC7E9. Grayscale: #535353. Windows color (decimal): -6211562 or 1456289. OLE color: 1456289.
HSL color Cylindrical-coordinate representation of color #A13816: hue angle of 14.68º 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 #A13816 is Cyan = 0, Magento = 0.65, Yellow = 0.86 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 56 | 22 | - |
| CMYK | 0 | 0.65 | 0.86 | 0.37 |
| HSL | 14.68º | 0.76% | 0.36% | - |
| HSV(B) | 14.68º | 0.86% | 0.63% | - |
| XYZ | 16.26 | 10.46 | 1.92 | - |
| YUV | 83.52 | 93.29 | 183.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 56 | 22 | 0 | 0.65 | 0.86 | 0.37 | 14.68 | 0.76 | 0.36 |
| Hex | A1 | 38 | 16 | 0 | 41 | 56 | 25 | F | 4C | 24 |
| Octal | 241 | 70 | 26 | 0 | 101 | 126 | 45 | 17 | 114 | 44 |
| Binary | 10100001 | 111000 | 10110 | 0 | 1000001 | 1010110 | 100101 | 1111 | 1001100 | 100100 |
Color Harmonies of #A13816
Complementary color
Monochromatic Colors of #A13816
Black with #A13816
Text Example
Text Example
White with #A13816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13816; }
p { color: rgb(161,56,22); }
H1.HeaderClassName
{
color: #A13816;
}
.AnyTagClassName
{
color: #A13816;
}
</style>
background-color css
<style>
a { background-color: #A13816; }
a { background-color: rgb(161,56,22); }
div.DivClassName
{
background-color: #A13816;
}
.BgClassName
{
background-color: #A13816;
}
</style>
border-color css
<style>
span { border-color: #A13816; }
span { border-color: rgb(161,56,22); }
td.TdClassName
{
border-color: #A13816;
}
.TagClassName
{
border-color: #A13816;
}
</style>