Shades of Bright Red #A2122E
Tints of Bright Red #A2122E
RGB
CMYK
RGB Variations
Color information
#A2122E (or 0xA2122E) is known color: Bright Red. HEX triplet: A2, 12 and 2E. RGB value is (162,18,46). Sum of RGB (Red+Green+Blue) = 162+18+46=226 (29% of max value = 765). Red value is 162 (63.67% from 255 or 71.68% from 226); Green value is 18 (7.42% from 255 or 7.96% from 226); Blue value is 46 (18.36% from 255 or 20.35% from 226); Max value from RGB is 162 - color contains mainly: red. Hex color #A2122E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2122E is #5DEDD1. Grayscale: #404040. Windows color (decimal): -6155730 or 3019426. OLE color: 3019426.
HSL color Cylindrical-coordinate representation of color #A2122E: hue angle of 348.33º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A2122E is Cyan = 0, Magento = 0.89, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 18 | 46 | - |
| CMYK | 0 | 0.89 | 0.72 | 0.36 |
| HSL | 348.33º | 0.8% | 0.35% | - |
| HSV(B) | 348.33º | 0.89% | 0.64% | - |
| XYZ | 15.61 | 8.31 | 3.37 | - |
| YUV | 64.25 | 117.71 | 197.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 18 | 46 | 0 | 0.89 | 0.72 | 0.36 | 348.33 | 0.8 | 0.35 |
| Hex | A2 | 12 | 2E | 0 | 59 | 48 | 24 | 15C | 50 | 23 |
| Octal | 242 | 22 | 56 | 0 | 131 | 110 | 44 | 534 | 120 | 43 |
| Binary | 10100010 | 10010 | 101110 | 0 | 1011001 | 1001000 | 100100 | 101011100 | 1010000 | 100011 |
Color Harmonies of #A2122E
Complementary color
Monochromatic Colors of #A2122E
Black with #A2122E
Text Example
Text Example
White with #A2122E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2122E; }
p { color: rgb(162,18,46); }
H1.HeaderClassName
{
color: #A2122E;
}
.AnyTagClassName
{
color: #A2122E;
}
</style>
background-color css
<style>
a { background-color: #A2122E; }
a { background-color: rgb(162,18,46); }
div.DivClassName
{
background-color: #A2122E;
}
.BgClassName
{
background-color: #A2122E;
}
</style>
border-color css
<style>
span { border-color: #A2122E; }
span { border-color: rgb(162,18,46); }
td.TdClassName
{
border-color: #A2122E;
}
.TagClassName
{
border-color: #A2122E;
}
</style>