Shades of Brown #A22C1D
Tints of Brown #A22C1D
RGB
CMYK
RGB Variations
Color information
#A22C1D (or 0xA22C1D) is known color: Brown. HEX triplet: A2, 2C and 1D. RGB value is (162,44,29). Sum of RGB (Red+Green+Blue) = 162+44+29=235 (31% of max value = 765). Red value is 162 (63.67% from 255 or 68.94% from 235); Green value is 44 (17.58% from 255 or 18.72% from 235); Blue value is 29 (11.72% from 255 or 12.34% from 235); Max value from RGB is 162 - color contains mainly: red. Hex color #A22C1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22C1D is #5DD3E2. Grayscale: #4D4D4D. Windows color (decimal): -6149091 or 1911970. OLE color: 1911970.
HSL color Cylindrical-coordinate representation of color #A22C1D: hue angle of 6.77º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A22C1D is Cyan = 0, Magento = 0.73, Yellow = 0.82 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 44 | 29 | - |
| CMYK | 0 | 0.73 | 0.82 | 0.36 |
| HSL | 6.77º | 0.7% | 0.37% | - |
| HSV(B) | 6.77º | 0.82% | 0.64% | - |
| XYZ | 16.02 | 9.57 | 2.17 | - |
| YUV | 77.57 | 100.59 | 188.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 44 | 29 | 0 | 0.73 | 0.82 | 0.36 | 6.77 | 0.7 | 0.37 |
| Hex | A2 | 2C | 1D | 0 | 49 | 52 | 24 | 7 | 46 | 25 |
| Octal | 242 | 54 | 35 | 0 | 111 | 122 | 44 | 7 | 106 | 45 |
| Binary | 10100010 | 101100 | 11101 | 0 | 1001001 | 1010010 | 100100 | 111 | 1000110 | 100101 |
Color Harmonies of #A22C1D
Complementary color
Monochromatic Colors of #A22C1D
Black with #A22C1D
Text Example
Text Example
White with #A22C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22C1D; }
p { color: rgb(162,44,29); }
H1.HeaderClassName
{
color: #A22C1D;
}
.AnyTagClassName
{
color: #A22C1D;
}
</style>
background-color css
<style>
a { background-color: #A22C1D; }
a { background-color: rgb(162,44,29); }
div.DivClassName
{
background-color: #A22C1D;
}
.BgClassName
{
background-color: #A22C1D;
}
</style>
border-color css
<style>
span { border-color: #A22C1D; }
span { border-color: rgb(162,44,29); }
td.TdClassName
{
border-color: #A22C1D;
}
.TagClassName
{
border-color: #A22C1D;
}
</style>