Shades of Bright Red #A2273A
Tints of Bright Red #A2273A
RGB
CMYK
RGB Variations
Color information
#A2273A (or 0xA2273A) is known color: Bright Red. HEX triplet: A2, 27 and 3A. RGB value is (162,39,58). Sum of RGB (Red+Green+Blue) = 162+39+58=259 (34% of max value = 765). Red value is 162 (63.67% from 255 or 62.55% from 259); Green value is 39 (15.62% from 255 or 15.06% from 259); Blue value is 58 (23.05% from 255 or 22.39% from 259); Max value from RGB is 162 - color contains mainly: red. Hex color #A2273A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2273A is #5DD8C5. Grayscale: #4D4D4D. Windows color (decimal): -6150342 or 3811234. OLE color: 3811234.
HSL color Cylindrical-coordinate representation of color #A2273A: hue angle of 350.73º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A2273A is Cyan = 0, Magento = 0.76, Yellow = 0.64 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 39 | 58 | - |
| CMYK | 0 | 0.76 | 0.64 | 0.36 |
| HSL | 350.73º | 0.61% | 0.39% | - |
| HSV(B) | 350.73º | 0.76% | 0.64% | - |
| XYZ | 16.39 | 9.44 | 4.96 | - |
| YUV | 77.94 | 116.75 | 187.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 39 | 58 | 0 | 0.76 | 0.64 | 0.36 | 350.73 | 0.61 | 0.39 |
| Hex | A2 | 27 | 3A | 0 | 4C | 40 | 24 | 15F | 3D | 27 |
| Octal | 242 | 47 | 72 | 0 | 114 | 100 | 44 | 537 | 75 | 47 |
| Binary | 10100010 | 100111 | 111010 | 0 | 1001100 | 1000000 | 100100 | 101011111 | 111101 | 100111 |
Color Harmonies of #A2273A
Complementary color
Monochromatic Colors of #A2273A
Black with #A2273A
Text Example
Text Example
White with #A2273A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2273A; }
p { color: rgb(162,39,58); }
H1.HeaderClassName
{
color: #A2273A;
}
.AnyTagClassName
{
color: #A2273A;
}
</style>
background-color css
<style>
a { background-color: #A2273A; }
a { background-color: rgb(162,39,58); }
div.DivClassName
{
background-color: #A2273A;
}
.BgClassName
{
background-color: #A2273A;
}
</style>
border-color css
<style>
span { border-color: #A2273A; }
span { border-color: rgb(162,39,58); }
td.TdClassName
{
border-color: #A2273A;
}
.TagClassName
{
border-color: #A2273A;
}
</style>