Shades of Bright Red #A0212B
Tints of Bright Red #A0212B
RGB
CMYK
RGB Variations
Color information
#A0212B (or 0xA0212B) is known color: Bright Red. HEX triplet: A0, 21 and 2B. RGB value is (160,33,43). Sum of RGB (Red+Green+Blue) = 160+33+43=236 (31% of max value = 765). Red value is 160 (62.89% from 255 or 67.80% from 236); Green value is 33 (13.28% from 255 or 13.98% from 236); Blue value is 43 (17.19% from 255 or 18.22% from 236); Max value from RGB is 160 - color contains mainly: red. Hex color #A0212B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0212B is #5FDED4. Grayscale: #484848. Windows color (decimal): -6282965 or 2826656. OLE color: 2826656.
HSL color Cylindrical-coordinate representation of color #A0212B: hue angle of 355.28º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A0212B is Cyan = 0, Magento = 0.79, Yellow = 0.73 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 33 | 43 | - |
| CMYK | 0 | 0.79 | 0.73 | 0.37 |
| HSL | 355.28º | 0.66% | 0.38% | - |
| HSV(B) | 355.28º | 0.79% | 0.63% | - |
| XYZ | 15.48 | 8.74 | 3.16 | - |
| YUV | 72.11 | 111.58 | 190.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 33 | 43 | 0 | 0.79 | 0.73 | 0.37 | 355.28 | 0.66 | 0.38 |
| Hex | A0 | 21 | 2B | 0 | 4F | 49 | 25 | 163 | 42 | 26 |
| Octal | 240 | 41 | 53 | 0 | 117 | 111 | 45 | 543 | 102 | 46 |
| Binary | 10100000 | 100001 | 101011 | 0 | 1001111 | 1001001 | 100101 | 101100011 | 1000010 | 100110 |
Color Harmonies of #A0212B
Complementary color
Monochromatic Colors of #A0212B
Black with #A0212B
Text Example
Text Example
White with #A0212B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0212B; }
p { color: rgb(160,33,43); }
H1.HeaderClassName
{
color: #A0212B;
}
.AnyTagClassName
{
color: #A0212B;
}
</style>
background-color css
<style>
a { background-color: #A0212B; }
a { background-color: rgb(160,33,43); }
div.DivClassName
{
background-color: #A0212B;
}
.BgClassName
{
background-color: #A0212B;
}
</style>
border-color css
<style>
span { border-color: #A0212B; }
span { border-color: rgb(160,33,43); }
td.TdClassName
{
border-color: #A0212B;
}
.TagClassName
{
border-color: #A0212B;
}
</style>