Shades of Brown #A01E1D
Tints of Brown #A01E1D
RGB
CMYK
RGB Variations
Color information
#A01E1D (or 0xA01E1D) is known color: Brown. HEX triplet: A0, 1E and 1D. RGB value is (160,30,29). Sum of RGB (Red+Green+Blue) = 160+30+29=219 (29% of max value = 765). Red value is 160 (62.89% from 255 or 73.06% from 219); Green value is 30 (12.11% from 255 or 13.70% from 219); Blue value is 29 (11.72% from 255 or 13.24% from 219); Max value from RGB is 160 - color contains mainly: red. Hex color #A01E1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A01E1D is #5FE1E2. Grayscale: #444444. Windows color (decimal): -6283747 or 1908384. OLE color: 1908384.
HSL color Cylindrical-coordinate representation of color #A01E1D: hue angle of 0.46º 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 #A01E1D is Cyan = 0, Magento = 0.81, Yellow = 0.82 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 30 | 29 | - |
| CMYK | 0 | 0.81 | 0.82 | 0.37 |
| HSL | 0.46º | 0.69% | 0.37% | - |
| HSV(B) | 0.46º | 0.82% | 0.63% | - |
| XYZ | 15.18 | 8.49 | 2 | - |
| YUV | 68.76 | 105.57 | 193.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 30 | 29 | 0 | 0.81 | 0.82 | 0.37 | 0.46 | 0.69 | 0.37 |
| Hex | A0 | 1E | 1D | 0 | 51 | 52 | 25 | 0 | 45 | 25 |
| Octal | 240 | 36 | 35 | 0 | 121 | 122 | 45 | 0 | 105 | 45 |
| Binary | 10100000 | 11110 | 11101 | 0 | 1010001 | 1010010 | 100101 | 0 | 1000101 | 100101 |
Color Harmonies of #A01E1D
Complementary color
Monochromatic Colors of #A01E1D
Black with #A01E1D
Text Example
Text Example
White with #A01E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01E1D; }
p { color: rgb(160,30,29); }
H1.HeaderClassName
{
color: #A01E1D;
}
.AnyTagClassName
{
color: #A01E1D;
}
</style>
background-color css
<style>
a { background-color: #A01E1D; }
a { background-color: rgb(160,30,29); }
div.DivClassName
{
background-color: #A01E1D;
}
.BgClassName
{
background-color: #A01E1D;
}
</style>
border-color css
<style>
span { border-color: #A01E1D; }
span { border-color: rgb(160,30,29); }
td.TdClassName
{
border-color: #A01E1D;
}
.TagClassName
{
border-color: #A01E1D;
}
</style>