Shades of Bright Red #A2113D
Tints of Bright Red #A2113D
RGB
CMYK
RGB Variations
Color information
#A2113D (or 0xA2113D) is known color: Bright Red. HEX triplet: A2, 11 and 3D. RGB value is (162,17,61). Sum of RGB (Red+Green+Blue) = 162+17+61=240 (31% of max value = 765). Red value is 162 (63.67% from 255 or 67.5% from 240); Green value is 17 (7.03% from 255 or 7.08% from 240); Blue value is 61 (24.22% from 255 or 25.42% from 240); Max value from RGB is 162 - color contains mainly: red. Hex color #A2113D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2113D is #5DEEC2. Grayscale: #414141. Windows color (decimal): -6155971 or 4002210. OLE color: 4002210.
HSL color Cylindrical-coordinate representation of color #A2113D: hue angle of 341.79º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A2113D is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 17 | 61 | - |
| CMYK | 0 | 0.90 | 0.62 | 0.36 |
| HSL | 341.79º | 0.81% | 0.35% | - |
| HSV(B) | 341.79º | 0.9% | 0.64% | - |
| XYZ | 15.94 | 8.42 | 5.2 | - |
| YUV | 65.37 | 125.54 | 196.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 17 | 61 | 0 | 0.90 | 0.62 | 0.36 | 341.79 | 0.81 | 0.35 |
| Hex | A2 | 11 | 3D | 0 | 5A | 3E | 24 | 156 | 51 | 23 |
| Octal | 242 | 21 | 75 | 0 | 132 | 76 | 44 | 526 | 121 | 43 |
| Binary | 10100010 | 10001 | 111101 | 0 | 1011010 | 111110 | 100100 | 101010110 | 1010001 | 100011 |
Color Harmonies of #A2113D
Complementary color
Monochromatic Colors of #A2113D
Black with #A2113D
Text Example
Text Example
White with #A2113D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2113D; }
p { color: rgb(162,17,61); }
H1.HeaderClassName
{
color: #A2113D;
}
.AnyTagClassName
{
color: #A2113D;
}
</style>
background-color css
<style>
a { background-color: #A2113D; }
a { background-color: rgb(162,17,61); }
div.DivClassName
{
background-color: #A2113D;
}
.BgClassName
{
background-color: #A2113D;
}
</style>
border-color css
<style>
span { border-color: #A2113D; }
span { border-color: rgb(162,17,61); }
td.TdClassName
{
border-color: #A2113D;
}
.TagClassName
{
border-color: #A2113D;
}
</style>