Shades of Bright Red #A0162D
Tints of Bright Red #A0162D
RGB
CMYK
RGB Variations
Color information
#A0162D (or 0xA0162D) is known color: Bright Red. HEX triplet: A0, 16 and 2D. RGB value is (160,22,45). Sum of RGB (Red+Green+Blue) = 160+22+45=227 (30% of max value = 765). Red value is 160 (62.89% from 255 or 70.48% from 227); Green value is 22 (8.98% from 255 or 9.69% from 227); Blue value is 45 (17.97% from 255 or 19.82% from 227); Max value from RGB is 160 - color contains mainly: red. Hex color #A0162D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0162D is #5FE9D2. Grayscale: #414141. Windows color (decimal): -6285779 or 2954912. OLE color: 2954912.
HSL color Cylindrical-coordinate representation of color #A0162D: hue angle of 350º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A0162D is Cyan = 0, Magento = 0.86, Yellow = 0.72 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 22 | 45 | - |
| CMYK | 0 | 0.86 | 0.72 | 0.37 |
| HSL | 350º | 0.76% | 0.36% | - |
| HSV(B) | 350º | 0.86% | 0.63% | - |
| XYZ | 15.26 | 8.24 | 3.27 | - |
| YUV | 65.88 | 116.22 | 195.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 22 | 45 | 0 | 0.86 | 0.72 | 0.37 | 350 | 0.76 | 0.36 |
| Hex | A0 | 16 | 2D | 0 | 56 | 48 | 25 | 15E | 4C | 24 |
| Octal | 240 | 26 | 55 | 0 | 126 | 110 | 45 | 536 | 114 | 44 |
| Binary | 10100000 | 10110 | 101101 | 0 | 1010110 | 1001000 | 100101 | 101011110 | 1001100 | 100100 |
Color Harmonies of #A0162D
Complementary color
Monochromatic Colors of #A0162D
Black with #A0162D
Text Example
Text Example
White with #A0162D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0162D; }
p { color: rgb(160,22,45); }
H1.HeaderClassName
{
color: #A0162D;
}
.AnyTagClassName
{
color: #A0162D;
}
</style>
background-color css
<style>
a { background-color: #A0162D; }
a { background-color: rgb(160,22,45); }
div.DivClassName
{
background-color: #A0162D;
}
.BgClassName
{
background-color: #A0162D;
}
</style>
border-color css
<style>
span { border-color: #A0162D; }
span { border-color: rgb(160,22,45); }
td.TdClassName
{
border-color: #A0162D;
}
.TagClassName
{
border-color: #A0162D;
}
</style>