Shades of Bright Red #A01920
Tints of Bright Red #A01920
RGB
CMYK
RGB Variations
Color information
#A01920 (or 0xA01920) is known color: Bright Red. HEX triplet: A0, 19 and 20. RGB value is (160,25,32). Sum of RGB (Red+Green+Blue) = 160+25+32=217 (28% of max value = 765). Red value is 160 (62.89% from 255 or 73.73% from 217); Green value is 25 (10.16% from 255 or 11.52% from 217); Blue value is 32 (12.89% from 255 or 14.75% from 217); Max value from RGB is 160 - color contains mainly: red. Hex color #A01920 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A01920 is #5FE6DF. Grayscale: #424242. Windows color (decimal): -6285024 or 2103712. OLE color: 2103712.
HSL color Cylindrical-coordinate representation of color #A01920: hue angle of 356.89º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A01920 is Cyan = 0, Magento = 0.84, Yellow = 0.80 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 25 | 32 | - |
| CMYK | 0 | 0.84 | 0.80 | 0.37 |
| HSL | 356.89º | 0.73% | 0.36% | - |
| HSV(B) | 356.89º | 0.84% | 0.63% | - |
| XYZ | 15.11 | 8.27 | 2.17 | - |
| YUV | 66.16 | 108.73 | 194.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 25 | 32 | 0 | 0.84 | 0.80 | 0.37 | 356.89 | 0.73 | 0.36 |
| Hex | A0 | 19 | 20 | 0 | 54 | 50 | 25 | 165 | 49 | 24 |
| Octal | 240 | 31 | 40 | 0 | 124 | 120 | 45 | 545 | 111 | 44 |
| Binary | 10100000 | 11001 | 100000 | 0 | 1010100 | 1010000 | 100101 | 101100101 | 1001001 | 100100 |
Color Harmonies of #A01920
Complementary color
Monochromatic Colors of #A01920
Black with #A01920
Text Example
Text Example
White with #A01920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01920; }
p { color: rgb(160,25,32); }
H1.HeaderClassName
{
color: #A01920;
}
.AnyTagClassName
{
color: #A01920;
}
</style>
background-color css
<style>
a { background-color: #A01920; }
a { background-color: rgb(160,25,32); }
div.DivClassName
{
background-color: #A01920;
}
.BgClassName
{
background-color: #A01920;
}
</style>
border-color css
<style>
span { border-color: #A01920; }
span { border-color: rgb(160,25,32); }
td.TdClassName
{
border-color: #A01920;
}
.TagClassName
{
border-color: #A01920;
}
</style>