Shades of Bright Red #A2152A
Tints of Bright Red #A2152A
RGB
CMYK
RGB Variations
Color information
#A2152A (or 0xA2152A) is known color: Bright Red. HEX triplet: A2, 15 and 2A. RGB value is (162,21,42). Sum of RGB (Red+Green+Blue) = 162+21+42=225 (29% of max value = 765). Red value is 162 (63.67% from 255 or 72% from 225); Green value is 21 (8.59% from 255 or 9.33% from 225); Blue value is 42 (16.80% from 255 or 18.67% from 225); Max value from RGB is 162 - color contains mainly: red. Hex color #A2152A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2152A is #5DEAD5. Grayscale: #414141. Windows color (decimal): -6154966 or 2758050. OLE color: 2758050.
HSL color Cylindrical-coordinate representation of color #A2152A: hue angle of 351.06º 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 #A2152A is Cyan = 0, Magento = 0.87, Yellow = 0.74 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 21 | 42 | - |
| CMYK | 0 | 0.87 | 0.74 | 0.36 |
| HSL | 351.06º | 0.77% | 0.36% | - |
| HSV(B) | 351.06º | 0.87% | 0.64% | - |
| XYZ | 15.59 | 8.38 | 2.99 | - |
| YUV | 65.55 | 114.71 | 196.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 21 | 42 | 0 | 0.87 | 0.74 | 0.36 | 351.06 | 0.77 | 0.36 |
| Hex | A2 | 15 | 2A | 0 | 57 | 4A | 24 | 15F | 4D | 24 |
| Octal | 242 | 25 | 52 | 0 | 127 | 112 | 44 | 537 | 115 | 44 |
| Binary | 10100010 | 10101 | 101010 | 0 | 1010111 | 1001010 | 100100 | 101011111 | 1001101 | 100100 |
Color Harmonies of #A2152A
Complementary color
Monochromatic Colors of #A2152A
Black with #A2152A
Text Example
Text Example
White with #A2152A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2152A; }
p { color: rgb(162,21,42); }
H1.HeaderClassName
{
color: #A2152A;
}
.AnyTagClassName
{
color: #A2152A;
}
</style>
background-color css
<style>
a { background-color: #A2152A; }
a { background-color: rgb(162,21,42); }
div.DivClassName
{
background-color: #A2152A;
}
.BgClassName
{
background-color: #A2152A;
}
</style>
border-color css
<style>
span { border-color: #A2152A; }
span { border-color: rgb(162,21,42); }
td.TdClassName
{
border-color: #A2152A;
}
.TagClassName
{
border-color: #A2152A;
}
</style>