Shades of Bright Red #A2253B
Tints of Bright Red #A2253B
RGB
CMYK
RGB Variations
Color information
#A2253B (or 0xA2253B) is known color: Bright Red. HEX triplet: A2, 25 and 3B. RGB value is (162,37,59). Sum of RGB (Red+Green+Blue) = 162+37+59=258 (34% of max value = 765). Red value is 162 (63.67% from 255 or 62.79% from 258); Green value is 37 (14.84% from 255 or 14.34% from 258); Blue value is 59 (23.44% from 255 or 22.87% from 258); Max value from RGB is 162 - color contains mainly: red. Hex color #A2253B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2253B is #5DDAC4. Grayscale: #4C4C4C. Windows color (decimal): -6150853 or 3876258. OLE color: 3876258.
HSL color Cylindrical-coordinate representation of color #A2253B: hue angle of 349.44º 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 #A2253B is Cyan = 0, Magento = 0.77, Yellow = 0.64 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 37 | 59 | - |
| CMYK | 0 | 0.77 | 0.64 | 0.36 |
| HSL | 349.44º | 0.63% | 0.39% | - |
| HSV(B) | 349.44º | 0.77% | 0.64% | - |
| XYZ | 16.35 | 9.32 | 5.07 | - |
| YUV | 76.88 | 117.91 | 188.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 37 | 59 | 0 | 0.77 | 0.64 | 0.36 | 349.44 | 0.63 | 0.39 |
| Hex | A2 | 25 | 3B | 0 | 4D | 40 | 24 | 15D | 3F | 27 |
| Octal | 242 | 45 | 73 | 0 | 115 | 100 | 44 | 535 | 77 | 47 |
| Binary | 10100010 | 100101 | 111011 | 0 | 1001101 | 1000000 | 100100 | 101011101 | 111111 | 100111 |
Color Harmonies of #A2253B
Complementary color
Monochromatic Colors of #A2253B
Black with #A2253B
Text Example
Text Example
White with #A2253B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2253B; }
p { color: rgb(162,37,59); }
H1.HeaderClassName
{
color: #A2253B;
}
.AnyTagClassName
{
color: #A2253B;
}
</style>
background-color css
<style>
a { background-color: #A2253B; }
a { background-color: rgb(162,37,59); }
div.DivClassName
{
background-color: #A2253B;
}
.BgClassName
{
background-color: #A2253B;
}
</style>
border-color css
<style>
span { border-color: #A2253B; }
span { border-color: rgb(162,37,59); }
td.TdClassName
{
border-color: #A2253B;
}
.TagClassName
{
border-color: #A2253B;
}
</style>