Shades of Bright Red #A21926
Tints of Bright Red #A21926
RGB
CMYK
RGB Variations
Color information
#A21926 (or 0xA21926) is known color: Bright Red. HEX triplet: A2, 19 and 26. RGB value is (162,25,38). Sum of RGB (Red+Green+Blue) = 162+25+38=225 (29% of max value = 765). Red value is 162 (63.67% from 255 or 72% from 225); Green value is 25 (10.16% from 255 or 11.11% from 225); Blue value is 38 (15.23% from 255 or 16.89% from 225); Max value from RGB is 162 - color contains mainly: red. Hex color #A21926 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A21926 is #5DE6D9. Grayscale: #434343. Windows color (decimal): -6153946 or 2496930. OLE color: 2496930.
HSL color Cylindrical-coordinate representation of color #A21926: hue angle of 354.31º 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 #A21926 is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 25 | 38 | - |
| CMYK | 0 | 0.85 | 0.77 | 0.36 |
| HSL | 354.31º | 0.73% | 0.37% | - |
| HSV(B) | 354.31º | 0.85% | 0.64% | - |
| XYZ | 15.6 | 8.52 | 2.66 | - |
| YUV | 67.45 | 111.39 | 195.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 25 | 38 | 0 | 0.85 | 0.77 | 0.36 | 354.31 | 0.73 | 0.37 |
| Hex | A2 | 19 | 26 | 0 | 55 | 4D | 24 | 162 | 49 | 25 |
| Octal | 242 | 31 | 46 | 0 | 125 | 115 | 44 | 542 | 111 | 45 |
| Binary | 10100010 | 11001 | 100110 | 0 | 1010101 | 1001101 | 100100 | 101100010 | 1001001 | 100101 |
Color Harmonies of #A21926
Complementary color
Monochromatic Colors of #A21926
Black with #A21926
Text Example
Text Example
White with #A21926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21926; }
p { color: rgb(162,25,38); }
H1.HeaderClassName
{
color: #A21926;
}
.AnyTagClassName
{
color: #A21926;
}
</style>
background-color css
<style>
a { background-color: #A21926; }
a { background-color: rgb(162,25,38); }
div.DivClassName
{
background-color: #A21926;
}
.BgClassName
{
background-color: #A21926;
}
</style>
border-color css
<style>
span { border-color: #A21926; }
span { border-color: rgb(162,25,38); }
td.TdClassName
{
border-color: #A21926;
}
.TagClassName
{
border-color: #A21926;
}
</style>