Shades of Bright Red #A2253E
Tints of Bright Red #A2253E
RGB
CMYK
RGB Variations
Color information
#A2253E (or 0xA2253E) is known color: Bright Red. HEX triplet: A2, 25 and 3E. RGB value is (162,37,62). Sum of RGB (Red+Green+Blue) = 162+37+62=261 (34% of max value = 765). Red value is 162 (63.67% from 255 or 62.07% from 261); Green value is 37 (14.84% from 255 or 14.18% from 261); Blue value is 62 (24.61% from 255 or 23.75% from 261); Max value from RGB is 162 - color contains mainly: red. Hex color #A2253E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2253E is #5DDAC1. Grayscale: #4D4D4D. Windows color (decimal): -6150850 or 4072866. OLE color: 4072866.
HSL color Cylindrical-coordinate representation of color #A2253E: hue angle of 348º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A2253E is Cyan = 0, Magento = 0.77, Yellow = 0.62 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 37 | 62 | - |
| CMYK | 0 | 0.77 | 0.62 | 0.36 |
| HSL | 348º | 0.63% | 0.39% | - |
| HSV(B) | 348º | 0.77% | 0.64% | - |
| XYZ | 16.43 | 9.35 | 5.5 | - |
| YUV | 77.23 | 119.41 | 188.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 37 | 62 | 0 | 0.77 | 0.62 | 0.36 | 348 | 0.63 | 0.39 |
| Hex | A2 | 25 | 3E | 0 | 4D | 3E | 24 | 15C | 3F | 27 |
| Octal | 242 | 45 | 76 | 0 | 115 | 76 | 44 | 534 | 77 | 47 |
| Binary | 10100010 | 100101 | 111110 | 0 | 1001101 | 111110 | 100100 | 101011100 | 111111 | 100111 |
Color Harmonies of #A2253E
Complementary color
Monochromatic Colors of #A2253E
Black with #A2253E
Text Example
Text Example
White with #A2253E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2253E; }
p { color: rgb(162,37,62); }
H1.HeaderClassName
{
color: #A2253E;
}
.AnyTagClassName
{
color: #A2253E;
}
</style>
background-color css
<style>
a { background-color: #A2253E; }
a { background-color: rgb(162,37,62); }
div.DivClassName
{
background-color: #A2253E;
}
.BgClassName
{
background-color: #A2253E;
}
</style>
border-color css
<style>
span { border-color: #A2253E; }
span { border-color: rgb(162,37,62); }
td.TdClassName
{
border-color: #A2253E;
}
.TagClassName
{
border-color: #A2253E;
}
</style>