Shades of Bright Red #A21932
Tints of Bright Red #A21932
RGB
CMYK
RGB Variations
Color information
#A21932 (or 0xA21932) is known color: Bright Red. HEX triplet: A2, 19 and 32. RGB value is (162,25,50). Sum of RGB (Red+Green+Blue) = 162+25+50=237 (31% of max value = 765). Red value is 162 (63.67% from 255 or 68.35% from 237); Green value is 25 (10.16% from 255 or 10.55% from 237); Blue value is 50 (19.92% from 255 or 21.10% from 237); Max value from RGB is 162 - color contains mainly: red. Hex color #A21932 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A21932 is #5DE6CD. Grayscale: #444444. Windows color (decimal): -6153934 or 3283362. OLE color: 3283362.
HSL color Cylindrical-coordinate representation of color #A21932: hue angle of 349.05º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A21932 is Cyan = 0, Magento = 0.85, Yellow = 0.69 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 25 | 50 | - |
| CMYK | 0 | 0.85 | 0.69 | 0.36 |
| HSL | 349.05º | 0.73% | 0.37% | - |
| HSV(B) | 349.05º | 0.85% | 0.64% | - |
| XYZ | 15.82 | 8.61 | 3.84 | - |
| YUV | 68.81 | 117.39 | 194.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 25 | 50 | 0 | 0.85 | 0.69 | 0.36 | 349.05 | 0.73 | 0.37 |
| Hex | A2 | 19 | 32 | 0 | 55 | 45 | 24 | 15D | 49 | 25 |
| Octal | 242 | 31 | 62 | 0 | 125 | 105 | 44 | 535 | 111 | 45 |
| Binary | 10100010 | 11001 | 110010 | 0 | 1010101 | 1000101 | 100100 | 101011101 | 1001001 | 100101 |
Color Harmonies of #A21932
Complementary color
Monochromatic Colors of #A21932
Black with #A21932
Text Example
Text Example
White with #A21932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21932; }
p { color: rgb(162,25,50); }
H1.HeaderClassName
{
color: #A21932;
}
.AnyTagClassName
{
color: #A21932;
}
</style>
background-color css
<style>
a { background-color: #A21932; }
a { background-color: rgb(162,25,50); }
div.DivClassName
{
background-color: #A21932;
}
.BgClassName
{
background-color: #A21932;
}
</style>
border-color css
<style>
span { border-color: #A21932; }
span { border-color: rgb(162,25,50); }
td.TdClassName
{
border-color: #A21932;
}
.TagClassName
{
border-color: #A21932;
}
</style>