Shades of Bright Red #A2142D
Tints of Bright Red #A2142D
RGB
CMYK
RGB Variations
Color information
#A2142D (or 0xA2142D) is known color: Bright Red. HEX triplet: A2, 14 and 2D. RGB value is (162,20,45). Sum of RGB (Red+Green+Blue) = 162+20+45=227 (30% of max value = 765). Red value is 162 (63.67% from 255 or 71.37% from 227); Green value is 20 (8.20% from 255 or 8.81% from 227); Blue value is 45 (17.97% from 255 or 19.82% from 227); Max value from RGB is 162 - color contains mainly: red. Hex color #A2142D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2142D is #5DEBD2. Grayscale: #414141. Windows color (decimal): -6155219 or 2954402. OLE color: 2954402.
HSL color Cylindrical-coordinate representation of color #A2142D: hue angle of 349.44º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A2142D is Cyan = 0, Magento = 0.88, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 20 | 45 | - |
| CMYK | 0 | 0.88 | 0.72 | 0.36 |
| HSL | 349.44º | 0.78% | 0.36% | - |
| HSV(B) | 349.44º | 0.88% | 0.64% | - |
| XYZ | 15.62 | 8.37 | 3.27 | - |
| YUV | 65.31 | 116.54 | 196.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 20 | 45 | 0 | 0.88 | 0.72 | 0.36 | 349.44 | 0.78 | 0.36 |
| Hex | A2 | 14 | 2D | 0 | 58 | 48 | 24 | 15D | 4E | 24 |
| Octal | 242 | 24 | 55 | 0 | 130 | 110 | 44 | 535 | 116 | 44 |
| Binary | 10100010 | 10100 | 101101 | 0 | 1011000 | 1001000 | 100100 | 101011101 | 1001110 | 100100 |
Color Harmonies of #A2142D
Complementary color
Monochromatic Colors of #A2142D
Black with #A2142D
Text Example
Text Example
White with #A2142D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2142D; }
p { color: rgb(162,20,45); }
H1.HeaderClassName
{
color: #A2142D;
}
.AnyTagClassName
{
color: #A2142D;
}
</style>
background-color css
<style>
a { background-color: #A2142D; }
a { background-color: rgb(162,20,45); }
div.DivClassName
{
background-color: #A2142D;
}
.BgClassName
{
background-color: #A2142D;
}
</style>
border-color css
<style>
span { border-color: #A2142D; }
span { border-color: rgb(162,20,45); }
td.TdClassName
{
border-color: #A2142D;
}
.TagClassName
{
border-color: #A2142D;
}
</style>