Shades of Rust #A1410D
Tints of Rust #A1410D
RGB
CMYK
RGB Variations
Color information
#A1410D (or 0xA1410D) is known color: Rust. HEX triplet: A1, 41 and 0D. RGB value is (161,65,13). Sum of RGB (Red+Green+Blue) = 161+65+13=239 (31% of max value = 765). Red value is 161 (63.28% from 255 or 67.36% from 239); Green value is 65 (25.78% from 255 or 27.20% from 239); Blue value is 13 (5.47% from 255 or 5.44% from 239); Max value from RGB is 161 - color contains mainly: red. Hex color #A1410D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A1410D is #5EBEF2. Grayscale: #585858. Windows color (decimal): -6209267 or 868769. OLE color: 868769.
HSL color Cylindrical-coordinate representation of color #A1410D: hue angle of 21.08º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A1410D is Cyan = 0, Magento = 0.60, Yellow = 0.92 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 65 | 13 | - |
| CMYK | 0 | 0.60 | 0.92 | 0.37 |
| HSL | 21.08º | 0.85% | 0.34% | - |
| HSV(B) | 21.08º | 0.92% | 0.63% | - |
| XYZ | 16.66 | 11.39 | 1.7 | - |
| YUV | 87.78 | 85.8 | 180.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 65 | 13 | 0 | 0.60 | 0.92 | 0.37 | 21.08 | 0.85 | 0.34 |
| Hex | A1 | 41 | D | 0 | 3C | 5C | 25 | 15 | 55 | 22 |
| Octal | 241 | 101 | 15 | 0 | 74 | 134 | 45 | 25 | 125 | 42 |
| Binary | 10100001 | 1000001 | 1101 | 0 | 111100 | 1011100 | 100101 | 10101 | 1010101 | 100010 |
Color Harmonies of #A1410D
Complementary color
Monochromatic Colors of #A1410D
Black with #A1410D
Text Example
Text Example
White with #A1410D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1410D; }
p { color: rgb(161,65,13); }
H1.HeaderClassName
{
color: #A1410D;
}
.AnyTagClassName
{
color: #A1410D;
}
</style>
background-color css
<style>
a { background-color: #A1410D; }
a { background-color: rgb(161,65,13); }
div.DivClassName
{
background-color: #A1410D;
}
.BgClassName
{
background-color: #A1410D;
}
</style>
border-color css
<style>
span { border-color: #A1410D; }
span { border-color: rgb(161,65,13); }
td.TdClassName
{
border-color: #A1410D;
}
.TagClassName
{
border-color: #A1410D;
}
</style>