Shades of Brown #A1301E
Tints of Brown #A1301E
RGB
CMYK
RGB Variations
Color information
#A1301E (or 0xA1301E) is known color: Brown. HEX triplet: A1, 30 and 1E. RGB value is (161,48,30). Sum of RGB (Red+Green+Blue) = 161+48+30=239 (31% of max value = 765). Red value is 161 (63.28% from 255 or 67.36% from 239); Green value is 48 (19.14% from 255 or 20.08% from 239); Blue value is 30 (12.11% from 255 or 12.55% from 239); Max value from RGB is 161 - color contains mainly: red. Hex color #A1301E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1301E is #5ECFE1. Grayscale: #4F4F4F. Windows color (decimal): -6213602 or 1978529. OLE color: 1978529.
HSL color Cylindrical-coordinate representation of color #A1301E: hue angle of 8.24º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A1301E is Cyan = 0, Magento = 0.70, Yellow = 0.81 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 48 | 30 | - |
| CMYK | 0 | 0.70 | 0.81 | 0.37 |
| HSL | 8.24º | 0.69% | 0.37% | - |
| HSV(B) | 8.24º | 0.81% | 0.63% | - |
| XYZ | 15.99 | 9.78 | 2.27 | - |
| YUV | 79.74 | 99.94 | 185.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 48 | 30 | 0 | 0.70 | 0.81 | 0.37 | 8.24 | 0.69 | 0.37 |
| Hex | A1 | 30 | 1E | 0 | 46 | 51 | 25 | 8 | 45 | 25 |
| Octal | 241 | 60 | 36 | 0 | 106 | 121 | 45 | 10 | 105 | 45 |
| Binary | 10100001 | 110000 | 11110 | 0 | 1000110 | 1010001 | 100101 | 1000 | 1000101 | 100101 |
Color Harmonies of #A1301E
Complementary color
Monochromatic Colors of #A1301E
Black with #A1301E
Text Example
Text Example
White with #A1301E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1301E; }
p { color: rgb(161,48,30); }
H1.HeaderClassName
{
color: #A1301E;
}
.AnyTagClassName
{
color: #A1301E;
}
</style>
background-color css
<style>
a { background-color: #A1301E; }
a { background-color: rgb(161,48,30); }
div.DivClassName
{
background-color: #A1301E;
}
.BgClassName
{
background-color: #A1301E;
}
</style>
border-color css
<style>
span { border-color: #A1301E; }
span { border-color: rgb(161,48,30); }
td.TdClassName
{
border-color: #A1301E;
}
.TagClassName
{
border-color: #A1301E;
}
</style>