Shades of Brown #A1241C
Tints of Brown #A1241C
RGB
CMYK
RGB Variations
Color information
#A1241C (or 0xA1241C) is known color: Brown. HEX triplet: A1, 24 and 1C. RGB value is (161,36,28). Sum of RGB (Red+Green+Blue) = 161+36+28=225 (29% of max value = 765). Red value is 161 (63.28% from 255 or 71.56% from 225); Green value is 36 (14.45% from 255 or 16% from 225); Blue value is 28 (11.33% from 255 or 12.44% from 225); Max value from RGB is 161 - color contains mainly: red. Hex color #A1241C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1241C is #5EDBE3. Grayscale: #484848. Windows color (decimal): -6216676 or 1844385. OLE color: 1844385.
HSL color Cylindrical-coordinate representation of color #A1241C: hue angle of 3.61º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A1241C is Cyan = 0, Magento = 0.78, Yellow = 0.83 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 36 | 28 | - |
| CMYK | 0 | 0.78 | 0.83 | 0.37 |
| HSL | 3.61º | 0.7% | 0.37% | - |
| HSV(B) | 3.61º | 0.83% | 0.63% | - |
| XYZ | 15.54 | 8.92 | 2 | - |
| YUV | 72.46 | 102.91 | 191.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 36 | 28 | 0 | 0.78 | 0.83 | 0.37 | 3.61 | 0.7 | 0.37 |
| Hex | A1 | 24 | 1C | 0 | 4E | 53 | 25 | 4 | 46 | 25 |
| Octal | 241 | 44 | 34 | 0 | 116 | 123 | 45 | 4 | 106 | 45 |
| Binary | 10100001 | 100100 | 11100 | 0 | 1001110 | 1010011 | 100101 | 100 | 1000110 | 100101 |
Color Harmonies of #A1241C
Complementary color
Monochromatic Colors of #A1241C
Black with #A1241C
Text Example
Text Example
White with #A1241C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1241C; }
p { color: rgb(161,36,28); }
H1.HeaderClassName
{
color: #A1241C;
}
.AnyTagClassName
{
color: #A1241C;
}
</style>
background-color css
<style>
a { background-color: #A1241C; }
a { background-color: rgb(161,36,28); }
div.DivClassName
{
background-color: #A1241C;
}
.BgClassName
{
background-color: #A1241C;
}
</style>
border-color css
<style>
span { border-color: #A1241C; }
span { border-color: rgb(161,36,28); }
td.TdClassName
{
border-color: #A1241C;
}
.TagClassName
{
border-color: #A1241C;
}
</style>