Shades of Bright Red #A2232E
Tints of Bright Red #A2232E
RGB
CMYK
RGB Variations
Color information
#A2232E (or 0xA2232E) is known color: Bright Red. HEX triplet: A2, 23 and 2E. RGB value is (162,35,46). Sum of RGB (Red+Green+Blue) = 162+35+46=243 (32% of max value = 765). Red value is 162 (63.67% from 255 or 66.67% from 243); Green value is 35 (14.06% from 255 or 14.40% from 243); Blue value is 46 (18.36% from 255 or 18.93% from 243); Max value from RGB is 162 - color contains mainly: red. Hex color #A2232E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2232E is #5DDCD1. Grayscale: #4A4A4A. Windows color (decimal): -6151378 or 3023778. OLE color: 3023778.
HSL color Cylindrical-coordinate representation of color #A2232E: hue angle of 354.8º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A2232E is Cyan = 0, Magento = 0.78, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 35 | 46 | - |
| CMYK | 0 | 0.78 | 0.72 | 0.36 |
| HSL | 354.8º | 0.64% | 0.39% | - |
| HSV(B) | 354.8º | 0.78% | 0.64% | - |
| XYZ | 15.99 | 9.08 | 3.49 | - |
| YUV | 74.23 | 112.08 | 190.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 35 | 46 | 0 | 0.78 | 0.72 | 0.36 | 354.8 | 0.64 | 0.39 |
| Hex | A2 | 23 | 2E | 0 | 4E | 48 | 24 | 163 | 40 | 27 |
| Octal | 242 | 43 | 56 | 0 | 116 | 110 | 44 | 543 | 100 | 47 |
| Binary | 10100010 | 100011 | 101110 | 0 | 1001110 | 1001000 | 100100 | 101100011 | 1000000 | 100111 |
Color Harmonies of #A2232E
Complementary color
Monochromatic Colors of #A2232E
Black with #A2232E
Text Example
Text Example
White with #A2232E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2232E; }
p { color: rgb(162,35,46); }
H1.HeaderClassName
{
color: #A2232E;
}
.AnyTagClassName
{
color: #A2232E;
}
</style>
background-color css
<style>
a { background-color: #A2232E; }
a { background-color: rgb(162,35,46); }
div.DivClassName
{
background-color: #A2232E;
}
.BgClassName
{
background-color: #A2232E;
}
</style>
border-color css
<style>
span { border-color: #A2232E; }
span { border-color: rgb(162,35,46); }
td.TdClassName
{
border-color: #A2232E;
}
.TagClassName
{
border-color: #A2232E;
}
</style>