Shades of Bright Red #A0213B
Tints of Bright Red #A0213B
RGB
CMYK
RGB Variations
Color information
#A0213B (or 0xA0213B) is known color: Bright Red. HEX triplet: A0, 21 and 3B. RGB value is (160,33,59). Sum of RGB (Red+Green+Blue) = 160+33+59=252 (33% of max value = 765). Red value is 160 (62.89% from 255 or 63.49% from 252); Green value is 33 (13.28% from 255 or 13.10% from 252); Blue value is 59 (23.44% from 255 or 23.41% from 252); Max value from RGB is 160 - color contains mainly: red. Hex color #A0213B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0213B is #5FDEC4. Grayscale: #494949. Windows color (decimal): -6282949 or 3875232. OLE color: 3875232.
HSL color Cylindrical-coordinate representation of color #A0213B: hue angle of 347.72º 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 #A0213B is Cyan = 0, Magento = 0.79, Yellow = 0.63 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 33 | 59 | - |
| CMYK | 0 | 0.79 | 0.63 | 0.37 |
| HSL | 347.72º | 0.66% | 0.38% | - |
| HSV(B) | 347.72º | 0.79% | 0.63% | - |
| XYZ | 15.83 | 8.88 | 5.02 | - |
| YUV | 73.94 | 119.58 | 189.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 33 | 59 | 0 | 0.79 | 0.63 | 0.37 | 347.72 | 0.66 | 0.38 |
| Hex | A0 | 21 | 3B | 0 | 4F | 3F | 25 | 15C | 42 | 26 |
| Octal | 240 | 41 | 73 | 0 | 117 | 77 | 45 | 534 | 102 | 46 |
| Binary | 10100000 | 100001 | 111011 | 0 | 1001111 | 111111 | 100101 | 101011100 | 1000010 | 100110 |
Color Harmonies of #A0213B
Complementary color
Monochromatic Colors of #A0213B
Black with #A0213B
Text Example
Text Example
White with #A0213B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0213B; }
p { color: rgb(160,33,59); }
H1.HeaderClassName
{
color: #A0213B;
}
.AnyTagClassName
{
color: #A0213B;
}
</style>
background-color css
<style>
a { background-color: #A0213B; }
a { background-color: rgb(160,33,59); }
div.DivClassName
{
background-color: #A0213B;
}
.BgClassName
{
background-color: #A0213B;
}
</style>
border-color css
<style>
span { border-color: #A0213B; }
span { border-color: rgb(160,33,59); }
td.TdClassName
{
border-color: #A0213B;
}
.TagClassName
{
border-color: #A0213B;
}
</style>