Shades of Bright Red #A21B28
Tints of Bright Red #A21B28
RGB
CMYK
RGB Variations
Color information
#A21B28 (or 0xA21B28) is known color: Bright Red. HEX triplet: A2, 1B and 28. RGB value is (162,27,40). Sum of RGB (Red+Green+Blue) = 162+27+40=229 (30% of max value = 765). Red value is 162 (63.67% from 255 or 70.74% from 229); Green value is 27 (10.94% from 255 or 11.79% from 229); Blue value is 40 (16.02% from 255 or 17.47% from 229); Max value from RGB is 162 - color contains mainly: red. Hex color #A21B28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A21B28 is #5DE4D7. Grayscale: #444444. Windows color (decimal): -6153432 or 2628514. OLE color: 2628514.
HSL color Cylindrical-coordinate representation of color #A21B28: hue angle of 354.22º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A21B28 is Cyan = 0, Magento = 0.83, Yellow = 0.75 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 27 | 40 | - |
| CMYK | 0 | 0.83 | 0.75 | 0.36 |
| HSL | 354.22º | 0.71% | 0.37% | - |
| HSV(B) | 354.22º | 0.83% | 0.64% | - |
| XYZ | 15.68 | 8.62 | 2.84 | - |
| YUV | 68.85 | 111.73 | 194.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 27 | 40 | 0 | 0.83 | 0.75 | 0.36 | 354.22 | 0.71 | 0.37 |
| Hex | A2 | 1B | 28 | 0 | 53 | 4B | 24 | 162 | 47 | 25 |
| Octal | 242 | 33 | 50 | 0 | 123 | 113 | 44 | 542 | 107 | 45 |
| Binary | 10100010 | 11011 | 101000 | 0 | 1010011 | 1001011 | 100100 | 101100010 | 1000111 | 100101 |
Color Harmonies of #A21B28
Complementary color
Monochromatic Colors of #A21B28
Black with #A21B28
Text Example
Text Example
White with #A21B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21B28; }
p { color: rgb(162,27,40); }
H1.HeaderClassName
{
color: #A21B28;
}
.AnyTagClassName
{
color: #A21B28;
}
</style>
background-color css
<style>
a { background-color: #A21B28; }
a { background-color: rgb(162,27,40); }
div.DivClassName
{
background-color: #A21B28;
}
.BgClassName
{
background-color: #A21B28;
}
</style>
border-color css
<style>
span { border-color: #A21B28; }
span { border-color: rgb(162,27,40); }
td.TdClassName
{
border-color: #A21B28;
}
.TagClassName
{
border-color: #A21B28;
}
</style>