Shades of Rust #A1420E
Tints of Rust #A1420E
RGB
CMYK
RGB Variations
Color information
#A1420E (or 0xA1420E) is known color: Rust. HEX triplet: A1, 42 and 0E. RGB value is (161,66,14). Sum of RGB (Red+Green+Blue) = 161+66+14=241 (31% of max value = 765). Red value is 161 (63.28% from 255 or 66.80% from 241); Green value is 66 (26.17% from 255 or 27.39% from 241); Blue value is 14 (5.86% from 255 or 5.81% from 241); Max value from RGB is 161 - color contains mainly: red. Hex color #A1420E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A1420E is #5EBDF1. Grayscale: #585858. Windows color (decimal): -6209010 or 934561. OLE color: 934561.
HSL color Cylindrical-coordinate representation of color #A1420E: hue angle of 21.22º 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 #A1420E is Cyan = 0, Magento = 0.59, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 66 | 14 | - |
| CMYK | 0 | 0.59 | 0.91 | 0.37 |
| HSL | 21.22º | 0.84% | 0.34% | - |
| HSV(B) | 21.22º | 0.91% | 0.63% | - |
| XYZ | 16.73 | 11.51 | 1.75 | - |
| YUV | 88.48 | 85.97 | 179.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 66 | 14 | 0 | 0.59 | 0.91 | 0.37 | 21.22 | 0.84 | 0.34 |
| Hex | A1 | 42 | E | 0 | 3B | 5B | 25 | 15 | 54 | 22 |
| Octal | 241 | 102 | 16 | 0 | 73 | 133 | 45 | 25 | 124 | 42 |
| Binary | 10100001 | 1000010 | 1110 | 0 | 111011 | 1011011 | 100101 | 10101 | 1010100 | 100010 |
Color Harmonies of #A1420E
Complementary color
Monochromatic Colors of #A1420E
Black with #A1420E
Text Example
Text Example
White with #A1420E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1420E; }
p { color: rgb(161,66,14); }
H1.HeaderClassName
{
color: #A1420E;
}
.AnyTagClassName
{
color: #A1420E;
}
</style>
background-color css
<style>
a { background-color: #A1420E; }
a { background-color: rgb(161,66,14); }
div.DivClassName
{
background-color: #A1420E;
}
.BgClassName
{
background-color: #A1420E;
}
</style>
border-color css
<style>
span { border-color: #A1420E; }
span { border-color: rgb(161,66,14); }
td.TdClassName
{
border-color: #A1420E;
}
.TagClassName
{
border-color: #A1420E;
}
</style>