Shades of Bright Red #A21132
Tints of Bright Red #A21132
RGB
CMYK
RGB Variations
Color information
#A21132 (or 0xA21132) is known color: Bright Red. HEX triplet: A2, 11 and 32. RGB value is (162,17,50). Sum of RGB (Red+Green+Blue) = 162+17+50=229 (30% of max value = 765). Red value is 162 (63.67% from 255 or 70.74% from 229); Green value is 17 (7.03% from 255 or 7.42% from 229); Blue value is 50 (19.92% from 255 or 21.83% from 229); Max value from RGB is 162 - color contains mainly: red. Hex color #A21132 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A21132 is #5DEECD. Grayscale: #404040. Windows color (decimal): -6155982 or 3281314. OLE color: 3281314.
HSL color Cylindrical-coordinate representation of color #A21132: hue angle of 346.34º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A21132 is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 17 | 50 | - |
| CMYK | 0 | 0.90 | 0.69 | 0.36 |
| HSL | 346.34º | 0.81% | 0.35% | - |
| HSV(B) | 346.34º | 0.9% | 0.64% | - |
| XYZ | 15.68 | 8.31 | 3.8 | - |
| YUV | 64.12 | 120.04 | 197.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 17 | 50 | 0 | 0.90 | 0.69 | 0.36 | 346.34 | 0.81 | 0.35 |
| Hex | A2 | 11 | 32 | 0 | 5A | 45 | 24 | 15A | 51 | 23 |
| Octal | 242 | 21 | 62 | 0 | 132 | 105 | 44 | 532 | 121 | 43 |
| Binary | 10100010 | 10001 | 110010 | 0 | 1011010 | 1000101 | 100100 | 101011010 | 1010001 | 100011 |
Color Harmonies of #A21132
Complementary color
Monochromatic Colors of #A21132
Black with #A21132
Text Example
Text Example
White with #A21132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21132; }
p { color: rgb(162,17,50); }
H1.HeaderClassName
{
color: #A21132;
}
.AnyTagClassName
{
color: #A21132;
}
</style>
background-color css
<style>
a { background-color: #A21132; }
a { background-color: rgb(162,17,50); }
div.DivClassName
{
background-color: #A21132;
}
.BgClassName
{
background-color: #A21132;
}
</style>
border-color css
<style>
span { border-color: #A21132; }
span { border-color: rgb(162,17,50); }
td.TdClassName
{
border-color: #A21132;
}
.TagClassName
{
border-color: #A21132;
}
</style>