Shades of Bright Red #A21826
Tints of Bright Red #A21826
RGB
CMYK
RGB Variations
Color information
#A21826 (or 0xA21826) is known color: Bright Red. HEX triplet: A2, 18 and 26. RGB value is (162,24,38). Sum of RGB (Red+Green+Blue) = 162+24+38=224 (29% of max value = 765). Red value is 162 (63.67% from 255 or 72.32% from 224); Green value is 24 (9.77% from 255 or 10.71% from 224); Blue value is 38 (15.23% from 255 or 16.96% from 224); Max value from RGB is 162 - color contains mainly: red. Hex color #A21826 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A21826 is #5DE7D9. Grayscale: #424242. Windows color (decimal): -6154202 or 2496674. OLE color: 2496674.
HSL color Cylindrical-coordinate representation of color #A21826: hue angle of 353.91º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A21826 is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 24 | 38 | - |
| CMYK | 0 | 0.85 | 0.77 | 0.36 |
| HSL | 353.91º | 0.74% | 0.36% | - |
| HSV(B) | 353.91º | 0.85% | 0.64% | - |
| XYZ | 15.58 | 8.47 | 2.65 | - |
| YUV | 66.86 | 111.72 | 195.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 24 | 38 | 0 | 0.85 | 0.77 | 0.36 | 353.91 | 0.74 | 0.36 |
| Hex | A2 | 18 | 26 | 0 | 55 | 4D | 24 | 162 | 4A | 24 |
| Octal | 242 | 30 | 46 | 0 | 125 | 115 | 44 | 542 | 112 | 44 |
| Binary | 10100010 | 11000 | 100110 | 0 | 1010101 | 1001101 | 100100 | 101100010 | 1001010 | 100100 |
Color Harmonies of #A21826
Complementary color
Monochromatic Colors of #A21826
Black with #A21826
Text Example
Text Example
White with #A21826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21826; }
p { color: rgb(162,24,38); }
H1.HeaderClassName
{
color: #A21826;
}
.AnyTagClassName
{
color: #A21826;
}
</style>
background-color css
<style>
a { background-color: #A21826; }
a { background-color: rgb(162,24,38); }
div.DivClassName
{
background-color: #A21826;
}
.BgClassName
{
background-color: #A21826;
}
</style>
border-color css
<style>
span { border-color: #A21826; }
span { border-color: rgb(162,24,38); }
td.TdClassName
{
border-color: #A21826;
}
.TagClassName
{
border-color: #A21826;
}
</style>