Shades of Bright Red #A0202A
Tints of Bright Red #A0202A
RGB
CMYK
RGB Variations
Color information
#A0202A (or 0xA0202A) is known color: Bright Red. HEX triplet: A0, 20 and 2A. RGB value is (160,32,42). Sum of RGB (Red+Green+Blue) = 160+32+42=234 (30% of max value = 765). Red value is 160 (62.89% from 255 or 68.38% from 234); Green value is 32 (12.89% from 255 or 13.68% from 234); Blue value is 42 (16.80% from 255 or 17.95% from 234); Max value from RGB is 160 - color contains mainly: red. Hex color #A0202A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0202A is #5FDFD5. Grayscale: #474747. Windows color (decimal): -6283222 or 2760864. OLE color: 2760864.
HSL color Cylindrical-coordinate representation of color #A0202A: hue angle of 355.31º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A0202A is Cyan = 0, Magento = 0.80, Yellow = 0.74 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 32 | 42 | - |
| CMYK | 0 | 0.80 | 0.74 | 0.37 |
| HSL | 355.31º | 0.67% | 0.38% | - |
| HSV(B) | 355.31º | 0.8% | 0.63% | - |
| XYZ | 15.43 | 8.67 | 3.05 | - |
| YUV | 71.41 | 111.41 | 191.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 32 | 42 | 0 | 0.80 | 0.74 | 0.37 | 355.31 | 0.67 | 0.38 |
| Hex | A0 | 20 | 2A | 0 | 50 | 4A | 25 | 163 | 43 | 26 |
| Octal | 240 | 40 | 52 | 0 | 120 | 112 | 45 | 543 | 103 | 46 |
| Binary | 10100000 | 100000 | 101010 | 0 | 1010000 | 1001010 | 100101 | 101100011 | 1000011 | 100110 |
Color Harmonies of #A0202A
Complementary color
Monochromatic Colors of #A0202A
Black with #A0202A
Text Example
Text Example
White with #A0202A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0202A; }
p { color: rgb(160,32,42); }
H1.HeaderClassName
{
color: #A0202A;
}
.AnyTagClassName
{
color: #A0202A;
}
</style>
background-color css
<style>
a { background-color: #A0202A; }
a { background-color: rgb(160,32,42); }
div.DivClassName
{
background-color: #A0202A;
}
.BgClassName
{
background-color: #A0202A;
}
</style>
border-color css
<style>
span { border-color: #A0202A; }
span { border-color: rgb(160,32,42); }
td.TdClassName
{
border-color: #A0202A;
}
.TagClassName
{
border-color: #A0202A;
}
</style>