Shades of Bright Red #A2143A
Tints of Bright Red #A2143A
RGB
CMYK
RGB Variations
Color information
#A2143A (or 0xA2143A) is known color: Bright Red. HEX triplet: A2, 14 and 3A. RGB value is (162,20,58). Sum of RGB (Red+Green+Blue) = 162+20+58=240 (31% of max value = 765). Red value is 162 (63.67% from 255 or 67.5% from 240); Green value is 20 (8.20% from 255 or 8.33% from 240); Blue value is 58 (23.05% from 255 or 24.17% from 240); Max value from RGB is 162 - color contains mainly: red. Hex color #A2143A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2143A is #5DEBC5. Grayscale: #424242. Windows color (decimal): -6155206 or 3806370. OLE color: 3806370.
HSL color Cylindrical-coordinate representation of color #A2143A: hue angle of 343.94º 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 #A2143A is Cyan = 0, Magento = 0.88, Yellow = 0.64 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 20 | 58 | - |
| CMYK | 0 | 0.88 | 0.64 | 0.36 |
| HSL | 343.94º | 0.78% | 0.36% | - |
| HSV(B) | 343.94º | 0.88% | 0.64% | - |
| XYZ | 15.91 | 8.49 | 4.8 | - |
| YUV | 66.79 | 123.04 | 195.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 20 | 58 | 0 | 0.88 | 0.64 | 0.36 | 343.94 | 0.78 | 0.36 |
| Hex | A2 | 14 | 3A | 0 | 58 | 40 | 24 | 158 | 4E | 24 |
| Octal | 242 | 24 | 72 | 0 | 130 | 100 | 44 | 530 | 116 | 44 |
| Binary | 10100010 | 10100 | 111010 | 0 | 1011000 | 1000000 | 100100 | 101011000 | 1001110 | 100100 |
Color Harmonies of #A2143A
Complementary color
Monochromatic Colors of #A2143A
Black with #A2143A
Text Example
Text Example
White with #A2143A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2143A; }
p { color: rgb(162,20,58); }
H1.HeaderClassName
{
color: #A2143A;
}
.AnyTagClassName
{
color: #A2143A;
}
</style>
background-color css
<style>
a { background-color: #A2143A; }
a { background-color: rgb(162,20,58); }
div.DivClassName
{
background-color: #A2143A;
}
.BgClassName
{
background-color: #A2143A;
}
</style>
border-color css
<style>
span { border-color: #A2143A; }
span { border-color: rgb(162,20,58); }
td.TdClassName
{
border-color: #A2143A;
}
.TagClassName
{
border-color: #A2143A;
}
</style>