Shades of Bright Red #A8172E
Tints of Bright Red #A8172E
RGB
CMYK
RGB Variations
Color information
#A8172E (or 0xA8172E) is known color: Bright Red. HEX triplet: A8, 17 and 2E. RGB value is (168,23,46). Sum of RGB (Red+Green+Blue) = 168+23+46=237 (31% of max value = 765). Red value is 168 (66.02% from 255 or 70.89% from 237); Green value is 23 (9.38% from 255 or 9.70% from 237); Blue value is 46 (18.36% from 255 or 19.41% from 237); Max value from RGB is 168 - color contains mainly: red. Hex color #A8172E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8172E is #57E8D1. Grayscale: #454545. Windows color (decimal): -5761234 or 3020712. OLE color: 3020712.
HSL color Cylindrical-coordinate representation of color #A8172E: hue angle of 350.48º 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 #A8172E is Cyan = 0, Magento = 0.86, Yellow = 0.73 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 23 | 46 | - |
| CMYK | 0 | 0.86 | 0.73 | 0.34 |
| HSL | 350.48º | 0.76% | 0.37% | - |
| HSV(B) | 350.48º | 0.86% | 0.66% | - |
| XYZ | 16.95 | 9.13 | 3.45 | - |
| YUV | 68.98 | 115.04 | 198.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 23 | 46 | 0 | 0.86 | 0.73 | 0.34 | 350.48 | 0.76 | 0.37 |
| Hex | A8 | 17 | 2E | 0 | 56 | 49 | 22 | 15E | 4C | 25 |
| Octal | 250 | 27 | 56 | 0 | 126 | 111 | 42 | 536 | 114 | 45 |
| Binary | 10101000 | 10111 | 101110 | 0 | 1010110 | 1001001 | 100010 | 101011110 | 1001100 | 100101 |
Color Harmonies of #A8172E
Complementary color
Monochromatic Colors of #A8172E
Black with #A8172E
Text Example
Text Example
White with #A8172E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8172E; }
p { color: rgb(168,23,46); }
H1.HeaderClassName
{
color: #A8172E;
}
.AnyTagClassName
{
color: #A8172E;
}
</style>
background-color css
<style>
a { background-color: #A8172E; }
a { background-color: rgb(168,23,46); }
div.DivClassName
{
background-color: #A8172E;
}
.BgClassName
{
background-color: #A8172E;
}
</style>
border-color css
<style>
span { border-color: #A8172E; }
span { border-color: rgb(168,23,46); }
td.TdClassName
{
border-color: #A8172E;
}
.TagClassName
{
border-color: #A8172E;
}
</style>