Shades of Bright Red #A8192C
Tints of Bright Red #A8192C
RGB
CMYK
RGB Variations
Color information
#A8192C (or 0xA8192C) is known color: Bright Red. HEX triplet: A8, 19 and 2C. RGB value is (168,25,44). Sum of RGB (Red+Green+Blue) = 168+25+44=237 (31% of max value = 765). Red value is 168 (66.02% from 255 or 70.89% from 237); Green value is 25 (10.16% from 255 or 10.55% from 237); Blue value is 44 (17.58% from 255 or 18.57% from 237); Max value from RGB is 168 - color contains mainly: red. Hex color #A8192C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8192C is #57E6D3. Grayscale: #454545. Windows color (decimal): -5760724 or 2890152. OLE color: 2890152.
HSL color Cylindrical-coordinate representation of color #A8192C: hue angle of 352.03º 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 #A8192C is Cyan = 0, Magento = 0.85, Yellow = 0.74 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 25 | 44 | - |
| CMYK | 0 | 0.85 | 0.74 | 0.34 |
| HSL | 352.03º | 0.74% | 0.38% | - |
| HSV(B) | 352.03º | 0.85% | 0.66% | - |
| XYZ | 16.95 | 9.2 | 3.27 | - |
| YUV | 69.92 | 113.38 | 197.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 25 | 44 | 0 | 0.85 | 0.74 | 0.34 | 352.03 | 0.74 | 0.38 |
| Hex | A8 | 19 | 2C | 0 | 55 | 4A | 22 | 160 | 4A | 26 |
| Octal | 250 | 31 | 54 | 0 | 125 | 112 | 42 | 540 | 112 | 46 |
| Binary | 10101000 | 11001 | 101100 | 0 | 1010101 | 1001010 | 100010 | 101100000 | 1001010 | 100110 |
Color Harmonies of #A8192C
Complementary color
Monochromatic Colors of #A8192C
Black with #A8192C
Text Example
Text Example
White with #A8192C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8192C; }
p { color: rgb(168,25,44); }
H1.HeaderClassName
{
color: #A8192C;
}
.AnyTagClassName
{
color: #A8192C;
}
</style>
background-color css
<style>
a { background-color: #A8192C; }
a { background-color: rgb(168,25,44); }
div.DivClassName
{
background-color: #A8192C;
}
.BgClassName
{
background-color: #A8192C;
}
</style>
border-color css
<style>
span { border-color: #A8192C; }
span { border-color: rgb(168,25,44); }
td.TdClassName
{
border-color: #A8192C;
}
.TagClassName
{
border-color: #A8192C;
}
</style>