Shades of Brown #A42321
Tints of Brown #A42321
RGB
CMYK
RGB Variations
Color information
#A42321 (or 0xA42321) is known color: Brown. HEX triplet: A4, 23 and 21. RGB value is (164,35,33). Sum of RGB (Red+Green+Blue) = 164+35+33=232 (30% of max value = 765). Red value is 164 (64.45% from 255 or 70.69% from 232); Green value is 35 (14.06% from 255 or 15.09% from 232); Blue value is 33 (13.28% from 255 or 14.22% from 232); Max value from RGB is 164 - color contains mainly: red. Hex color #A42321 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A42321 is #5BDCDE. Grayscale: #494949. Windows color (decimal): -6020319 or 2171812. OLE color: 2171812.
HSL color Cylindrical-coordinate representation of color #A42321: hue angle of 0.92º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A42321 is Cyan = 0, Magento = 0.79, Yellow = 0.80 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 35 | 33 | - |
| CMYK | 0 | 0.79 | 0.80 | 0.36 |
| HSL | 0.92º | 0.66% | 0.39% | - |
| HSV(B) | 0.92º | 0.8% | 0.64% | - |
| XYZ | 16.19 | 9.2 | 2.36 | - |
| YUV | 73.34 | 105.24 | 192.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 35 | 33 | 0 | 0.79 | 0.80 | 0.36 | 0.92 | 0.66 | 0.39 |
| Hex | A4 | 23 | 21 | 0 | 4F | 50 | 24 | 1 | 42 | 27 |
| Octal | 244 | 43 | 41 | 0 | 117 | 120 | 44 | 1 | 102 | 47 |
| Binary | 10100100 | 100011 | 100001 | 0 | 1001111 | 1010000 | 100100 | 1 | 1000010 | 100111 |
Color Harmonies of #A42321
Complementary color
Monochromatic Colors of #A42321
Black with #A42321
Text Example
Text Example
White with #A42321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42321; }
p { color: rgb(164,35,33); }
H1.HeaderClassName
{
color: #A42321;
}
.AnyTagClassName
{
color: #A42321;
}
</style>
background-color css
<style>
a { background-color: #A42321; }
a { background-color: rgb(164,35,33); }
div.DivClassName
{
background-color: #A42321;
}
.BgClassName
{
background-color: #A42321;
}
</style>
border-color css
<style>
span { border-color: #A42321; }
span { border-color: rgb(164,35,33); }
td.TdClassName
{
border-color: #A42321;
}
.TagClassName
{
border-color: #A42321;
}
</style>