Shades of Bright Red #A2202D
Tints of Bright Red #A2202D
RGB
CMYK
RGB Variations
Color information
#A2202D (or 0xA2202D) is known color: Bright Red. HEX triplet: A2, 20 and 2D. RGB value is (162,32,45). Sum of RGB (Red+Green+Blue) = 162+32+45=239 (31% of max value = 765). Red value is 162 (63.67% from 255 or 67.78% from 239); Green value is 32 (12.89% from 255 or 13.39% from 239); Blue value is 45 (17.97% from 255 or 18.83% from 239); Max value from RGB is 162 - color contains mainly: red. Hex color #A2202D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2202D is #5DDFD2. Grayscale: #484848. Windows color (decimal): -6152147 or 2957474. OLE color: 2957474.
HSL color Cylindrical-coordinate representation of color #A2202D: hue angle of 354º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A2202D is Cyan = 0, Magento = 0.80, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 32 | 45 | - |
| CMYK | 0 | 0.80 | 0.72 | 0.36 |
| HSL | 354º | 0.67% | 0.38% | - |
| HSV(B) | 354º | 0.8% | 0.64% | - |
| XYZ | 15.89 | 8.9 | 3.36 | - |
| YUV | 72.35 | 112.57 | 191.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 32 | 45 | 0 | 0.80 | 0.72 | 0.36 | 354 | 0.67 | 0.38 |
| Hex | A2 | 20 | 2D | 0 | 50 | 48 | 24 | 162 | 43 | 26 |
| Octal | 242 | 40 | 55 | 0 | 120 | 110 | 44 | 542 | 103 | 46 |
| Binary | 10100010 | 100000 | 101101 | 0 | 1010000 | 1001000 | 100100 | 101100010 | 1000011 | 100110 |
Color Harmonies of #A2202D
Complementary color
Monochromatic Colors of #A2202D
Black with #A2202D
Text Example
Text Example
White with #A2202D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2202D; }
p { color: rgb(162,32,45); }
H1.HeaderClassName
{
color: #A2202D;
}
.AnyTagClassName
{
color: #A2202D;
}
</style>
background-color css
<style>
a { background-color: #A2202D; }
a { background-color: rgb(162,32,45); }
div.DivClassName
{
background-color: #A2202D;
}
.BgClassName
{
background-color: #A2202D;
}
</style>
border-color css
<style>
span { border-color: #A2202D; }
span { border-color: rgb(162,32,45); }
td.TdClassName
{
border-color: #A2202D;
}
.TagClassName
{
border-color: #A2202D;
}
</style>