Shades of Bright Red #A21532
Tints of Bright Red #A21532
RGB
CMYK
RGB Variations
Color information
#A21532 (or 0xA21532) is known color: Bright Red. HEX triplet: A2, 15 and 32. RGB value is (162,21,50). Sum of RGB (Red+Green+Blue) = 162+21+50=233 (30% of max value = 765). Red value is 162 (63.67% from 255 or 69.53% from 233); Green value is 21 (8.59% from 255 or 9.01% from 233); Blue value is 50 (19.92% from 255 or 21.46% from 233); Max value from RGB is 162 - color contains mainly: red. Hex color #A21532 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A21532 is #5DEACD. Grayscale: #424242. Windows color (decimal): -6154958 or 3282338. OLE color: 3282338.
HSL color Cylindrical-coordinate representation of color #A21532: hue angle of 347.66º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A21532 is Cyan = 0, Magento = 0.87, Yellow = 0.69 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 21 | 50 | - |
| CMYK | 0 | 0.87 | 0.69 | 0.36 |
| HSL | 347.66º | 0.77% | 0.36% | - |
| HSV(B) | 347.66º | 0.87% | 0.64% | - |
| XYZ | 15.74 | 8.45 | 3.82 | - |
| YUV | 66.47 | 118.71 | 196.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 21 | 50 | 0 | 0.87 | 0.69 | 0.36 | 347.66 | 0.77 | 0.36 |
| Hex | A2 | 15 | 32 | 0 | 57 | 45 | 24 | 15C | 4D | 24 |
| Octal | 242 | 25 | 62 | 0 | 127 | 105 | 44 | 534 | 115 | 44 |
| Binary | 10100010 | 10101 | 110010 | 0 | 1010111 | 1000101 | 100100 | 101011100 | 1001101 | 100100 |
Color Harmonies of #A21532
Complementary color
Monochromatic Colors of #A21532
Black with #A21532
Text Example
Text Example
White with #A21532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21532; }
p { color: rgb(162,21,50); }
H1.HeaderClassName
{
color: #A21532;
}
.AnyTagClassName
{
color: #A21532;
}
</style>
background-color css
<style>
a { background-color: #A21532; }
a { background-color: rgb(162,21,50); }
div.DivClassName
{
background-color: #A21532;
}
.BgClassName
{
background-color: #A21532;
}
</style>
border-color css
<style>
span { border-color: #A21532; }
span { border-color: rgb(162,21,50); }
td.TdClassName
{
border-color: #A21532;
}
.TagClassName
{
border-color: #A21532;
}
</style>