Shades of Brown #A32E1C
Tints of Brown #A32E1C
RGB
CMYK
RGB Variations
Color information
#A32E1C (or 0xA32E1C) is known color: Brown. HEX triplet: A3, 2E and 1C. RGB value is (163,46,28). Sum of RGB (Red+Green+Blue) = 163+46+28=237 (31% of max value = 765). Red value is 163 (64.06% from 255 or 68.78% from 237); Green value is 46 (18.36% from 255 or 19.41% from 237); Blue value is 28 (11.33% from 255 or 11.81% from 237); Max value from RGB is 163 - color contains mainly: red. Hex color #A32E1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32E1C is #5CD1E3. Grayscale: #4F4F4F. Windows color (decimal): -6083044 or 1846947. OLE color: 1846947.
HSL color Cylindrical-coordinate representation of color #A32E1C: hue angle of 8º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A32E1C is Cyan = 0, Magento = 0.72, Yellow = 0.83 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 46 | 28 | - |
| CMYK | 0 | 0.72 | 0.83 | 0.36 |
| HSL | 8º | 0.71% | 0.37% | - |
| HSV(B) | 8º | 0.83% | 0.64% | - |
| XYZ | 16.29 | 9.82 | 2.14 | - |
| YUV | 78.93 | 99.26 | 187.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 46 | 28 | 0 | 0.72 | 0.83 | 0.36 | 8 | 0.71 | 0.37 |
| Hex | A3 | 2E | 1C | 0 | 48 | 53 | 24 | 8 | 47 | 25 |
| Octal | 243 | 56 | 34 | 0 | 110 | 123 | 44 | 10 | 107 | 45 |
| Binary | 10100011 | 101110 | 11100 | 0 | 1001000 | 1010011 | 100100 | 1000 | 1000111 | 100101 |
Color Harmonies of #A32E1C
Complementary color
Monochromatic Colors of #A32E1C
Black with #A32E1C
Text Example
Text Example
White with #A32E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32E1C; }
p { color: rgb(163,46,28); }
H1.HeaderClassName
{
color: #A32E1C;
}
.AnyTagClassName
{
color: #A32E1C;
}
</style>
background-color css
<style>
a { background-color: #A32E1C; }
a { background-color: rgb(163,46,28); }
div.DivClassName
{
background-color: #A32E1C;
}
.BgClassName
{
background-color: #A32E1C;
}
</style>
border-color css
<style>
span { border-color: #A32E1C; }
span { border-color: rgb(163,46,28); }
td.TdClassName
{
border-color: #A32E1C;
}
.TagClassName
{
border-color: #A32E1C;
}
</style>