Shades of Bright Red #A01927
Tints of Bright Red #A01927
RGB
CMYK
RGB Variations
Color information
#A01927 (or 0xA01927) is known color: Bright Red. HEX triplet: A0, 19 and 27. RGB value is (160,25,39). Sum of RGB (Red+Green+Blue) = 160+25+39=224 (29% of max value = 765). Red value is 160 (62.89% from 255 or 71.43% from 224); Green value is 25 (10.16% from 255 or 11.16% from 224); Blue value is 39 (15.62% from 255 or 17.41% from 224); Max value from RGB is 160 - color contains mainly: red. Hex color #A01927 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A01927 is #5FE6D8. Grayscale: #434343. Windows color (decimal): -6285017 or 2562464. OLE color: 2562464.
HSL color Cylindrical-coordinate representation of color #A01927: hue angle of 353.78º 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 #A01927 is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 25 | 39 | - |
| CMYK | 0 | 0.84 | 0.76 | 0.37 |
| HSL | 353.78º | 0.73% | 0.36% | - |
| HSV(B) | 353.78º | 0.84% | 0.63% | - |
| XYZ | 15.21 | 8.32 | 2.72 | - |
| YUV | 66.96 | 112.23 | 194.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 25 | 39 | 0 | 0.84 | 0.76 | 0.37 | 353.78 | 0.73 | 0.36 |
| Hex | A0 | 19 | 27 | 0 | 54 | 4C | 25 | 162 | 49 | 24 |
| Octal | 240 | 31 | 47 | 0 | 124 | 114 | 45 | 542 | 111 | 44 |
| Binary | 10100000 | 11001 | 100111 | 0 | 1010100 | 1001100 | 100101 | 101100010 | 1001001 | 100100 |
Color Harmonies of #A01927
Complementary color
Monochromatic Colors of #A01927
Black with #A01927
Text Example
Text Example
White with #A01927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01927; }
p { color: rgb(160,25,39); }
H1.HeaderClassName
{
color: #A01927;
}
.AnyTagClassName
{
color: #A01927;
}
</style>
background-color css
<style>
a { background-color: #A01927; }
a { background-color: rgb(160,25,39); }
div.DivClassName
{
background-color: #A01927;
}
.BgClassName
{
background-color: #A01927;
}
</style>
border-color css
<style>
span { border-color: #A01927; }
span { border-color: rgb(160,25,39); }
td.TdClassName
{
border-color: #A01927;
}
.TagClassName
{
border-color: #A01927;
}
</style>