Shades of Brown #A1211D
Tints of Brown #A1211D
RGB
CMYK
RGB Variations
Color information
#A1211D (or 0xA1211D) is known color: Brown. HEX triplet: A1, 21 and 1D. RGB value is (161,33,29). Sum of RGB (Red+Green+Blue) = 161+33+29=223 (29% of max value = 765). Red value is 161 (63.28% from 255 or 72.20% from 223); Green value is 33 (13.28% from 255 or 14.80% from 223); Blue value is 29 (11.72% from 255 or 13.00% from 223); Max value from RGB is 161 - color contains mainly: red. Hex color #A1211D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1211D is #5EDEE2. Grayscale: #464646. Windows color (decimal): -6217443 or 1909153. OLE color: 1909153.
HSL color Cylindrical-coordinate representation of color #A1211D: hue angle of 1.82º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A1211D is Cyan = 0, Magento = 0.80, Yellow = 0.82 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 33 | 29 | - |
| CMYK | 0 | 0.80 | 0.82 | 0.37 |
| HSL | 1.82º | 0.69% | 0.37% | - |
| HSV(B) | 1.82º | 0.82% | 0.63% | - |
| XYZ | 15.46 | 8.75 | 2.04 | - |
| YUV | 70.82 | 104.41 | 192.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 33 | 29 | 0 | 0.80 | 0.82 | 0.37 | 1.82 | 0.69 | 0.37 |
| Hex | A1 | 21 | 1D | 0 | 50 | 52 | 25 | 2 | 45 | 25 |
| Octal | 241 | 41 | 35 | 0 | 120 | 122 | 45 | 2 | 105 | 45 |
| Binary | 10100001 | 100001 | 11101 | 0 | 1010000 | 1010010 | 100101 | 10 | 1000101 | 100101 |
Color Harmonies of #A1211D
Complementary color
Monochromatic Colors of #A1211D
Black with #A1211D
Text Example
Text Example
White with #A1211D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1211D; }
p { color: rgb(161,33,29); }
H1.HeaderClassName
{
color: #A1211D;
}
.AnyTagClassName
{
color: #A1211D;
}
</style>
background-color css
<style>
a { background-color: #A1211D; }
a { background-color: rgb(161,33,29); }
div.DivClassName
{
background-color: #A1211D;
}
.BgClassName
{
background-color: #A1211D;
}
</style>
border-color css
<style>
span { border-color: #A1211D; }
span { border-color: rgb(161,33,29); }
td.TdClassName
{
border-color: #A1211D;
}
.TagClassName
{
border-color: #A1211D;
}
</style>