Shades of Brown #A22E1F
Tints of Brown #A22E1F
RGB
CMYK
RGB Variations
Color information
#A22E1F (or 0xA22E1F) is known color: Brown. HEX triplet: A2, 2E and 1F. RGB value is (162,46,31). Sum of RGB (Red+Green+Blue) = 162+46+31=239 (31% of max value = 765). Red value is 162 (63.67% from 255 or 67.78% from 239); Green value is 46 (18.36% from 255 or 19.25% from 239); Blue value is 31 (12.5% from 255 or 12.97% from 239); Max value from RGB is 162 - color contains mainly: red. Hex color #A22E1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22E1F is #5DD1E0. Grayscale: #4F4F4F. Windows color (decimal): -6148577 or 2043554. OLE color: 2043554.
HSL color Cylindrical-coordinate representation of color #A22E1F: hue angle of 6.87º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A22E1F is Cyan = 0, Magento = 0.72, Yellow = 0.81 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 46 | 31 | - |
| CMYK | 0 | 0.72 | 0.81 | 0.36 |
| HSL | 6.87º | 0.68% | 0.38% | - |
| HSV(B) | 6.87º | 0.81% | 0.64% | - |
| XYZ | 16.12 | 9.73 | 2.33 | - |
| YUV | 78.97 | 100.93 | 187.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 46 | 31 | 0 | 0.72 | 0.81 | 0.36 | 6.87 | 0.68 | 0.38 |
| Hex | A2 | 2E | 1F | 0 | 48 | 51 | 24 | 7 | 44 | 26 |
| Octal | 242 | 56 | 37 | 0 | 110 | 121 | 44 | 7 | 104 | 46 |
| Binary | 10100010 | 101110 | 11111 | 0 | 1001000 | 1010001 | 100100 | 111 | 1000100 | 100110 |
Color Harmonies of #A22E1F
Complementary color
Monochromatic Colors of #A22E1F
Black with #A22E1F
Text Example
Text Example
White with #A22E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22E1F; }
p { color: rgb(162,46,31); }
H1.HeaderClassName
{
color: #A22E1F;
}
.AnyTagClassName
{
color: #A22E1F;
}
</style>
background-color css
<style>
a { background-color: #A22E1F; }
a { background-color: rgb(162,46,31); }
div.DivClassName
{
background-color: #A22E1F;
}
.BgClassName
{
background-color: #A22E1F;
}
</style>
border-color css
<style>
span { border-color: #A22E1F; }
span { border-color: rgb(162,46,31); }
td.TdClassName
{
border-color: #A22E1F;
}
.TagClassName
{
border-color: #A22E1F;
}
</style>