Shades of Rust #A1340E
Tints of Rust #A1340E
RGB
CMYK
RGB Variations
Color information
#A1340E (or 0xA1340E) is known color: Rust. HEX triplet: A1, 34 and 0E. RGB value is (161,52,14). Sum of RGB (Red+Green+Blue) = 161+52+14=227 (30% of max value = 765). Red value is 161 (63.28% from 255 or 70.93% from 227); Green value is 52 (20.70% from 255 or 22.91% from 227); Blue value is 14 (5.86% from 255 or 6.17% from 227); Max value from RGB is 161 - color contains mainly: red. Hex color #A1340E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A1340E is #5ECBF1. Grayscale: #505050. Windows color (decimal): -6212594 or 930977. OLE color: 930977.
HSL color Cylindrical-coordinate representation of color #A1340E: hue angle of 15.51º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A1340E is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 52 | 14 | - |
| CMYK | 0 | 0.68 | 0.91 | 0.37 |
| HSL | 15.51º | 0.84% | 0.34% | - |
| HSV(B) | 15.51º | 0.91% | 0.63% | - |
| XYZ | 16.01 | 10.06 | 1.51 | - |
| YUV | 80.26 | 90.61 | 185.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 52 | 14 | 0 | 0.68 | 0.91 | 0.37 | 15.51 | 0.84 | 0.34 |
| Hex | A1 | 34 | E | 0 | 44 | 5B | 25 | 10 | 54 | 22 |
| Octal | 241 | 64 | 16 | 0 | 104 | 133 | 45 | 20 | 124 | 42 |
| Binary | 10100001 | 110100 | 1110 | 0 | 1000100 | 1011011 | 100101 | 10000 | 1010100 | 100010 |
Color Harmonies of #A1340E
Complementary color
Monochromatic Colors of #A1340E
Black with #A1340E
Text Example
Text Example
White with #A1340E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1340E; }
p { color: rgb(161,52,14); }
H1.HeaderClassName
{
color: #A1340E;
}
.AnyTagClassName
{
color: #A1340E;
}
</style>
background-color css
<style>
a { background-color: #A1340E; }
a { background-color: rgb(161,52,14); }
div.DivClassName
{
background-color: #A1340E;
}
.BgClassName
{
background-color: #A1340E;
}
</style>
border-color css
<style>
span { border-color: #A1340E; }
span { border-color: rgb(161,52,14); }
td.TdClassName
{
border-color: #A1340E;
}
.TagClassName
{
border-color: #A1340E;
}
</style>