Shades of Brown #A32D2B
Tints of Brown #A32D2B
RGB
CMYK
RGB Variations
Color information
#A32D2B (or 0xA32D2B) is known color: Brown. HEX triplet: A3, 2D and 2B. RGB value is (163,45,43). Sum of RGB (Red+Green+Blue) = 163+45+43=251 (33% of max value = 765). Red value is 163 (64.06% from 255 or 64.94% from 251); Green value is 45 (17.97% from 255 or 17.93% from 251); Blue value is 43 (17.19% from 255 or 17.13% from 251); Max value from RGB is 163 - color contains mainly: red. Hex color #A32D2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32D2B is #5CD2D4. Grayscale: #505050. Windows color (decimal): -6083285 or 2829731. OLE color: 2829731.
HSL color Cylindrical-coordinate representation of color #A32D2B: hue angle of 1º 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 #A32D2B is Cyan = 0, Magento = 0.72, Yellow = 0.74 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 45 | 43 | - |
| CMYK | 0 | 0.72 | 0.74 | 0.36 |
| HSL | 1º | 0.58% | 0.4% | - |
| HSV(B) | 1º | 0.74% | 0.64% | - |
| XYZ | 16.48 | 9.84 | 3.32 | - |
| YUV | 80.05 | 107.09 | 187.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 45 | 43 | 0 | 0.72 | 0.74 | 0.36 | 1 | 0.58 | 0.4 |
| Hex | A3 | 2D | 2B | 0 | 48 | 4A | 24 | 1 | 3A | 28 |
| Octal | 243 | 55 | 53 | 0 | 110 | 112 | 44 | 1 | 72 | 50 |
| Binary | 10100011 | 101101 | 101011 | 0 | 1001000 | 1001010 | 100100 | 1 | 111010 | 101000 |
Color Harmonies of #A32D2B
Complementary color
Monochromatic Colors of #A32D2B
Black with #A32D2B
Text Example
Text Example
White with #A32D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32D2B; }
p { color: rgb(163,45,43); }
H1.HeaderClassName
{
color: #A32D2B;
}
.AnyTagClassName
{
color: #A32D2B;
}
</style>
background-color css
<style>
a { background-color: #A32D2B; }
a { background-color: rgb(163,45,43); }
div.DivClassName
{
background-color: #A32D2B;
}
.BgClassName
{
background-color: #A32D2B;
}
</style>
border-color css
<style>
span { border-color: #A32D2B; }
span { border-color: rgb(163,45,43); }
td.TdClassName
{
border-color: #A32D2B;
}
.TagClassName
{
border-color: #A32D2B;
}
</style>