Shades of Bright Red #A8162F
Tints of Bright Red #A8162F
RGB
CMYK
RGB Variations
Color information
#A8162F (or 0xA8162F) is known color: Bright Red. HEX triplet: A8, 16 and 2F. RGB value is (168,22,47). Sum of RGB (Red+Green+Blue) = 168+22+47=237 (31% of max value = 765). Red value is 168 (66.02% from 255 or 70.89% from 237); Green value is 22 (8.98% from 255 or 9.28% from 237); Blue value is 47 (18.75% from 255 or 19.83% from 237); Max value from RGB is 168 - color contains mainly: red. Hex color #A8162F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8162F is #57E9D0. Grayscale: #444444. Windows color (decimal): -5761489 or 3085992. OLE color: 3085992.
HSL color Cylindrical-coordinate representation of color #A8162F: hue angle of 349.73º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A8162F is Cyan = 0, Magento = 0.87, Yellow = 0.72 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 22 | 47 | - |
| CMYK | 0 | 0.87 | 0.72 | 0.34 |
| HSL | 349.73º | 0.77% | 0.37% | - |
| HSV(B) | 349.73º | 0.87% | 0.66% | - |
| XYZ | 16.95 | 9.1 | 3.55 | - |
| YUV | 68.5 | 115.87 | 198.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 22 | 47 | 0 | 0.87 | 0.72 | 0.34 | 349.73 | 0.77 | 0.37 |
| Hex | A8 | 16 | 2F | 0 | 57 | 48 | 22 | 15E | 4D | 25 |
| Octal | 250 | 26 | 57 | 0 | 127 | 110 | 42 | 536 | 115 | 45 |
| Binary | 10101000 | 10110 | 101111 | 0 | 1010111 | 1001000 | 100010 | 101011110 | 1001101 | 100101 |
Color Harmonies of #A8162F
Complementary color
Monochromatic Colors of #A8162F
Black with #A8162F
Text Example
Text Example
White with #A8162F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8162F; }
p { color: rgb(168,22,47); }
H1.HeaderClassName
{
color: #A8162F;
}
.AnyTagClassName
{
color: #A8162F;
}
</style>
background-color css
<style>
a { background-color: #A8162F; }
a { background-color: rgb(168,22,47); }
div.DivClassName
{
background-color: #A8162F;
}
.BgClassName
{
background-color: #A8162F;
}
</style>
border-color css
<style>
span { border-color: #A8162F; }
span { border-color: rgb(168,22,47); }
td.TdClassName
{
border-color: #A8162F;
}
.TagClassName
{
border-color: #A8162F;
}
</style>