Shades of Bright Red #A01926
Tints of Bright Red #A01926
RGB
CMYK
RGB Variations
Color information
#A01926 (or 0xA01926) is known color: Bright Red. HEX triplet: A0, 19 and 26. RGB value is (160,25,38). Sum of RGB (Red+Green+Blue) = 160+25+38=223 (29% of max value = 765). Red value is 160 (62.89% from 255 or 71.75% from 223); Green value is 25 (10.16% from 255 or 11.21% from 223); Blue value is 38 (15.23% from 255 or 17.04% from 223); Max value from RGB is 160 - color contains mainly: red. Hex color #A01926 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A01926 is #5FE6D9. Grayscale: #424242. Windows color (decimal): -6285018 or 2496928. OLE color: 2496928.
HSL color Cylindrical-coordinate representation of color #A01926: hue angle of 354.22º 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 #A01926 is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 25 | 38 | - |
| CMYK | 0 | 0.84 | 0.76 | 0.37 |
| HSL | 354.22º | 0.73% | 0.36% | - |
| HSV(B) | 354.22º | 0.84% | 0.63% | - |
| XYZ | 15.19 | 8.31 | 2.64 | - |
| YUV | 66.85 | 111.73 | 194.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 25 | 38 | 0 | 0.84 | 0.76 | 0.37 | 354.22 | 0.73 | 0.36 |
| Hex | A0 | 19 | 26 | 0 | 54 | 4C | 25 | 162 | 49 | 24 |
| Octal | 240 | 31 | 46 | 0 | 124 | 114 | 45 | 542 | 111 | 44 |
| Binary | 10100000 | 11001 | 100110 | 0 | 1010100 | 1001100 | 100101 | 101100010 | 1001001 | 100100 |
Color Harmonies of #A01926
Complementary color
Monochromatic Colors of #A01926
Black with #A01926
Text Example
Text Example
White with #A01926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01926; }
p { color: rgb(160,25,38); }
H1.HeaderClassName
{
color: #A01926;
}
.AnyTagClassName
{
color: #A01926;
}
</style>
background-color css
<style>
a { background-color: #A01926; }
a { background-color: rgb(160,25,38); }
div.DivClassName
{
background-color: #A01926;
}
.BgClassName
{
background-color: #A01926;
}
</style>
border-color css
<style>
span { border-color: #A01926; }
span { border-color: rgb(160,25,38); }
td.TdClassName
{
border-color: #A01926;
}
.TagClassName
{
border-color: #A01926;
}
</style>