Shades of Brown #A3241C
Tints of Brown #A3241C
RGB
CMYK
RGB Variations
Color information
#A3241C (or 0xA3241C) is known color: Brown. HEX triplet: A3, 24 and 1C. RGB value is (163,36,28). Sum of RGB (Red+Green+Blue) = 163+36+28=227 (30% of max value = 765). Red value is 163 (64.06% from 255 or 71.81% from 227); Green value is 36 (14.45% from 255 or 15.86% from 227); Blue value is 28 (11.33% from 255 or 12.33% from 227); Max value from RGB is 163 - color contains mainly: red. Hex color #A3241C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3241C is #5CDBE3. Grayscale: #494949. Windows color (decimal): -6085604 or 1844387. OLE color: 1844387.
HSL color Cylindrical-coordinate representation of color #A3241C: hue angle of 3.56º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A3241C is Cyan = 0, Magento = 0.78, Yellow = 0.83 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 36 | 28 | - |
| CMYK | 0 | 0.78 | 0.83 | 0.36 |
| HSL | 3.56º | 0.71% | 0.37% | - |
| HSV(B) | 3.56º | 0.83% | 0.64% | - |
| XYZ | 15.94 | 9.13 | 2.02 | - |
| YUV | 73.06 | 102.58 | 192.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 36 | 28 | 0 | 0.78 | 0.83 | 0.36 | 3.56 | 0.71 | 0.37 |
| Hex | A3 | 24 | 1C | 0 | 4E | 53 | 24 | 4 | 47 | 25 |
| Octal | 243 | 44 | 34 | 0 | 116 | 123 | 44 | 4 | 107 | 45 |
| Binary | 10100011 | 100100 | 11100 | 0 | 1001110 | 1010011 | 100100 | 100 | 1000111 | 100101 |
Color Harmonies of #A3241C
Complementary color
Monochromatic Colors of #A3241C
Black with #A3241C
Text Example
Text Example
White with #A3241C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3241C; }
p { color: rgb(163,36,28); }
H1.HeaderClassName
{
color: #A3241C;
}
.AnyTagClassName
{
color: #A3241C;
}
</style>
background-color css
<style>
a { background-color: #A3241C; }
a { background-color: rgb(163,36,28); }
div.DivClassName
{
background-color: #A3241C;
}
.BgClassName
{
background-color: #A3241C;
}
</style>
border-color css
<style>
span { border-color: #A3241C; }
span { border-color: rgb(163,36,28); }
td.TdClassName
{
border-color: #A3241C;
}
.TagClassName
{
border-color: #A3241C;
}
</style>