Shades of Bright Red #A2152D
Tints of Bright Red #A2152D
RGB
CMYK
RGB Variations
Color information
#A2152D (or 0xA2152D) is known color: Bright Red. HEX triplet: A2, 15 and 2D. RGB value is (162,21,45). Sum of RGB (Red+Green+Blue) = 162+21+45=228 (30% of max value = 765). Red value is 162 (63.67% from 255 or 71.05% from 228); Green value is 21 (8.59% from 255 or 9.21% from 228); Blue value is 45 (17.97% from 255 or 19.74% from 228); Max value from RGB is 162 - color contains mainly: red. Hex color #A2152D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2152D is #5DEAD2. Grayscale: #414141. Windows color (decimal): -6154963 or 2954658. OLE color: 2954658.
HSL color Cylindrical-coordinate representation of color #A2152D: hue angle of 349.79º 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 #A2152D is Cyan = 0, Magento = 0.87, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 21 | 45 | - |
| CMYK | 0 | 0.87 | 0.72 | 0.36 |
| HSL | 349.79º | 0.77% | 0.36% | - |
| HSV(B) | 349.79º | 0.87% | 0.64% | - |
| XYZ | 15.64 | 8.41 | 3.28 | - |
| YUV | 65.9 | 116.21 | 196.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 21 | 45 | 0 | 0.87 | 0.72 | 0.36 | 349.79 | 0.77 | 0.36 |
| Hex | A2 | 15 | 2D | 0 | 57 | 48 | 24 | 15E | 4D | 24 |
| Octal | 242 | 25 | 55 | 0 | 127 | 110 | 44 | 536 | 115 | 44 |
| Binary | 10100010 | 10101 | 101101 | 0 | 1010111 | 1001000 | 100100 | 101011110 | 1001101 | 100100 |
Color Harmonies of #A2152D
Complementary color
Monochromatic Colors of #A2152D
Black with #A2152D
Text Example
Text Example
White with #A2152D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2152D; }
p { color: rgb(162,21,45); }
H1.HeaderClassName
{
color: #A2152D;
}
.AnyTagClassName
{
color: #A2152D;
}
</style>
background-color css
<style>
a { background-color: #A2152D; }
a { background-color: rgb(162,21,45); }
div.DivClassName
{
background-color: #A2152D;
}
.BgClassName
{
background-color: #A2152D;
}
</style>
border-color css
<style>
span { border-color: #A2152D; }
span { border-color: rgb(162,21,45); }
td.TdClassName
{
border-color: #A2152D;
}
.TagClassName
{
border-color: #A2152D;
}
</style>