Shades of Brown #A2251B
Tints of Brown #A2251B
RGB
CMYK
RGB Variations
Color information
#A2251B (or 0xA2251B) is known color: Brown. HEX triplet: A2, 25 and 1B. RGB value is (162,37,27). Sum of RGB (Red+Green+Blue) = 162+37+27=226 (29% of max value = 765). Red value is 162 (63.67% from 255 or 71.68% from 226); Green value is 37 (14.84% from 255 or 16.37% from 226); Blue value is 27 (10.94% from 255 or 11.95% from 226); Max value from RGB is 162 - color contains mainly: red. Hex color #A2251B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2251B is #5DDAE4. Grayscale: #494949. Windows color (decimal): -6150885 or 1779106. OLE color: 1779106.
HSL color Cylindrical-coordinate representation of color #A2251B: hue angle of 4.44º 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 #A2251B is Cyan = 0, Magento = 0.77, Yellow = 0.83 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 37 | 27 | - |
| CMYK | 0 | 0.77 | 0.83 | 0.36 |
| HSL | 4.44º | 0.71% | 0.37% | - |
| HSV(B) | 4.44º | 0.83% | 0.64% | - |
| XYZ | 15.76 | 9.08 | 1.96 | - |
| YUV | 73.24 | 101.91 | 191.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 37 | 27 | 0 | 0.77 | 0.83 | 0.36 | 4.44 | 0.71 | 0.37 |
| Hex | A2 | 25 | 1B | 0 | 4D | 53 | 24 | 4 | 47 | 25 |
| Octal | 242 | 45 | 33 | 0 | 115 | 123 | 44 | 4 | 107 | 45 |
| Binary | 10100010 | 100101 | 11011 | 0 | 1001101 | 1010011 | 100100 | 100 | 1000111 | 100101 |
Color Harmonies of #A2251B
Complementary color
Monochromatic Colors of #A2251B
Black with #A2251B
Text Example
Text Example
White with #A2251B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2251B; }
p { color: rgb(162,37,27); }
H1.HeaderClassName
{
color: #A2251B;
}
.AnyTagClassName
{
color: #A2251B;
}
</style>
background-color css
<style>
a { background-color: #A2251B; }
a { background-color: rgb(162,37,27); }
div.DivClassName
{
background-color: #A2251B;
}
.BgClassName
{
background-color: #A2251B;
}
</style>
border-color css
<style>
span { border-color: #A2251B; }
span { border-color: rgb(162,37,27); }
td.TdClassName
{
border-color: #A2251B;
}
.TagClassName
{
border-color: #A2251B;
}
</style>