Shades of Bright Red #A2162D
Tints of Bright Red #A2162D
RGB
CMYK
RGB Variations
Color information
#A2162D (or 0xA2162D) is known color: Bright Red. HEX triplet: A2, 16 and 2D. RGB value is (162,22,45). Sum of RGB (Red+Green+Blue) = 162+22+45=229 (30% of max value = 765). Red value is 162 (63.67% from 255 or 70.74% from 229); Green value is 22 (8.98% from 255 or 9.61% from 229); Blue value is 45 (17.97% from 255 or 19.65% from 229); Max value from RGB is 162 - color contains mainly: red. Hex color #A2162D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2162D is #5DE9D2. Grayscale: #424242. Windows color (decimal): -6154707 or 2954914. OLE color: 2954914.
HSL color Cylindrical-coordinate representation of color #A2162D: hue angle of 350.14º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A2162D is Cyan = 0, Magento = 0.86, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 22 | 45 | - |
| CMYK | 0 | 0.86 | 0.72 | 0.36 |
| HSL | 350.14º | 0.76% | 0.36% | - |
| HSV(B) | 350.14º | 0.86% | 0.64% | - |
| XYZ | 15.66 | 8.44 | 3.29 | - |
| YUV | 66.48 | 115.88 | 196.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 22 | 45 | 0 | 0.86 | 0.72 | 0.36 | 350.14 | 0.76 | 0.36 |
| Hex | A2 | 16 | 2D | 0 | 56 | 48 | 24 | 15E | 4C | 24 |
| Octal | 242 | 26 | 55 | 0 | 126 | 110 | 44 | 536 | 114 | 44 |
| Binary | 10100010 | 10110 | 101101 | 0 | 1010110 | 1001000 | 100100 | 101011110 | 1001100 | 100100 |
Color Harmonies of #A2162D
Complementary color
Monochromatic Colors of #A2162D
Black with #A2162D
Text Example
Text Example
White with #A2162D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2162D; }
p { color: rgb(162,22,45); }
H1.HeaderClassName
{
color: #A2162D;
}
.AnyTagClassName
{
color: #A2162D;
}
</style>
background-color css
<style>
a { background-color: #A2162D; }
a { background-color: rgb(162,22,45); }
div.DivClassName
{
background-color: #A2162D;
}
.BgClassName
{
background-color: #A2162D;
}
</style>
border-color css
<style>
span { border-color: #A2162D; }
span { border-color: rgb(162,22,45); }
td.TdClassName
{
border-color: #A2162D;
}
.TagClassName
{
border-color: #A2162D;
}
</style>