Shades of Brown #A32C28
Tints of Brown #A32C28
RGB
CMYK
RGB Variations
Color information
#A32C28 (or 0xA32C28) is known color: Brown. HEX triplet: A3, 2C and 28. RGB value is (163,44,40). Sum of RGB (Red+Green+Blue) = 163+44+40=247 (32% of max value = 765). Red value is 163 (64.06% from 255 or 65.99% from 247); Green value is 44 (17.58% from 255 or 17.81% from 247); Blue value is 40 (16.02% from 255 or 16.19% from 247); Max value from RGB is 163 - color contains mainly: red. Hex color #A32C28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32C28 is #5CD3D7. Grayscale: #4F4F4F. Windows color (decimal): -6083544 or 2632867. OLE color: 2632867.
HSL color Cylindrical-coordinate representation of color #A32C28: hue angle of 1.95º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A32C28 is Cyan = 0, Magento = 0.73, Yellow = 0.75 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 44 | 40 | - |
| CMYK | 0 | 0.73 | 0.75 | 0.36 |
| HSL | 1.95º | 0.61% | 0.4% | - |
| HSV(B) | 1.95º | 0.75% | 0.64% | - |
| XYZ | 16.39 | 9.74 | 3.02 | - |
| YUV | 79.13 | 105.92 | 187.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 44 | 40 | 0 | 0.73 | 0.75 | 0.36 | 1.95 | 0.61 | 0.4 |
| Hex | A3 | 2C | 28 | 0 | 49 | 4B | 24 | 2 | 3D | 28 |
| Octal | 243 | 54 | 50 | 0 | 111 | 113 | 44 | 2 | 75 | 50 |
| Binary | 10100011 | 101100 | 101000 | 0 | 1001001 | 1001011 | 100100 | 10 | 111101 | 101000 |
Color Harmonies of #A32C28
Complementary color
Monochromatic Colors of #A32C28
Black with #A32C28
Text Example
Text Example
White with #A32C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32C28; }
p { color: rgb(163,44,40); }
H1.HeaderClassName
{
color: #A32C28;
}
.AnyTagClassName
{
color: #A32C28;
}
</style>
background-color css
<style>
a { background-color: #A32C28; }
a { background-color: rgb(163,44,40); }
div.DivClassName
{
background-color: #A32C28;
}
.BgClassName
{
background-color: #A32C28;
}
</style>
border-color css
<style>
span { border-color: #A32C28; }
span { border-color: rgb(163,44,40); }
td.TdClassName
{
border-color: #A32C28;
}
.TagClassName
{
border-color: #A32C28;
}
</style>