Shades of Brown #A32E1F
Tints of Brown #A32E1F
RGB
CMYK
RGB Variations
Color information
#A32E1F (or 0xA32E1F) is known color: Brown. HEX triplet: A3, 2E and 1F. RGB value is (163,46,31). Sum of RGB (Red+Green+Blue) = 163+46+31=240 (31% of max value = 765). Red value is 163 (64.06% from 255 or 67.92% from 240); Green value is 46 (18.36% from 255 or 19.17% from 240); Blue value is 31 (12.5% from 255 or 12.92% from 240); Max value from RGB is 163 - color contains mainly: red. Hex color #A32E1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32E1F is #5CD1E0. Grayscale: #4F4F4F. Windows color (decimal): -6083041 or 2043555. OLE color: 2043555.
HSL color Cylindrical-coordinate representation of color #A32E1F: hue angle of 6.82º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A32E1F is Cyan = 0, Magento = 0.72, Yellow = 0.81 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 46 | 31 | - |
| CMYK | 0 | 0.72 | 0.81 | 0.36 |
| HSL | 6.82º | 0.68% | 0.38% | - |
| HSV(B) | 6.82º | 0.81% | 0.64% | - |
| XYZ | 16.33 | 9.84 | 2.33 | - |
| YUV | 79.27 | 100.76 | 187.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 46 | 31 | 0 | 0.72 | 0.81 | 0.36 | 6.82 | 0.68 | 0.38 |
| Hex | A3 | 2E | 1F | 0 | 48 | 51 | 24 | 7 | 44 | 26 |
| Octal | 243 | 56 | 37 | 0 | 110 | 121 | 44 | 7 | 104 | 46 |
| Binary | 10100011 | 101110 | 11111 | 0 | 1001000 | 1010001 | 100100 | 111 | 1000100 | 100110 |
Color Harmonies of #A32E1F
Complementary color
Monochromatic Colors of #A32E1F
Black with #A32E1F
Text Example
Text Example
White with #A32E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32E1F; }
p { color: rgb(163,46,31); }
H1.HeaderClassName
{
color: #A32E1F;
}
.AnyTagClassName
{
color: #A32E1F;
}
</style>
background-color css
<style>
a { background-color: #A32E1F; }
a { background-color: rgb(163,46,31); }
div.DivClassName
{
background-color: #A32E1F;
}
.BgClassName
{
background-color: #A32E1F;
}
</style>
border-color css
<style>
span { border-color: #A32E1F; }
span { border-color: rgb(163,46,31); }
td.TdClassName
{
border-color: #A32E1F;
}
.TagClassName
{
border-color: #A32E1F;
}
</style>