Shades of Bright Red #A01A20
Tints of Bright Red #A01A20
RGB
CMYK
RGB Variations
Color information
#A01A20 (or 0xA01A20) is known color: Bright Red. HEX triplet: A0, 1A and 20. RGB value is (160,26,32). Sum of RGB (Red+Green+Blue) = 160+26+32=218 (28% of max value = 765). Red value is 160 (62.89% from 255 or 73.39% from 218); Green value is 26 (10.55% from 255 or 11.93% from 218); Blue value is 32 (12.89% from 255 or 14.68% from 218); Max value from RGB is 160 - color contains mainly: red. Hex color #A01A20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A01A20 is #5FE5DF. Grayscale: #424242. Windows color (decimal): -6284768 or 2103968. OLE color: 2103968.
HSL color Cylindrical-coordinate representation of color #A01A20: hue angle of 357.31º degrees, saturation: 0.72, 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 #A01A20 is Cyan = 0, Magento = 0.84, Yellow = 0.80 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 26 | 32 | - |
| CMYK | 0 | 0.84 | 0.80 | 0.37 |
| HSL | 357.31º | 0.72% | 0.36% | - |
| HSV(B) | 357.31º | 0.84% | 0.63% | - |
| XYZ | 15.13 | 8.32 | 2.17 | - |
| YUV | 66.75 | 108.39 | 194.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 26 | 32 | 0 | 0.84 | 0.80 | 0.37 | 357.31 | 0.72 | 0.36 |
| Hex | A0 | 1A | 20 | 0 | 54 | 50 | 25 | 165 | 48 | 24 |
| Octal | 240 | 32 | 40 | 0 | 124 | 120 | 45 | 545 | 110 | 44 |
| Binary | 10100000 | 11010 | 100000 | 0 | 1010100 | 1010000 | 100101 | 101100101 | 1001000 | 100100 |
Color Harmonies of #A01A20
Complementary color
Monochromatic Colors of #A01A20
Black with #A01A20
Text Example
Text Example
White with #A01A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01A20; }
p { color: rgb(160,26,32); }
H1.HeaderClassName
{
color: #A01A20;
}
.AnyTagClassName
{
color: #A01A20;
}
</style>
background-color css
<style>
a { background-color: #A01A20; }
a { background-color: rgb(160,26,32); }
div.DivClassName
{
background-color: #A01A20;
}
.BgClassName
{
background-color: #A01A20;
}
</style>
border-color css
<style>
span { border-color: #A01A20; }
span { border-color: rgb(160,26,32); }
td.TdClassName
{
border-color: #A01A20;
}
.TagClassName
{
border-color: #A01A20;
}
</style>