Shades of Bright Red #A8162A
Tints of Bright Red #A8162A
RGB
CMYK
RGB Variations
Color information
#A8162A (or 0xA8162A) is known color: Bright Red. HEX triplet: A8, 16 and 2A. RGB value is (168,22,42). Sum of RGB (Red+Green+Blue) = 168+22+42=232 (30% of max value = 765). Red value is 168 (66.02% from 255 or 72.41% from 232); Green value is 22 (8.98% from 255 or 9.48% from 232); Blue value is 42 (16.80% from 255 or 18.10% from 232); Max value from RGB is 168 - color contains mainly: red. Hex color #A8162A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8162A is #57E9D5. Grayscale: #444444. Windows color (decimal): -5761494 or 2758312. OLE color: 2758312.
HSL color Cylindrical-coordinate representation of color #A8162A: hue angle of 351.78º 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 #A8162A is Cyan = 0, Magento = 0.87, Yellow = 0.75 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 22 | 42 | - |
| CMYK | 0 | 0.87 | 0.75 | 0.34 |
| HSL | 351.78º | 0.77% | 0.37% | - |
| HSV(B) | 351.78º | 0.87% | 0.66% | - |
| XYZ | 16.85 | 9.07 | 3.05 | - |
| YUV | 67.93 | 113.37 | 199.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 22 | 42 | 0 | 0.87 | 0.75 | 0.34 | 351.78 | 0.77 | 0.37 |
| Hex | A8 | 16 | 2A | 0 | 57 | 4B | 22 | 160 | 4D | 25 |
| Octal | 250 | 26 | 52 | 0 | 127 | 113 | 42 | 540 | 115 | 45 |
| Binary | 10101000 | 10110 | 101010 | 0 | 1010111 | 1001011 | 100010 | 101100000 | 1001101 | 100101 |
Color Harmonies of #A8162A
Complementary color
Monochromatic Colors of #A8162A
Black with #A8162A
Text Example
Text Example
White with #A8162A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8162A; }
p { color: rgb(168,22,42); }
H1.HeaderClassName
{
color: #A8162A;
}
.AnyTagClassName
{
color: #A8162A;
}
</style>
background-color css
<style>
a { background-color: #A8162A; }
a { background-color: rgb(168,22,42); }
div.DivClassName
{
background-color: #A8162A;
}
.BgClassName
{
background-color: #A8162A;
}
</style>
border-color css
<style>
span { border-color: #A8162A; }
span { border-color: rgb(168,22,42); }
td.TdClassName
{
border-color: #A8162A;
}
.TagClassName
{
border-color: #A8162A;
}
</style>