Shades of Bright Red #A2142F
Tints of Bright Red #A2142F
RGB
CMYK
RGB Variations
Color information
#A2142F (or 0xA2142F) is known color: Bright Red. HEX triplet: A2, 14 and 2F. RGB value is (162,20,47). Sum of RGB (Red+Green+Blue) = 162+20+47=229 (30% of max value = 765). Red value is 162 (63.67% from 255 or 70.74% from 229); Green value is 20 (8.20% from 255 or 8.73% from 229); Blue value is 47 (18.75% from 255 or 20.52% from 229); Max value from RGB is 162 - color contains mainly: red. Hex color #A2142F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2142F is #5DEBD0. Grayscale: #414141. Windows color (decimal): -6155217 or 3085474. OLE color: 3085474.
HSL color Cylindrical-coordinate representation of color #A2142F: hue angle of 348.59º 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 #A2142F is Cyan = 0, Magento = 0.88, Yellow = 0.71 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 20 | 47 | - |
| CMYK | 0 | 0.88 | 0.71 | 0.36 |
| HSL | 348.59º | 0.78% | 0.36% | - |
| HSV(B) | 348.59º | 0.88% | 0.64% | - |
| XYZ | 15.66 | 8.39 | 3.48 | - |
| YUV | 65.54 | 117.54 | 196.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 20 | 47 | 0 | 0.88 | 0.71 | 0.36 | 348.59 | 0.78 | 0.36 |
| Hex | A2 | 14 | 2F | 0 | 58 | 47 | 24 | 15D | 4E | 24 |
| Octal | 242 | 24 | 57 | 0 | 130 | 107 | 44 | 535 | 116 | 44 |
| Binary | 10100010 | 10100 | 101111 | 0 | 1011000 | 1000111 | 100100 | 101011101 | 1001110 | 100100 |
Color Harmonies of #A2142F
Complementary color
Monochromatic Colors of #A2142F
Black with #A2142F
Text Example
Text Example
White with #A2142F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2142F; }
p { color: rgb(162,20,47); }
H1.HeaderClassName
{
color: #A2142F;
}
.AnyTagClassName
{
color: #A2142F;
}
</style>
background-color css
<style>
a { background-color: #A2142F; }
a { background-color: rgb(162,20,47); }
div.DivClassName
{
background-color: #A2142F;
}
.BgClassName
{
background-color: #A2142F;
}
</style>
border-color css
<style>
span { border-color: #A2142F; }
span { border-color: rgb(162,20,47); }
td.TdClassName
{
border-color: #A2142F;
}
.TagClassName
{
border-color: #A2142F;
}
</style>