Shades of Bright Red #A01922
Tints of Bright Red #A01922
RGB
CMYK
RGB Variations
Color information
#A01922 (or 0xA01922) is known color: Bright Red. HEX triplet: A0, 19 and 22. RGB value is (160,25,34). Sum of RGB (Red+Green+Blue) = 160+25+34=219 (29% of max value = 765). Red value is 160 (62.89% from 255 or 73.06% from 219); Green value is 25 (10.16% from 255 or 11.42% from 219); Blue value is 34 (13.67% from 255 or 15.53% from 219); Max value from RGB is 160 - color contains mainly: red. Hex color #A01922 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A01922 is #5FE6DD. Grayscale: #424242. Windows color (decimal): -6285022 or 2234784. OLE color: 2234784.
HSL color Cylindrical-coordinate representation of color #A01922: hue angle of 356º 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 #A01922 is Cyan = 0, Magento = 0.84, Yellow = 0.79 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 25 | 34 | - |
| CMYK | 0 | 0.84 | 0.79 | 0.37 |
| HSL | 356º | 0.73% | 0.36% | - |
| HSV(B) | 356º | 0.84% | 0.63% | - |
| XYZ | 15.13 | 8.28 | 2.31 | - |
| YUV | 66.39 | 109.73 | 194.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 25 | 34 | 0 | 0.84 | 0.79 | 0.37 | 356 | 0.73 | 0.36 |
| Hex | A0 | 19 | 22 | 0 | 54 | 4F | 25 | 164 | 49 | 24 |
| Octal | 240 | 31 | 42 | 0 | 124 | 117 | 45 | 544 | 111 | 44 |
| Binary | 10100000 | 11001 | 100010 | 0 | 1010100 | 1001111 | 100101 | 101100100 | 1001001 | 100100 |
Color Harmonies of #A01922
Complementary color
Monochromatic Colors of #A01922
Black with #A01922
Text Example
Text Example
White with #A01922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01922; }
p { color: rgb(160,25,34); }
H1.HeaderClassName
{
color: #A01922;
}
.AnyTagClassName
{
color: #A01922;
}
</style>
background-color css
<style>
a { background-color: #A01922; }
a { background-color: rgb(160,25,34); }
div.DivClassName
{
background-color: #A01922;
}
.BgClassName
{
background-color: #A01922;
}
</style>
border-color css
<style>
span { border-color: #A01922; }
span { border-color: rgb(160,25,34); }
td.TdClassName
{
border-color: #A01922;
}
.TagClassName
{
border-color: #A01922;
}
</style>