Shades of Bright Red #A8192E
Tints of Bright Red #A8192E
RGB
CMYK
RGB Variations
Color information
#A8192E (or 0xA8192E) is known color: Bright Red. HEX triplet: A8, 19 and 2E. RGB value is (168,25,46). Sum of RGB (Red+Green+Blue) = 168+25+46=239 (31% of max value = 765). Red value is 168 (66.02% from 255 or 70.29% from 239); Green value is 25 (10.16% from 255 or 10.46% from 239); Blue value is 46 (18.36% from 255 or 19.25% from 239); Max value from RGB is 168 - color contains mainly: red. Hex color #A8192E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8192E is #57E6D1. Grayscale: #464646. Windows color (decimal): -5760722 or 3021224. OLE color: 3021224.
HSL color Cylindrical-coordinate representation of color #A8192E: hue angle of 351.19º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A8192E is Cyan = 0, Magento = 0.85, Yellow = 0.73 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 25 | 46 | - |
| CMYK | 0 | 0.85 | 0.73 | 0.34 |
| HSL | 351.19º | 0.74% | 0.38% | - |
| HSV(B) | 351.19º | 0.85% | 0.66% | - |
| XYZ | 16.99 | 9.22 | 3.47 | - |
| YUV | 70.15 | 114.38 | 197.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 25 | 46 | 0 | 0.85 | 0.73 | 0.34 | 351.19 | 0.74 | 0.38 |
| Hex | A8 | 19 | 2E | 0 | 55 | 49 | 22 | 15F | 4A | 26 |
| Octal | 250 | 31 | 56 | 0 | 125 | 111 | 42 | 537 | 112 | 46 |
| Binary | 10101000 | 11001 | 101110 | 0 | 1010101 | 1001001 | 100010 | 101011111 | 1001010 | 100110 |
Color Harmonies of #A8192E
Complementary color
Monochromatic Colors of #A8192E
Black with #A8192E
Text Example
Text Example
White with #A8192E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8192E; }
p { color: rgb(168,25,46); }
H1.HeaderClassName
{
color: #A8192E;
}
.AnyTagClassName
{
color: #A8192E;
}
</style>
background-color css
<style>
a { background-color: #A8192E; }
a { background-color: rgb(168,25,46); }
div.DivClassName
{
background-color: #A8192E;
}
.BgClassName
{
background-color: #A8192E;
}
</style>
border-color css
<style>
span { border-color: #A8192E; }
span { border-color: rgb(168,25,46); }
td.TdClassName
{
border-color: #A8192E;
}
.TagClassName
{
border-color: #A8192E;
}
</style>