Shades of Bright Red #A21628
Tints of Bright Red #A21628
RGB
CMYK
RGB Variations
Color information
#A21628 (or 0xA21628) is known color: Bright Red. HEX triplet: A2, 16 and 28. RGB value is (162,22,40). Sum of RGB (Red+Green+Blue) = 162+22+40=224 (29% of max value = 765). Red value is 162 (63.67% from 255 or 72.32% from 224); Green value is 22 (8.98% from 255 or 9.82% from 224); Blue value is 40 (16.02% from 255 or 17.86% from 224); Max value from RGB is 162 - color contains mainly: red. Hex color #A21628 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A21628 is #5DE9D7. Grayscale: #414141. Windows color (decimal): -6154712 or 2627234. OLE color: 2627234.
HSL color Cylindrical-coordinate representation of color #A21628: hue angle of 352.29º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A21628 is Cyan = 0, Magento = 0.86, Yellow = 0.75 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 22 | 40 | - |
| CMYK | 0 | 0.86 | 0.75 | 0.36 |
| HSL | 352.29º | 0.76% | 0.36% | - |
| HSV(B) | 352.29º | 0.86% | 0.64% | - |
| XYZ | 15.57 | 8.41 | 2.81 | - |
| YUV | 65.91 | 113.38 | 196.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 22 | 40 | 0 | 0.86 | 0.75 | 0.36 | 352.29 | 0.76 | 0.36 |
| Hex | A2 | 16 | 28 | 0 | 56 | 4B | 24 | 160 | 4C | 24 |
| Octal | 242 | 26 | 50 | 0 | 126 | 113 | 44 | 540 | 114 | 44 |
| Binary | 10100010 | 10110 | 101000 | 0 | 1010110 | 1001011 | 100100 | 101100000 | 1001100 | 100100 |
Color Harmonies of #A21628
Complementary color
Monochromatic Colors of #A21628
Black with #A21628
Text Example
Text Example
White with #A21628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21628; }
p { color: rgb(162,22,40); }
H1.HeaderClassName
{
color: #A21628;
}
.AnyTagClassName
{
color: #A21628;
}
</style>
background-color css
<style>
a { background-color: #A21628; }
a { background-color: rgb(162,22,40); }
div.DivClassName
{
background-color: #A21628;
}
.BgClassName
{
background-color: #A21628;
}
</style>
border-color css
<style>
span { border-color: #A21628; }
span { border-color: rgb(162,22,40); }
td.TdClassName
{
border-color: #A21628;
}
.TagClassName
{
border-color: #A21628;
}
</style>