Shades of Bright Red #A32940
Tints of Bright Red #A32940
RGB
CMYK
RGB Variations
Color information
#A32940 (or 0xA32940) is known color: Bright Red. HEX triplet: A3, 29 and 40. RGB value is (163,41,64). Sum of RGB (Red+Green+Blue) = 163+41+64=268 (35% of max value = 765). Red value is 163 (64.06% from 255 or 60.82% from 268); Green value is 41 (16.41% from 255 or 15.30% from 268); Blue value is 64 (25.39% from 255 or 23.88% from 268); Max value from RGB is 163 - color contains mainly: red. Hex color #A32940 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32940 is #5CD6BF. Grayscale: #505050. Windows color (decimal): -6084288 or 4204963. OLE color: 4204963.
HSL color Cylindrical-coordinate representation of color #A32940: hue angle of 348.69º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A32940 is Cyan = 0, Magento = 0.75, Yellow = 0.61 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 41 | 64 | - |
| CMYK | 0 | 0.75 | 0.61 | 0.36 |
| HSL | 348.69º | 0.6% | 0.4% | - |
| HSV(B) | 348.69º | 0.75% | 0.64% | - |
| XYZ | 16.82 | 9.74 | 5.84 | - |
| YUV | 80.1 | 118.92 | 187.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 41 | 64 | 0 | 0.75 | 0.61 | 0.36 | 348.69 | 0.6 | 0.4 |
| Hex | A3 | 29 | 40 | 0 | 4B | 3D | 24 | 15D | 3C | 28 |
| Octal | 243 | 51 | 100 | 0 | 113 | 75 | 44 | 535 | 74 | 50 |
| Binary | 10100011 | 101001 | 1000000 | 0 | 1001011 | 111101 | 100100 | 101011101 | 111100 | 101000 |
Color Harmonies of #A32940
Complementary color
Monochromatic Colors of #A32940
Black with #A32940
Text Example
Text Example
White with #A32940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32940; }
p { color: rgb(163,41,64); }
H1.HeaderClassName
{
color: #A32940;
}
.AnyTagClassName
{
color: #A32940;
}
</style>
background-color css
<style>
a { background-color: #A32940; }
a { background-color: rgb(163,41,64); }
div.DivClassName
{
background-color: #A32940;
}
.BgClassName
{
background-color: #A32940;
}
</style>
border-color css
<style>
span { border-color: #A32940; }
span { border-color: rgb(163,41,64); }
td.TdClassName
{
border-color: #A32940;
}
.TagClassName
{
border-color: #A32940;
}
</style>