Shades of Bright Red #A8172A
Tints of Bright Red #A8172A
RGB
CMYK
RGB Variations
Color information
#A8172A (or 0xA8172A) is known color: Bright Red. HEX triplet: A8, 17 and 2A. RGB value is (168,23,42). Sum of RGB (Red+Green+Blue) = 168+23+42=233 (30% of max value = 765). Red value is 168 (66.02% from 255 or 72.10% from 233); Green value is 23 (9.38% from 255 or 9.87% from 233); Blue value is 42 (16.80% from 255 or 18.03% from 233); Max value from RGB is 168 - color contains mainly: red. Hex color #A8172A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8172A is #57E8D5. Grayscale: #444444. Windows color (decimal): -5761238 or 2758568. OLE color: 2758568.
HSL color Cylindrical-coordinate representation of color #A8172A: hue angle of 352.14º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A8172A is Cyan = 0, Magento = 0.86, Yellow = 0.75 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 23 | 42 | - |
| CMYK | 0 | 0.86 | 0.75 | 0.34 |
| HSL | 352.14º | 0.76% | 0.37% | - |
| HSV(B) | 352.14º | 0.86% | 0.66% | - |
| XYZ | 16.87 | 9.1 | 3.06 | - |
| YUV | 68.52 | 113.04 | 198.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 23 | 42 | 0 | 0.86 | 0.75 | 0.34 | 352.14 | 0.76 | 0.37 |
| Hex | A8 | 17 | 2A | 0 | 56 | 4B | 22 | 160 | 4C | 25 |
| Octal | 250 | 27 | 52 | 0 | 126 | 113 | 42 | 540 | 114 | 45 |
| Binary | 10101000 | 10111 | 101010 | 0 | 1010110 | 1001011 | 100010 | 101100000 | 1001100 | 100101 |
Color Harmonies of #A8172A
Complementary color
Monochromatic Colors of #A8172A
Black with #A8172A
Text Example
Text Example
White with #A8172A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8172A; }
p { color: rgb(168,23,42); }
H1.HeaderClassName
{
color: #A8172A;
}
.AnyTagClassName
{
color: #A8172A;
}
</style>
background-color css
<style>
a { background-color: #A8172A; }
a { background-color: rgb(168,23,42); }
div.DivClassName
{
background-color: #A8172A;
}
.BgClassName
{
background-color: #A8172A;
}
</style>
border-color css
<style>
span { border-color: #A8172A; }
span { border-color: rgb(168,23,42); }
td.TdClassName
{
border-color: #A8172A;
}
.TagClassName
{
border-color: #A8172A;
}
</style>