Shades of Brown #A42222
Tints of Brown #A42222
RGB
CMYK
RGB Variations
Color information
#A42222 (or 0xA42222) is known color: Brown. HEX triplet: A4, 22 and 22. RGB value is (164,34,34). Sum of RGB (Red+Green+Blue) = 164+34+34=232 (30% of max value = 765). Red value is 164 (64.45% from 255 or 70.69% from 232); Green value is 34 (13.67% from 255 or 14.66% from 232); Blue value is 34 (13.67% from 255 or 14.66% from 232); Max value from RGB is 164 - color contains mainly: red. Hex color #A42222 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A42222 is #5BDDDD. Grayscale: #484848. Windows color (decimal): -6020574 or 2237092. OLE color: 2237092.
HSL color Cylindrical-coordinate representation of color #A42222: hue angle of 0º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A42222 is Cyan = 0, Magento = 0.79, Yellow = 0.79 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 34 | 34 | - |
| CMYK | 0 | 0.79 | 0.79 | 0.36 |
| HSL | 0º | 0.66% | 0.39% | - |
| HSV(B) | 0º | 0.79% | 0.64% | - |
| XYZ | 16.17 | 9.15 | 2.43 | - |
| YUV | 72.87 | 106.07 | 193 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 34 | 34 | 0 | 0.79 | 0.79 | 0.36 | 0 | 0.66 | 0.39 |
| Hex | A4 | 22 | 22 | 0 | 4F | 4F | 24 | 0 | 42 | 27 |
| Octal | 244 | 42 | 42 | 0 | 117 | 117 | 44 | 0 | 102 | 47 |
| Binary | 10100100 | 100010 | 100010 | 0 | 1001111 | 1001111 | 100100 | 0 | 1000010 | 100111 |
Color Harmonies of #A42222
Complementary color
Monochromatic Colors of #A42222
Black with #A42222
Text Example
Text Example
White with #A42222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42222; }
p { color: rgb(164,34,34); }
H1.HeaderClassName
{
color: #A42222;
}
.AnyTagClassName
{
color: #A42222;
}
</style>
background-color css
<style>
a { background-color: #A42222; }
a { background-color: rgb(164,34,34); }
div.DivClassName
{
background-color: #A42222;
}
.BgClassName
{
background-color: #A42222;
}
</style>
border-color css
<style>
span { border-color: #A42222; }
span { border-color: rgb(164,34,34); }
td.TdClassName
{
border-color: #A42222;
}
.TagClassName
{
border-color: #A42222;
}
</style>