Shades of Brown #A0241E
Tints of Brown #A0241E
RGB
CMYK
RGB Variations
Color information
#A0241E (or 0xA0241E) is known color: Brown. HEX triplet: A0, 24 and 1E. RGB value is (160,36,30). Sum of RGB (Red+Green+Blue) = 160+36+30=226 (29% of max value = 765). Red value is 160 (62.89% from 255 or 70.80% from 226); Green value is 36 (14.45% from 255 or 15.93% from 226); Blue value is 30 (12.11% from 255 or 13.27% from 226); Max value from RGB is 160 - color contains mainly: red. Hex color #A0241E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0241E is #5FDBE1. Grayscale: #484848. Windows color (decimal): -6282210 or 1975456. OLE color: 1975456.
HSL color Cylindrical-coordinate representation of color #A0241E: hue angle of 2.77º degrees, saturation: 0.68, 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 #A0241E is Cyan = 0, Magento = 0.78, Yellow = 0.81 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 36 | 30 | - |
| CMYK | 0 | 0.78 | 0.81 | 0.37 |
| HSL | 2.77º | 0.68% | 0.37% | - |
| HSV(B) | 2.77º | 0.81% | 0.63% | - |
| XYZ | 15.36 | 8.83 | 2.12 | - |
| YUV | 72.39 | 104.08 | 190.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 36 | 30 | 0 | 0.78 | 0.81 | 0.37 | 2.77 | 0.68 | 0.37 |
| Hex | A0 | 24 | 1E | 0 | 4E | 51 | 25 | 3 | 44 | 25 |
| Octal | 240 | 44 | 36 | 0 | 116 | 121 | 45 | 3 | 104 | 45 |
| Binary | 10100000 | 100100 | 11110 | 0 | 1001110 | 1010001 | 100101 | 11 | 1000100 | 100101 |
Color Harmonies of #A0241E
Complementary color
Monochromatic Colors of #A0241E
Black with #A0241E
Text Example
Text Example
White with #A0241E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0241E; }
p { color: rgb(160,36,30); }
H1.HeaderClassName
{
color: #A0241E;
}
.AnyTagClassName
{
color: #A0241E;
}
</style>
background-color css
<style>
a { background-color: #A0241E; }
a { background-color: rgb(160,36,30); }
div.DivClassName
{
background-color: #A0241E;
}
.BgClassName
{
background-color: #A0241E;
}
</style>
border-color css
<style>
span { border-color: #A0241E; }
span { border-color: rgb(160,36,30); }
td.TdClassName
{
border-color: #A0241E;
}
.TagClassName
{
border-color: #A0241E;
}
</style>