Shades of Bright Red #A21A3A
Tints of Bright Red #A21A3A
RGB
CMYK
RGB Variations
Color information
#A21A3A (or 0xA21A3A) is known color: Bright Red. HEX triplet: A2, 1A and 3A. RGB value is (162,26,58). Sum of RGB (Red+Green+Blue) = 162+26+58=246 (32% of max value = 765). Red value is 162 (63.67% from 255 or 65.85% from 246); Green value is 26 (10.55% from 255 or 10.57% from 246); Blue value is 58 (23.05% from 255 or 23.58% from 246); Max value from RGB is 162 - color contains mainly: red. Hex color #A21A3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A21A3A is #5DE5C5. Grayscale: #464646. Windows color (decimal): -6153670 or 3807906. OLE color: 3807906.
HSL color Cylindrical-coordinate representation of color #A21A3A: hue angle of 345.88º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A21A3A is Cyan = 0, Magento = 0.84, Yellow = 0.64 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 26 | 58 | - |
| CMYK | 0 | 0.84 | 0.64 | 0.36 |
| HSL | 345.88º | 0.72% | 0.37% | - |
| HSV(B) | 345.88º | 0.84% | 0.64% | - |
| XYZ | 16.03 | 8.73 | 4.84 | - |
| YUV | 70.31 | 121.06 | 193.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 26 | 58 | 0 | 0.84 | 0.64 | 0.36 | 345.88 | 0.72 | 0.37 |
| Hex | A2 | 1A | 3A | 0 | 54 | 40 | 24 | 15A | 48 | 25 |
| Octal | 242 | 32 | 72 | 0 | 124 | 100 | 44 | 532 | 110 | 45 |
| Binary | 10100010 | 11010 | 111010 | 0 | 1010100 | 1000000 | 100100 | 101011010 | 1001000 | 100101 |
Color Harmonies of #A21A3A
Complementary color
Monochromatic Colors of #A21A3A
Black with #A21A3A
Text Example
Text Example
White with #A21A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21A3A; }
p { color: rgb(162,26,58); }
H1.HeaderClassName
{
color: #A21A3A;
}
.AnyTagClassName
{
color: #A21A3A;
}
</style>
background-color css
<style>
a { background-color: #A21A3A; }
a { background-color: rgb(162,26,58); }
div.DivClassName
{
background-color: #A21A3A;
}
.BgClassName
{
background-color: #A21A3A;
}
</style>
border-color css
<style>
span { border-color: #A21A3A; }
span { border-color: rgb(162,26,58); }
td.TdClassName
{
border-color: #A21A3A;
}
.TagClassName
{
border-color: #A21A3A;
}
</style>