Shades of Bright Red #A2132E
Tints of Bright Red #A2132E
RGB
CMYK
RGB Variations
Color information
#A2132E (or 0xA2132E) is known color: Bright Red. HEX triplet: A2, 13 and 2E. RGB value is (162,19,46). Sum of RGB (Red+Green+Blue) = 162+19+46=227 (30% of max value = 765). Red value is 162 (63.67% from 255 or 71.37% from 227); Green value is 19 (7.81% from 255 or 8.37% from 227); Blue value is 46 (18.36% from 255 or 20.26% from 227); Max value from RGB is 162 - color contains mainly: red. Hex color #A2132E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2132E is #5DECD1. Grayscale: #404040. Windows color (decimal): -6155474 or 3019682. OLE color: 3019682.
HSL color Cylindrical-coordinate representation of color #A2132E: hue angle of 348.67º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A2132E is Cyan = 0, Magento = 0.88, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 19 | 46 | - |
| CMYK | 0 | 0.88 | 0.72 | 0.36 |
| HSL | 348.67º | 0.79% | 0.35% | - |
| HSV(B) | 348.67º | 0.88% | 0.64% | - |
| XYZ | 15.63 | 8.34 | 3.37 | - |
| YUV | 64.84 | 117.38 | 197.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 19 | 46 | 0 | 0.88 | 0.72 | 0.36 | 348.67 | 0.79 | 0.35 |
| Hex | A2 | 13 | 2E | 0 | 58 | 48 | 24 | 15D | 4F | 23 |
| Octal | 242 | 23 | 56 | 0 | 130 | 110 | 44 | 535 | 117 | 43 |
| Binary | 10100010 | 10011 | 101110 | 0 | 1011000 | 1001000 | 100100 | 101011101 | 1001111 | 100011 |
Color Harmonies of #A2132E
Complementary color
Monochromatic Colors of #A2132E
Black with #A2132E
Text Example
Text Example
White with #A2132E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2132E; }
p { color: rgb(162,19,46); }
H1.HeaderClassName
{
color: #A2132E;
}
.AnyTagClassName
{
color: #A2132E;
}
</style>
background-color css
<style>
a { background-color: #A2132E; }
a { background-color: rgb(162,19,46); }
div.DivClassName
{
background-color: #A2132E;
}
.BgClassName
{
background-color: #A2132E;
}
</style>
border-color css
<style>
span { border-color: #A2132E; }
span { border-color: rgb(162,19,46); }
td.TdClassName
{
border-color: #A2132E;
}
.TagClassName
{
border-color: #A2132E;
}
</style>