Shades of Bright Red #A2152B
Tints of Bright Red #A2152B
RGB
CMYK
RGB Variations
Color information
#A2152B (or 0xA2152B) is known color: Bright Red. HEX triplet: A2, 15 and 2B. RGB value is (162,21,43). Sum of RGB (Red+Green+Blue) = 162+21+43=226 (29% of max value = 765). Red value is 162 (63.67% from 255 or 71.68% from 226); Green value is 21 (8.59% from 255 or 9.29% from 226); Blue value is 43 (17.19% from 255 or 19.03% from 226); Max value from RGB is 162 - color contains mainly: red. Hex color #A2152B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2152B is #5DEAD4. Grayscale: #414141. Windows color (decimal): -6154965 or 2823586. OLE color: 2823586.
HSL color Cylindrical-coordinate representation of color #A2152B: hue angle of 350.64º 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 #A2152B is Cyan = 0, Magento = 0.87, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 21 | 43 | - |
| CMYK | 0 | 0.87 | 0.73 | 0.36 |
| HSL | 350.64º | 0.77% | 0.36% | - |
| HSV(B) | 350.64º | 0.87% | 0.64% | - |
| XYZ | 15.6 | 8.39 | 3.08 | - |
| YUV | 65.67 | 115.21 | 196.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 21 | 43 | 0 | 0.87 | 0.73 | 0.36 | 350.64 | 0.77 | 0.36 |
| Hex | A2 | 15 | 2B | 0 | 57 | 49 | 24 | 15F | 4D | 24 |
| Octal | 242 | 25 | 53 | 0 | 127 | 111 | 44 | 537 | 115 | 44 |
| Binary | 10100010 | 10101 | 101011 | 0 | 1010111 | 1001001 | 100100 | 101011111 | 1001101 | 100100 |
Color Harmonies of #A2152B
Complementary color
Monochromatic Colors of #A2152B
Black with #A2152B
Text Example
Text Example
White with #A2152B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2152B; }
p { color: rgb(162,21,43); }
H1.HeaderClassName
{
color: #A2152B;
}
.AnyTagClassName
{
color: #A2152B;
}
</style>
background-color css
<style>
a { background-color: #A2152B; }
a { background-color: rgb(162,21,43); }
div.DivClassName
{
background-color: #A2152B;
}
.BgClassName
{
background-color: #A2152B;
}
</style>
border-color css
<style>
span { border-color: #A2152B; }
span { border-color: rgb(162,21,43); }
td.TdClassName
{
border-color: #A2152B;
}
.TagClassName
{
border-color: #A2152B;
}
</style>