Shades of Bright Red #A2232D
Tints of Bright Red #A2232D
RGB
CMYK
RGB Variations
Color information
#A2232D (or 0xA2232D) is known color: Bright Red. HEX triplet: A2, 23 and 2D. RGB value is (162,35,45). Sum of RGB (Red+Green+Blue) = 162+35+45=242 (32% of max value = 765). Red value is 162 (63.67% from 255 or 66.94% from 242); Green value is 35 (14.06% from 255 or 14.46% from 242); Blue value is 45 (17.97% from 255 or 18.60% from 242); Max value from RGB is 162 - color contains mainly: red. Hex color #A2232D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2232D is #5DDCD2. Grayscale: #4A4A4A. Windows color (decimal): -6151379 or 2958242. OLE color: 2958242.
HSL color Cylindrical-coordinate representation of color #A2232D: hue angle of 355.28º 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 #A2232D is Cyan = 0, Magento = 0.78, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 35 | 45 | - |
| CMYK | 0 | 0.78 | 0.72 | 0.36 |
| HSL | 355.28º | 0.64% | 0.39% | - |
| HSV(B) | 355.28º | 0.78% | 0.64% | - |
| XYZ | 15.97 | 9.07 | 3.39 | - |
| YUV | 74.11 | 111.58 | 190.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 35 | 45 | 0 | 0.78 | 0.72 | 0.36 | 355.28 | 0.64 | 0.39 |
| Hex | A2 | 23 | 2D | 0 | 4E | 48 | 24 | 163 | 40 | 27 |
| Octal | 242 | 43 | 55 | 0 | 116 | 110 | 44 | 543 | 100 | 47 |
| Binary | 10100010 | 100011 | 101101 | 0 | 1001110 | 1001000 | 100100 | 101100011 | 1000000 | 100111 |
Color Harmonies of #A2232D
Complementary color
Monochromatic Colors of #A2232D
Black with #A2232D
Text Example
Text Example
White with #A2232D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2232D; }
p { color: rgb(162,35,45); }
H1.HeaderClassName
{
color: #A2232D;
}
.AnyTagClassName
{
color: #A2232D;
}
</style>
background-color css
<style>
a { background-color: #A2232D; }
a { background-color: rgb(162,35,45); }
div.DivClassName
{
background-color: #A2232D;
}
.BgClassName
{
background-color: #A2232D;
}
</style>
border-color css
<style>
span { border-color: #A2232D; }
span { border-color: rgb(162,35,45); }
td.TdClassName
{
border-color: #A2232D;
}
.TagClassName
{
border-color: #A2232D;
}
</style>