Shades of Bright Red #A8162B
Tints of Bright Red #A8162B
RGB
CMYK
RGB Variations
Color information
#A8162B (or 0xA8162B) is known color: Bright Red. HEX triplet: A8, 16 and 2B. RGB value is (168,22,43). Sum of RGB (Red+Green+Blue) = 168+22+43=233 (30% of max value = 765). Red value is 168 (66.02% from 255 or 72.10% from 233); Green value is 22 (8.98% from 255 or 9.44% from 233); Blue value is 43 (17.19% from 255 or 18.45% from 233); Max value from RGB is 168 - color contains mainly: red. Hex color #A8162B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8162B is #57E9D4. Grayscale: #444444. Windows color (decimal): -5761493 or 2823848. OLE color: 2823848.
HSL color Cylindrical-coordinate representation of color #A8162B: hue angle of 351.37º 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 #A8162B is Cyan = 0, Magento = 0.87, Yellow = 0.74 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 22 | 43 | - |
| CMYK | 0 | 0.87 | 0.74 | 0.34 |
| HSL | 351.37º | 0.77% | 0.37% | - |
| HSV(B) | 351.37º | 0.87% | 0.66% | - |
| XYZ | 16.87 | 9.07 | 3.15 | - |
| YUV | 68.05 | 113.87 | 199.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 22 | 43 | 0 | 0.87 | 0.74 | 0.34 | 351.37 | 0.77 | 0.37 |
| Hex | A8 | 16 | 2B | 0 | 57 | 4A | 22 | 15F | 4D | 25 |
| Octal | 250 | 26 | 53 | 0 | 127 | 112 | 42 | 537 | 115 | 45 |
| Binary | 10101000 | 10110 | 101011 | 0 | 1010111 | 1001010 | 100010 | 101011111 | 1001101 | 100101 |
Color Harmonies of #A8162B
Complementary color
Monochromatic Colors of #A8162B
Black with #A8162B
Text Example
Text Example
White with #A8162B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8162B; }
p { color: rgb(168,22,43); }
H1.HeaderClassName
{
color: #A8162B;
}
.AnyTagClassName
{
color: #A8162B;
}
</style>
background-color css
<style>
a { background-color: #A8162B; }
a { background-color: rgb(168,22,43); }
div.DivClassName
{
background-color: #A8162B;
}
.BgClassName
{
background-color: #A8162B;
}
</style>
border-color css
<style>
span { border-color: #A8162B; }
span { border-color: rgb(168,22,43); }
td.TdClassName
{
border-color: #A8162B;
}
.TagClassName
{
border-color: #A8162B;
}
</style>