Shades of Bright Red #A2212E
Tints of Bright Red #A2212E
RGB
CMYK
RGB Variations
Color information
#A2212E (or 0xA2212E) is known color: Bright Red. HEX triplet: A2, 21 and 2E. RGB value is (162,33,46). Sum of RGB (Red+Green+Blue) = 162+33+46=241 (31% of max value = 765). Red value is 162 (63.67% from 255 or 67.22% from 241); Green value is 33 (13.28% from 255 or 13.69% from 241); Blue value is 46 (18.36% from 255 or 19.09% from 241); Max value from RGB is 162 - color contains mainly: red. Hex color #A2212E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2212E is #5DDED1. Grayscale: #494949. Windows color (decimal): -6151890 or 3023266. OLE color: 3023266.
HSL color Cylindrical-coordinate representation of color #A2212E: hue angle of 353.95º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A2212E is Cyan = 0, Magento = 0.80, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 33 | 46 | - |
| CMYK | 0 | 0.80 | 0.72 | 0.36 |
| HSL | 353.95º | 0.66% | 0.38% | - |
| HSV(B) | 353.95º | 0.8% | 0.64% | - |
| XYZ | 15.94 | 8.97 | 3.48 | - |
| YUV | 73.05 | 112.74 | 191.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 33 | 46 | 0 | 0.80 | 0.72 | 0.36 | 353.95 | 0.66 | 0.38 |
| Hex | A2 | 21 | 2E | 0 | 50 | 48 | 24 | 162 | 42 | 26 |
| Octal | 242 | 41 | 56 | 0 | 120 | 110 | 44 | 542 | 102 | 46 |
| Binary | 10100010 | 100001 | 101110 | 0 | 1010000 | 1001000 | 100100 | 101100010 | 1000010 | 100110 |
Color Harmonies of #A2212E
Complementary color
Monochromatic Colors of #A2212E
Black with #A2212E
Text Example
Text Example
White with #A2212E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2212E; }
p { color: rgb(162,33,46); }
H1.HeaderClassName
{
color: #A2212E;
}
.AnyTagClassName
{
color: #A2212E;
}
</style>
background-color css
<style>
a { background-color: #A2212E; }
a { background-color: rgb(162,33,46); }
div.DivClassName
{
background-color: #A2212E;
}
.BgClassName
{
background-color: #A2212E;
}
</style>
border-color css
<style>
span { border-color: #A2212E; }
span { border-color: rgb(162,33,46); }
td.TdClassName
{
border-color: #A2212E;
}
.TagClassName
{
border-color: #A2212E;
}
</style>