Shades of Bright Red #A0212D
Tints of Bright Red #A0212D
RGB
CMYK
RGB Variations
Color information
#A0212D (or 0xA0212D) is known color: Bright Red. HEX triplet: A0, 21 and 2D. RGB value is (160,33,45). Sum of RGB (Red+Green+Blue) = 160+33+45=238 (31% of max value = 765). Red value is 160 (62.89% from 255 or 67.23% from 238); Green value is 33 (13.28% from 255 or 13.87% from 238); Blue value is 45 (17.97% from 255 or 18.91% from 238); Max value from RGB is 160 - color contains mainly: red. Hex color #A0212D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0212D is #5FDED2. Grayscale: #484848. Windows color (decimal): -6282963 or 2957728. OLE color: 2957728.
HSL color Cylindrical-coordinate representation of color #A0212D: hue angle of 354.33º 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 #A0212D is Cyan = 0, Magento = 0.79, Yellow = 0.72 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 33 | 45 | - |
| CMYK | 0 | 0.79 | 0.72 | 0.37 |
| HSL | 354.33º | 0.66% | 0.38% | - |
| HSV(B) | 354.33º | 0.79% | 0.63% | - |
| XYZ | 15.51 | 8.75 | 3.35 | - |
| YUV | 72.34 | 112.58 | 190.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 33 | 45 | 0 | 0.79 | 0.72 | 0.37 | 354.33 | 0.66 | 0.38 |
| Hex | A0 | 21 | 2D | 0 | 4F | 48 | 25 | 162 | 42 | 26 |
| Octal | 240 | 41 | 55 | 0 | 117 | 110 | 45 | 542 | 102 | 46 |
| Binary | 10100000 | 100001 | 101101 | 0 | 1001111 | 1001000 | 100101 | 101100010 | 1000010 | 100110 |
Color Harmonies of #A0212D
Complementary color
Monochromatic Colors of #A0212D
Black with #A0212D
Text Example
Text Example
White with #A0212D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0212D; }
p { color: rgb(160,33,45); }
H1.HeaderClassName
{
color: #A0212D;
}
.AnyTagClassName
{
color: #A0212D;
}
</style>
background-color css
<style>
a { background-color: #A0212D; }
a { background-color: rgb(160,33,45); }
div.DivClassName
{
background-color: #A0212D;
}
.BgClassName
{
background-color: #A0212D;
}
</style>
border-color css
<style>
span { border-color: #A0212D; }
span { border-color: rgb(160,33,45); }
td.TdClassName
{
border-color: #A0212D;
}
.TagClassName
{
border-color: #A0212D;
}
</style>