Shades of Bright Red #A2182E
Tints of Bright Red #A2182E
RGB
CMYK
RGB Variations
Color information
#A2182E (or 0xA2182E) is known color: Bright Red. HEX triplet: A2, 18 and 2E. RGB value is (162,24,46). Sum of RGB (Red+Green+Blue) = 162+24+46=232 (30% of max value = 765). Red value is 162 (63.67% from 255 or 69.83% from 232); Green value is 24 (9.77% from 255 or 10.34% from 232); Blue value is 46 (18.36% from 255 or 19.83% from 232); Max value from RGB is 162 - color contains mainly: red. Hex color #A2182E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2182E is #5DE7D1. Grayscale: #434343. Windows color (decimal): -6154194 or 3020962. OLE color: 3020962.
HSL color Cylindrical-coordinate representation of color #A2182E: hue angle of 350.43º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A2182E is Cyan = 0, Magento = 0.85, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 24 | 46 | - |
| CMYK | 0 | 0.85 | 0.72 | 0.36 |
| HSL | 350.43º | 0.74% | 0.36% | - |
| HSV(B) | 350.43º | 0.85% | 0.64% | - |
| XYZ | 15.72 | 8.53 | 3.4 | - |
| YUV | 67.77 | 115.72 | 195.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 24 | 46 | 0 | 0.85 | 0.72 | 0.36 | 350.43 | 0.74 | 0.36 |
| Hex | A2 | 18 | 2E | 0 | 55 | 48 | 24 | 15E | 4A | 24 |
| Octal | 242 | 30 | 56 | 0 | 125 | 110 | 44 | 536 | 112 | 44 |
| Binary | 10100010 | 11000 | 101110 | 0 | 1010101 | 1001000 | 100100 | 101011110 | 1001010 | 100100 |
Color Harmonies of #A2182E
Complementary color
Monochromatic Colors of #A2182E
Black with #A2182E
Text Example
Text Example
White with #A2182E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2182E; }
p { color: rgb(162,24,46); }
H1.HeaderClassName
{
color: #A2182E;
}
.AnyTagClassName
{
color: #A2182E;
}
</style>
background-color css
<style>
a { background-color: #A2182E; }
a { background-color: rgb(162,24,46); }
div.DivClassName
{
background-color: #A2182E;
}
.BgClassName
{
background-color: #A2182E;
}
</style>
border-color css
<style>
span { border-color: #A2182E; }
span { border-color: rgb(162,24,46); }
td.TdClassName
{
border-color: #A2182E;
}
.TagClassName
{
border-color: #A2182E;
}
</style>