Shades of Bright Red #A2152F
Tints of Bright Red #A2152F
RGB
CMYK
RGB Variations
Color information
#A2152F (or 0xA2152F) is known color: Bright Red. HEX triplet: A2, 15 and 2F. RGB value is (162,21,47). Sum of RGB (Red+Green+Blue) = 162+21+47=230 (30% of max value = 765). Red value is 162 (63.67% from 255 or 70.43% from 230); Green value is 21 (8.59% from 255 or 9.13% from 230); Blue value is 47 (18.75% from 255 or 20.43% from 230); Max value from RGB is 162 - color contains mainly: red. Hex color #A2152F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2152F is #5DEAD0. Grayscale: #424242. Windows color (decimal): -6154961 or 3085730. OLE color: 3085730.
HSL color Cylindrical-coordinate representation of color #A2152F: hue angle of 348.94º 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 #A2152F is Cyan = 0, Magento = 0.87, Yellow = 0.71 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 21 | 47 | - |
| CMYK | 0 | 0.87 | 0.71 | 0.36 |
| HSL | 348.94º | 0.77% | 0.36% | - |
| HSV(B) | 348.94º | 0.87% | 0.64% | - |
| XYZ | 15.68 | 8.42 | 3.49 | - |
| YUV | 66.12 | 117.21 | 196.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 21 | 47 | 0 | 0.87 | 0.71 | 0.36 | 348.94 | 0.77 | 0.36 |
| Hex | A2 | 15 | 2F | 0 | 57 | 47 | 24 | 15D | 4D | 24 |
| Octal | 242 | 25 | 57 | 0 | 127 | 107 | 44 | 535 | 115 | 44 |
| Binary | 10100010 | 10101 | 101111 | 0 | 1010111 | 1000111 | 100100 | 101011101 | 1001101 | 100100 |
Color Harmonies of #A2152F
Complementary color
Monochromatic Colors of #A2152F
Black with #A2152F
Text Example
Text Example
White with #A2152F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2152F; }
p { color: rgb(162,21,47); }
H1.HeaderClassName
{
color: #A2152F;
}
.AnyTagClassName
{
color: #A2152F;
}
</style>
background-color css
<style>
a { background-color: #A2152F; }
a { background-color: rgb(162,21,47); }
div.DivClassName
{
background-color: #A2152F;
}
.BgClassName
{
background-color: #A2152F;
}
</style>
border-color css
<style>
span { border-color: #A2152F; }
span { border-color: rgb(162,21,47); }
td.TdClassName
{
border-color: #A2152F;
}
.TagClassName
{
border-color: #A2152F;
}
</style>