Shades of Brown #A0241D
Tints of Brown #A0241D
RGB
CMYK
RGB Variations
Color information
#A0241D (or 0xA0241D) is known color: Brown. HEX triplet: A0, 24 and 1D. RGB value is (160,36,29). Sum of RGB (Red+Green+Blue) = 160+36+29=225 (29% of max value = 765). Red value is 160 (62.89% from 255 or 71.11% from 225); Green value is 36 (14.45% from 255 or 16% from 225); Blue value is 29 (11.72% from 255 or 12.89% from 225); Max value from RGB is 160 - color contains mainly: red. Hex color #A0241D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0241D is #5FDBE2. Grayscale: #484848. Windows color (decimal): -6282211 or 1909920. OLE color: 1909920.
HSL color Cylindrical-coordinate representation of color #A0241D: hue angle of 3.21º 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 #A0241D is Cyan = 0, Magento = 0.78, Yellow = 0.82 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 36 | 29 | - |
| CMYK | 0 | 0.78 | 0.82 | 0.37 |
| HSL | 3.21º | 0.69% | 0.37% | - |
| HSV(B) | 3.21º | 0.82% | 0.63% | - |
| XYZ | 15.35 | 8.82 | 2.06 | - |
| YUV | 72.28 | 103.58 | 190.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 36 | 29 | 0 | 0.78 | 0.82 | 0.37 | 3.21 | 0.69 | 0.37 |
| Hex | A0 | 24 | 1D | 0 | 4E | 52 | 25 | 3 | 45 | 25 |
| Octal | 240 | 44 | 35 | 0 | 116 | 122 | 45 | 3 | 105 | 45 |
| Binary | 10100000 | 100100 | 11101 | 0 | 1001110 | 1010010 | 100101 | 11 | 1000101 | 100101 |
Color Harmonies of #A0241D
Complementary color
Monochromatic Colors of #A0241D
Black with #A0241D
Text Example
Text Example
White with #A0241D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0241D; }
p { color: rgb(160,36,29); }
H1.HeaderClassName
{
color: #A0241D;
}
.AnyTagClassName
{
color: #A0241D;
}
</style>
background-color css
<style>
a { background-color: #A0241D; }
a { background-color: rgb(160,36,29); }
div.DivClassName
{
background-color: #A0241D;
}
.BgClassName
{
background-color: #A0241D;
}
</style>
border-color css
<style>
span { border-color: #A0241D; }
span { border-color: rgb(160,36,29); }
td.TdClassName
{
border-color: #A0241D;
}
.TagClassName
{
border-color: #A0241D;
}
</style>