Shades of Brown #A3302C
Tints of Brown #A3302C
RGB
CMYK
RGB Variations
Color information
#A3302C (or 0xA3302C) is known color: Brown. HEX triplet: A3, 30 and 2C. RGB value is (163,48,44). Sum of RGB (Red+Green+Blue) = 163+48+44=255 (33% of max value = 765). Red value is 163 (64.06% from 255 or 63.92% from 255); Green value is 48 (19.14% from 255 or 18.82% from 255); Blue value is 44 (17.58% from 255 or 17.25% from 255); Max value from RGB is 163 - color contains mainly: red. Hex color #A3302C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3302C is #5CCFD3. Grayscale: #525252. Windows color (decimal): -6082516 or 2896035. OLE color: 2896035.
HSL color Cylindrical-coordinate representation of color #A3302C: hue angle of 2.02º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A3302C is Cyan = 0, Magento = 0.71, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 48 | 44 | - |
| CMYK | 0 | 0.71 | 0.73 | 0.36 |
| HSL | 2.02º | 0.57% | 0.41% | - |
| HSV(B) | 2.02º | 0.73% | 0.64% | - |
| XYZ | 16.62 | 10.08 | 3.45 | - |
| YUV | 81.93 | 106.6 | 185.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 48 | 44 | 0 | 0.71 | 0.73 | 0.36 | 2.02 | 0.57 | 0.41 |
| Hex | A3 | 30 | 2C | 0 | 47 | 49 | 24 | 2 | 39 | 29 |
| Octal | 243 | 60 | 54 | 0 | 107 | 111 | 44 | 2 | 71 | 51 |
| Binary | 10100011 | 110000 | 101100 | 0 | 1000111 | 1001001 | 100100 | 10 | 111001 | 101001 |
Color Harmonies of #A3302C
Complementary color
Monochromatic Colors of #A3302C
Black with #A3302C
Text Example
Text Example
White with #A3302C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3302C; }
p { color: rgb(163,48,44); }
H1.HeaderClassName
{
color: #A3302C;
}
.AnyTagClassName
{
color: #A3302C;
}
</style>
background-color css
<style>
a { background-color: #A3302C; }
a { background-color: rgb(163,48,44); }
div.DivClassName
{
background-color: #A3302C;
}
.BgClassName
{
background-color: #A3302C;
}
</style>
border-color css
<style>
span { border-color: #A3302C; }
span { border-color: rgb(163,48,44); }
td.TdClassName
{
border-color: #A3302C;
}
.TagClassName
{
border-color: #A3302C;
}
</style>