Shades of Bright Red #A2212B
Tints of Bright Red #A2212B
RGB
CMYK
RGB Variations
Color information
#A2212B (or 0xA2212B) is known color: Bright Red. HEX triplet: A2, 21 and 2B. RGB value is (162,33,43). Sum of RGB (Red+Green+Blue) = 162+33+43=238 (31% of max value = 765). Red value is 162 (63.67% from 255 or 68.07% from 238); Green value is 33 (13.28% from 255 or 13.87% from 238); Blue value is 43 (17.19% from 255 or 18.07% from 238); Max value from RGB is 162 - color contains mainly: red. Hex color #A2212B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2212B is #5DDED4. Grayscale: #484848. Windows color (decimal): -6151893 or 2826658. OLE color: 2826658.
HSL color Cylindrical-coordinate representation of color #A2212B: hue angle of 355.35º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A2212B is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 33 | 43 | - |
| CMYK | 0 | 0.80 | 0.73 | 0.36 |
| HSL | 355.35º | 0.66% | 0.38% | - |
| HSV(B) | 355.35º | 0.8% | 0.64% | - |
| XYZ | 15.88 | 8.94 | 3.17 | - |
| YUV | 72.71 | 111.24 | 191.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 33 | 43 | 0 | 0.80 | 0.73 | 0.36 | 355.35 | 0.66 | 0.38 |
| Hex | A2 | 21 | 2B | 0 | 50 | 49 | 24 | 163 | 42 | 26 |
| Octal | 242 | 41 | 53 | 0 | 120 | 111 | 44 | 543 | 102 | 46 |
| Binary | 10100010 | 100001 | 101011 | 0 | 1010000 | 1001001 | 100100 | 101100011 | 1000010 | 100110 |
Color Harmonies of #A2212B
Complementary color
Monochromatic Colors of #A2212B
Black with #A2212B
Text Example
Text Example
White with #A2212B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2212B; }
p { color: rgb(162,33,43); }
H1.HeaderClassName
{
color: #A2212B;
}
.AnyTagClassName
{
color: #A2212B;
}
</style>
background-color css
<style>
a { background-color: #A2212B; }
a { background-color: rgb(162,33,43); }
div.DivClassName
{
background-color: #A2212B;
}
.BgClassName
{
background-color: #A2212B;
}
</style>
border-color css
<style>
span { border-color: #A2212B; }
span { border-color: rgb(162,33,43); }
td.TdClassName
{
border-color: #A2212B;
}
.TagClassName
{
border-color: #A2212B;
}
</style>