Shades of Bright Red #A2152E
Tints of Bright Red #A2152E
RGB
CMYK
RGB Variations
Color information
#A2152E (or 0xA2152E) is known color: Bright Red. HEX triplet: A2, 15 and 2E. RGB value is (162,21,46). Sum of RGB (Red+Green+Blue) = 162+21+46=229 (30% of max value = 765). Red value is 162 (63.67% from 255 or 70.74% from 229); Green value is 21 (8.59% from 255 or 9.17% from 229); Blue value is 46 (18.36% from 255 or 20.09% from 229); Max value from RGB is 162 - color contains mainly: red. Hex color #A2152E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2152E is #5DEAD1. Grayscale: #424242. Windows color (decimal): -6154962 or 3020194. OLE color: 3020194.
HSL color Cylindrical-coordinate representation of color #A2152E: hue angle of 349.36º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A2152E is Cyan = 0, Magento = 0.87, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 21 | 46 | - |
| CMYK | 0 | 0.87 | 0.72 | 0.36 |
| HSL | 349.36º | 0.77% | 0.36% | - |
| HSV(B) | 349.36º | 0.87% | 0.64% | - |
| XYZ | 15.66 | 8.41 | 3.38 | - |
| YUV | 66.01 | 116.71 | 196.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 21 | 46 | 0 | 0.87 | 0.72 | 0.36 | 349.36 | 0.77 | 0.36 |
| Hex | A2 | 15 | 2E | 0 | 57 | 48 | 24 | 15D | 4D | 24 |
| Octal | 242 | 25 | 56 | 0 | 127 | 110 | 44 | 535 | 115 | 44 |
| Binary | 10100010 | 10101 | 101110 | 0 | 1010111 | 1001000 | 100100 | 101011101 | 1001101 | 100100 |
Color Harmonies of #A2152E
Complementary color
Monochromatic Colors of #A2152E
Black with #A2152E
Text Example
Text Example
White with #A2152E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2152E; }
p { color: rgb(162,21,46); }
H1.HeaderClassName
{
color: #A2152E;
}
.AnyTagClassName
{
color: #A2152E;
}
</style>
background-color css
<style>
a { background-color: #A2152E; }
a { background-color: rgb(162,21,46); }
div.DivClassName
{
background-color: #A2152E;
}
.BgClassName
{
background-color: #A2152E;
}
</style>
border-color css
<style>
span { border-color: #A2152E; }
span { border-color: rgb(162,21,46); }
td.TdClassName
{
border-color: #A2152E;
}
.TagClassName
{
border-color: #A2152E;
}
</style>