Shades of Brown #A1241E
Tints of Brown #A1241E
RGB
CMYK
RGB Variations
Color information
#A1241E (or 0xA1241E) is known color: Brown. HEX triplet: A1, 24 and 1E. RGB value is (161,36,30). Sum of RGB (Red+Green+Blue) = 161+36+30=227 (30% of max value = 765). Red value is 161 (63.28% from 255 or 70.93% from 227); Green value is 36 (14.45% from 255 or 15.86% from 227); Blue value is 30 (12.11% from 255 or 13.22% from 227); Max value from RGB is 161 - color contains mainly: red. Hex color #A1241E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1241E is #5EDBE1. Grayscale: #484848. Windows color (decimal): -6216674 or 1975457. OLE color: 1975457.
HSL color Cylindrical-coordinate representation of color #A1241E: hue angle of 2.75º 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 #A1241E is Cyan = 0, Magento = 0.78, Yellow = 0.81 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 36 | 30 | - |
| CMYK | 0 | 0.78 | 0.81 | 0.37 |
| HSL | 2.75º | 0.69% | 0.37% | - |
| HSV(B) | 2.75º | 0.81% | 0.63% | - |
| XYZ | 15.56 | 8.93 | 2.13 | - |
| YUV | 72.69 | 103.91 | 190.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 36 | 30 | 0 | 0.78 | 0.81 | 0.37 | 2.75 | 0.69 | 0.37 |
| Hex | A1 | 24 | 1E | 0 | 4E | 51 | 25 | 3 | 45 | 25 |
| Octal | 241 | 44 | 36 | 0 | 116 | 121 | 45 | 3 | 105 | 45 |
| Binary | 10100001 | 100100 | 11110 | 0 | 1001110 | 1010001 | 100101 | 11 | 1000101 | 100101 |
Color Harmonies of #A1241E
Complementary color
Monochromatic Colors of #A1241E
Black with #A1241E
Text Example
Text Example
White with #A1241E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1241E; }
p { color: rgb(161,36,30); }
H1.HeaderClassName
{
color: #A1241E;
}
.AnyTagClassName
{
color: #A1241E;
}
</style>
background-color css
<style>
a { background-color: #A1241E; }
a { background-color: rgb(161,36,30); }
div.DivClassName
{
background-color: #A1241E;
}
.BgClassName
{
background-color: #A1241E;
}
</style>
border-color css
<style>
span { border-color: #A1241E; }
span { border-color: rgb(161,36,30); }
td.TdClassName
{
border-color: #A1241E;
}
.TagClassName
{
border-color: #A1241E;
}
</style>