Shades of Bright Red #A21528
Tints of Bright Red #A21528
RGB
CMYK
RGB Variations
Color information
#A21528 (or 0xA21528) is known color: Bright Red. HEX triplet: A2, 15 and 28. RGB value is (162,21,40). Sum of RGB (Red+Green+Blue) = 162+21+40=223 (29% of max value = 765). Red value is 162 (63.67% from 255 or 72.65% from 223); Green value is 21 (8.59% from 255 or 9.42% from 223); Blue value is 40 (16.02% from 255 or 17.94% from 223); Max value from RGB is 162 - color contains mainly: red. Hex color #A21528 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A21528 is #5DEAD7. Grayscale: #414141. Windows color (decimal): -6154968 or 2626978. OLE color: 2626978.
HSL color Cylindrical-coordinate representation of color #A21528: hue angle of 351.91º 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 #A21528 is Cyan = 0, Magento = 0.87, Yellow = 0.75 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 21 | 40 | - |
| CMYK | 0 | 0.87 | 0.75 | 0.36 |
| HSL | 351.91º | 0.77% | 0.36% | - |
| HSV(B) | 351.91º | 0.87% | 0.64% | - |
| XYZ | 15.55 | 8.37 | 2.8 | - |
| YUV | 65.33 | 113.71 | 196.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 21 | 40 | 0 | 0.87 | 0.75 | 0.36 | 351.91 | 0.77 | 0.36 |
| Hex | A2 | 15 | 28 | 0 | 57 | 4B | 24 | 160 | 4D | 24 |
| Octal | 242 | 25 | 50 | 0 | 127 | 113 | 44 | 540 | 115 | 44 |
| Binary | 10100010 | 10101 | 101000 | 0 | 1010111 | 1001011 | 100100 | 101100000 | 1001101 | 100100 |
Color Harmonies of #A21528
Complementary color
Monochromatic Colors of #A21528
Black with #A21528
Text Example
Text Example
White with #A21528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21528; }
p { color: rgb(162,21,40); }
H1.HeaderClassName
{
color: #A21528;
}
.AnyTagClassName
{
color: #A21528;
}
</style>
background-color css
<style>
a { background-color: #A21528; }
a { background-color: rgb(162,21,40); }
div.DivClassName
{
background-color: #A21528;
}
.BgClassName
{
background-color: #A21528;
}
</style>
border-color css
<style>
span { border-color: #A21528; }
span { border-color: rgb(162,21,40); }
td.TdClassName
{
border-color: #A21528;
}
.TagClassName
{
border-color: #A21528;
}
</style>