Shades of Bright Red #A21A26
Tints of Bright Red #A21A26
RGB
CMYK
RGB Variations
Color information
#A21A26 (or 0xA21A26) is known color: Bright Red. HEX triplet: A2, 1A and 26. RGB value is (162,26,38). Sum of RGB (Red+Green+Blue) = 162+26+38=226 (29% of max value = 765). Red value is 162 (63.67% from 255 or 71.68% from 226); Green value is 26 (10.55% from 255 or 11.50% from 226); Blue value is 38 (15.23% from 255 or 16.81% from 226); Max value from RGB is 162 - color contains mainly: red. Hex color #A21A26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A21A26 is #5DE5D9. Grayscale: #444444. Windows color (decimal): -6153690 or 2497186. OLE color: 2497186.
HSL color Cylindrical-coordinate representation of color #A21A26: hue angle of 354.71º 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 #A21A26 is Cyan = 0, Magento = 0.84, Yellow = 0.77 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 26 | 38 | - |
| CMYK | 0 | 0.84 | 0.77 | 0.36 |
| HSL | 354.71º | 0.72% | 0.37% | - |
| HSV(B) | 354.71º | 0.84% | 0.64% | - |
| XYZ | 15.62 | 8.56 | 2.66 | - |
| YUV | 68.03 | 111.06 | 195.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 26 | 38 | 0 | 0.84 | 0.77 | 0.36 | 354.71 | 0.72 | 0.37 |
| Hex | A2 | 1A | 26 | 0 | 54 | 4D | 24 | 163 | 48 | 25 |
| Octal | 242 | 32 | 46 | 0 | 124 | 115 | 44 | 543 | 110 | 45 |
| Binary | 10100010 | 11010 | 100110 | 0 | 1010100 | 1001101 | 100100 | 101100011 | 1001000 | 100101 |
Color Harmonies of #A21A26
Complementary color
Monochromatic Colors of #A21A26
Black with #A21A26
Text Example
Text Example
White with #A21A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21A26; }
p { color: rgb(162,26,38); }
H1.HeaderClassName
{
color: #A21A26;
}
.AnyTagClassName
{
color: #A21A26;
}
</style>
background-color css
<style>
a { background-color: #A21A26; }
a { background-color: rgb(162,26,38); }
div.DivClassName
{
background-color: #A21A26;
}
.BgClassName
{
background-color: #A21A26;
}
</style>
border-color css
<style>
span { border-color: #A21A26; }
span { border-color: rgb(162,26,38); }
td.TdClassName
{
border-color: #A21A26;
}
.TagClassName
{
border-color: #A21A26;
}
</style>