Shades of Brown #A32F2B
Tints of Brown #A32F2B
RGB
CMYK
RGB Variations
Color information
#A32F2B (or 0xA32F2B) is known color: Brown. HEX triplet: A3, 2F and 2B. RGB value is (163,47,43). Sum of RGB (Red+Green+Blue) = 163+47+43=253 (33% of max value = 765). Red value is 163 (64.06% from 255 or 64.43% from 253); Green value is 47 (18.75% from 255 or 18.58% from 253); Blue value is 43 (17.19% from 255 or 17.00% from 253); Max value from RGB is 163 - color contains mainly: red. Hex color #A32F2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32F2B is #5CD0D4. Grayscale: #515151. Windows color (decimal): -6082773 or 2830243. OLE color: 2830243.
HSL color Cylindrical-coordinate representation of color #A32F2B: hue angle of 2º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A32F2B is Cyan = 0, Magento = 0.71, Yellow = 0.74 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 47 | 43 | - |
| CMYK | 0 | 0.71 | 0.74 | 0.36 |
| HSL | 2º | 0.58% | 0.4% | - |
| HSV(B) | 2º | 0.74% | 0.64% | - |
| XYZ | 16.56 | 9.99 | 3.34 | - |
| YUV | 81.23 | 106.43 | 186.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 47 | 43 | 0 | 0.71 | 0.74 | 0.36 | 2 | 0.58 | 0.4 |
| Hex | A3 | 2F | 2B | 0 | 47 | 4A | 24 | 2 | 3A | 28 |
| Octal | 243 | 57 | 53 | 0 | 107 | 112 | 44 | 2 | 72 | 50 |
| Binary | 10100011 | 101111 | 101011 | 0 | 1000111 | 1001010 | 100100 | 10 | 111010 | 101000 |
Color Harmonies of #A32F2B
Complementary color
Monochromatic Colors of #A32F2B
Black with #A32F2B
Text Example
Text Example
White with #A32F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32F2B; }
p { color: rgb(163,47,43); }
H1.HeaderClassName
{
color: #A32F2B;
}
.AnyTagClassName
{
color: #A32F2B;
}
</style>
background-color css
<style>
a { background-color: #A32F2B; }
a { background-color: rgb(163,47,43); }
div.DivClassName
{
background-color: #A32F2B;
}
.BgClassName
{
background-color: #A32F2B;
}
</style>
border-color css
<style>
span { border-color: #A32F2B; }
span { border-color: rgb(163,47,43); }
td.TdClassName
{
border-color: #A32F2B;
}
.TagClassName
{
border-color: #A32F2B;
}
</style>