Shades of Bright Red #A8192B
Tints of Bright Red #A8192B
RGB
CMYK
RGB Variations
Color information
#A8192B (or 0xA8192B) is known color: Bright Red. HEX triplet: A8, 19 and 2B. RGB value is (168,25,43). Sum of RGB (Red+Green+Blue) = 168+25+43=236 (31% of max value = 765). Red value is 168 (66.02% from 255 or 71.19% from 236); Green value is 25 (10.16% from 255 or 10.59% from 236); Blue value is 43 (17.19% from 255 or 18.22% from 236); Max value from RGB is 168 - color contains mainly: red. Hex color #A8192B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8192B is #57E6D4. Grayscale: #454545. Windows color (decimal): -5760725 or 2824616. OLE color: 2824616.
HSL color Cylindrical-coordinate representation of color #A8192B: hue angle of 352.45º 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 #A8192B is Cyan = 0, Magento = 0.85, Yellow = 0.74 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 25 | 43 | - |
| CMYK | 0 | 0.85 | 0.74 | 0.34 |
| HSL | 352.45º | 0.74% | 0.38% | - |
| HSV(B) | 352.45º | 0.85% | 0.66% | - |
| XYZ | 16.93 | 9.19 | 3.17 | - |
| YUV | 69.81 | 112.88 | 198.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 25 | 43 | 0 | 0.85 | 0.74 | 0.34 | 352.45 | 0.74 | 0.38 |
| Hex | A8 | 19 | 2B | 0 | 55 | 4A | 22 | 160 | 4A | 26 |
| Octal | 250 | 31 | 53 | 0 | 125 | 112 | 42 | 540 | 112 | 46 |
| Binary | 10101000 | 11001 | 101011 | 0 | 1010101 | 1001010 | 100010 | 101100000 | 1001010 | 100110 |
Color Harmonies of #A8192B
Complementary color
Monochromatic Colors of #A8192B
Black with #A8192B
Text Example
Text Example
White with #A8192B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8192B; }
p { color: rgb(168,25,43); }
H1.HeaderClassName
{
color: #A8192B;
}
.AnyTagClassName
{
color: #A8192B;
}
</style>
background-color css
<style>
a { background-color: #A8192B; }
a { background-color: rgb(168,25,43); }
div.DivClassName
{
background-color: #A8192B;
}
.BgClassName
{
background-color: #A8192B;
}
</style>
border-color css
<style>
span { border-color: #A8192B; }
span { border-color: rgb(168,25,43); }
td.TdClassName
{
border-color: #A8192B;
}
.TagClassName
{
border-color: #A8192B;
}
</style>