Shades of Brown #A2271C
Tints of Brown #A2271C
RGB
CMYK
RGB Variations
Color information
#A2271C (or 0xA2271C) is known color: Brown. HEX triplet: A2, 27 and 1C. RGB value is (162,39,28). Sum of RGB (Red+Green+Blue) = 162+39+28=229 (30% of max value = 765). Red value is 162 (63.67% from 255 or 70.74% from 229); Green value is 39 (15.62% from 255 or 17.03% from 229); Blue value is 28 (11.33% from 255 or 12.23% from 229); Max value from RGB is 162 - color contains mainly: red. Hex color #A2271C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2271C is #5DD8E3. Grayscale: #4A4A4A. Windows color (decimal): -6150372 or 1845154. OLE color: 1845154.
HSL color Cylindrical-coordinate representation of color #A2271C: hue angle of 4.93º 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 #A2271C is Cyan = 0, Magento = 0.76, Yellow = 0.83 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 39 | 28 | - |
| CMYK | 0 | 0.76 | 0.83 | 0.36 |
| HSL | 4.93º | 0.71% | 0.37% | - |
| HSV(B) | 4.93º | 0.83% | 0.64% | - |
| XYZ | 15.84 | 9.22 | 2.04 | - |
| YUV | 74.52 | 101.75 | 190.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 39 | 28 | 0 | 0.76 | 0.83 | 0.36 | 4.93 | 0.71 | 0.37 |
| Hex | A2 | 27 | 1C | 0 | 4C | 53 | 24 | 5 | 47 | 25 |
| Octal | 242 | 47 | 34 | 0 | 114 | 123 | 44 | 5 | 107 | 45 |
| Binary | 10100010 | 100111 | 11100 | 0 | 1001100 | 1010011 | 100100 | 101 | 1000111 | 100101 |
Color Harmonies of #A2271C
Complementary color
Monochromatic Colors of #A2271C
Black with #A2271C
Text Example
Text Example
White with #A2271C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2271C; }
p { color: rgb(162,39,28); }
H1.HeaderClassName
{
color: #A2271C;
}
.AnyTagClassName
{
color: #A2271C;
}
</style>
background-color css
<style>
a { background-color: #A2271C; }
a { background-color: rgb(162,39,28); }
div.DivClassName
{
background-color: #A2271C;
}
.BgClassName
{
background-color: #A2271C;
}
</style>
border-color css
<style>
span { border-color: #A2271C; }
span { border-color: rgb(162,39,28); }
td.TdClassName
{
border-color: #A2271C;
}
.TagClassName
{
border-color: #A2271C;
}
</style>