Shades of Bright Red #A32640
Tints of Bright Red #A32640
RGB
CMYK
RGB Variations
Color information
#A32640 (or 0xA32640) is known color: Bright Red. HEX triplet: A3, 26 and 40. RGB value is (163,38,64). Sum of RGB (Red+Green+Blue) = 163+38+64=265 (35% of max value = 765). Red value is 163 (64.06% from 255 or 61.51% from 265); Green value is 38 (15.23% from 255 or 14.34% from 265); Blue value is 64 (25.39% from 255 or 24.15% from 265); Max value from RGB is 163 - color contains mainly: red. Hex color #A32640 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32640 is #5CD9BF. Grayscale: #4E4E4E. Windows color (decimal): -6085056 or 4204195. OLE color: 4204195.
HSL color Cylindrical-coordinate representation of color #A32640: hue angle of 347.52º degrees, saturation: 0.62, 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 #A32640 is Cyan = 0, Magento = 0.77, Yellow = 0.61 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 38 | 64 | - |
| CMYK | 0 | 0.77 | 0.61 | 0.36 |
| HSL | 347.52º | 0.62% | 0.39% | - |
| HSV(B) | 347.52º | 0.77% | 0.64% | - |
| XYZ | 16.72 | 9.54 | 5.81 | - |
| YUV | 78.34 | 119.91 | 188.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 38 | 64 | 0 | 0.77 | 0.61 | 0.36 | 347.52 | 0.62 | 0.39 |
| Hex | A3 | 26 | 40 | 0 | 4D | 3D | 24 | 15C | 3E | 27 |
| Octal | 243 | 46 | 100 | 0 | 115 | 75 | 44 | 534 | 76 | 47 |
| Binary | 10100011 | 100110 | 1000000 | 0 | 1001101 | 111101 | 100100 | 101011100 | 111110 | 100111 |
Color Harmonies of #A32640
Complementary color
Monochromatic Colors of #A32640
Black with #A32640
Text Example
Text Example
White with #A32640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32640; }
p { color: rgb(163,38,64); }
H1.HeaderClassName
{
color: #A32640;
}
.AnyTagClassName
{
color: #A32640;
}
</style>
background-color css
<style>
a { background-color: #A32640; }
a { background-color: rgb(163,38,64); }
div.DivClassName
{
background-color: #A32640;
}
.BgClassName
{
background-color: #A32640;
}
</style>
border-color css
<style>
span { border-color: #A32640; }
span { border-color: rgb(163,38,64); }
td.TdClassName
{
border-color: #A32640;
}
.TagClassName
{
border-color: #A32640;
}
</style>