Shades of Bright Red #A0212A
Tints of Bright Red #A0212A
RGB
CMYK
RGB Variations
Color information
#A0212A (or 0xA0212A) is known color: Bright Red. HEX triplet: A0, 21 and 2A. RGB value is (160,33,42). Sum of RGB (Red+Green+Blue) = 160+33+42=235 (31% of max value = 765). Red value is 160 (62.89% from 255 or 68.09% from 235); Green value is 33 (13.28% from 255 or 14.04% from 235); Blue value is 42 (16.80% from 255 or 17.87% from 235); Max value from RGB is 160 - color contains mainly: red. Hex color #A0212A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0212A is #5FDED5. Grayscale: #484848. Windows color (decimal): -6282966 or 2761120. OLE color: 2761120.
HSL color Cylindrical-coordinate representation of color #A0212A: hue angle of 355.75º 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 #A0212A is Cyan = 0, Magento = 0.79, Yellow = 0.74 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 33 | 42 | - |
| CMYK | 0 | 0.79 | 0.74 | 0.37 |
| HSL | 355.75º | 0.66% | 0.38% | - |
| HSV(B) | 355.75º | 0.79% | 0.63% | - |
| XYZ | 15.46 | 8.73 | 3.06 | - |
| YUV | 72 | 111.08 | 190.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 33 | 42 | 0 | 0.79 | 0.74 | 0.37 | 355.75 | 0.66 | 0.38 |
| Hex | A0 | 21 | 2A | 0 | 4F | 4A | 25 | 164 | 42 | 26 |
| Octal | 240 | 41 | 52 | 0 | 117 | 112 | 45 | 544 | 102 | 46 |
| Binary | 10100000 | 100001 | 101010 | 0 | 1001111 | 1001010 | 100101 | 101100100 | 1000010 | 100110 |
Color Harmonies of #A0212A
Complementary color
Monochromatic Colors of #A0212A
Black with #A0212A
Text Example
Text Example
White with #A0212A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0212A; }
p { color: rgb(160,33,42); }
H1.HeaderClassName
{
color: #A0212A;
}
.AnyTagClassName
{
color: #A0212A;
}
</style>
background-color css
<style>
a { background-color: #A0212A; }
a { background-color: rgb(160,33,42); }
div.DivClassName
{
background-color: #A0212A;
}
.BgClassName
{
background-color: #A0212A;
}
</style>
border-color css
<style>
span { border-color: #A0212A; }
span { border-color: rgb(160,33,42); }
td.TdClassName
{
border-color: #A0212A;
}
.TagClassName
{
border-color: #A0212A;
}
</style>