Shades of Rust #A13612
Tints of Rust #A13612
RGB
CMYK
RGB Variations
Color information
#A13612 (or 0xA13612) is known color: Rust. HEX triplet: A1, 36 and 12. RGB value is (161,54,18). Sum of RGB (Red+Green+Blue) = 161+54+18=233 (30% of max value = 765). Red value is 161 (63.28% from 255 or 69.10% from 233); Green value is 54 (21.48% from 255 or 23.18% from 233); Blue value is 18 (7.42% from 255 or 7.73% from 233); Max value from RGB is 161 - color contains mainly: red. Hex color #A13612 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A13612 is #5EC9ED. Grayscale: #525252. Windows color (decimal): -6212078 or 1193633. OLE color: 1193633.
HSL color Cylindrical-coordinate representation of color #A13612: hue angle of 15.1º 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 #A13612 is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 54 | 18 | - |
| CMYK | 0 | 0.66 | 0.89 | 0.37 |
| HSL | 15.1º | 0.8% | 0.35% | - |
| HSV(B) | 15.1º | 0.89% | 0.63% | - |
| XYZ | 16.13 | 10.26 | 1.7 | - |
| YUV | 81.89 | 91.95 | 184.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 54 | 18 | 0 | 0.66 | 0.89 | 0.37 | 15.1 | 0.8 | 0.35 |
| Hex | A1 | 36 | 12 | 0 | 42 | 59 | 25 | F | 50 | 23 |
| Octal | 241 | 66 | 22 | 0 | 102 | 131 | 45 | 17 | 120 | 43 |
| Binary | 10100001 | 110110 | 10010 | 0 | 1000010 | 1011001 | 100101 | 1111 | 1010000 | 100011 |
Color Harmonies of #A13612
Complementary color
Monochromatic Colors of #A13612
Black with #A13612
Text Example
Text Example
White with #A13612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13612; }
p { color: rgb(161,54,18); }
H1.HeaderClassName
{
color: #A13612;
}
.AnyTagClassName
{
color: #A13612;
}
</style>
background-color css
<style>
a { background-color: #A13612; }
a { background-color: rgb(161,54,18); }
div.DivClassName
{
background-color: #A13612;
}
.BgClassName
{
background-color: #A13612;
}
</style>
border-color css
<style>
span { border-color: #A13612; }
span { border-color: rgb(161,54,18); }
td.TdClassName
{
border-color: #A13612;
}
.TagClassName
{
border-color: #A13612;
}
</style>