Shades of Bright Red #A02240
Tints of Bright Red #A02240
RGB
CMYK
RGB Variations
Color information
#A02240 (or 0xA02240) is known color: Bright Red. HEX triplet: A0, 22 and 40. RGB value is (160,34,64). Sum of RGB (Red+Green+Blue) = 160+34+64=258 (34% of max value = 765). Red value is 160 (62.89% from 255 or 62.02% from 258); Green value is 34 (13.67% from 255 or 13.18% from 258); Blue value is 64 (25.39% from 255 or 24.81% from 258); Max value from RGB is 160 - color contains mainly: red. Hex color #A02240 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02240 is #5FDDBF. Grayscale: #4B4B4B. Windows color (decimal): -6282688 or 4203168. OLE color: 4203168.
HSL color Cylindrical-coordinate representation of color #A02240: hue angle of 345.71º degrees, saturation: 0.65, 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 #A02240 is Cyan = 0, Magento = 0.79, Yellow = 0.6 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 34 | 64 | - |
| CMYK | 0 | 0.79 | 0.6 | 0.37 |
| HSL | 345.71º | 0.65% | 0.38% | - |
| HSV(B) | 345.71º | 0.79% | 0.63% | - |
| XYZ | 15.99 | 8.99 | 5.74 | - |
| YUV | 75.09 | 121.74 | 188.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 34 | 64 | 0 | 0.79 | 0.6 | 0.37 | 345.71 | 0.65 | 0.38 |
| Hex | A0 | 22 | 40 | 0 | 4F | 3C | 25 | 15A | 41 | 26 |
| Octal | 240 | 42 | 100 | 0 | 117 | 74 | 45 | 532 | 101 | 46 |
| Binary | 10100000 | 100010 | 1000000 | 0 | 1001111 | 111100 | 100101 | 101011010 | 1000001 | 100110 |
Color Harmonies of #A02240
Complementary color
Monochromatic Colors of #A02240
Black with #A02240
Text Example
Text Example
White with #A02240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02240; }
p { color: rgb(160,34,64); }
H1.HeaderClassName
{
color: #A02240;
}
.AnyTagClassName
{
color: #A02240;
}
</style>
background-color css
<style>
a { background-color: #A02240; }
a { background-color: rgb(160,34,64); }
div.DivClassName
{
background-color: #A02240;
}
.BgClassName
{
background-color: #A02240;
}
</style>
border-color css
<style>
span { border-color: #A02240; }
span { border-color: rgb(160,34,64); }
td.TdClassName
{
border-color: #A02240;
}
.TagClassName
{
border-color: #A02240;
}
</style>