Shades of Bright Red #A32639
Tints of Bright Red #A32639
RGB
CMYK
RGB Variations
Color information
#A32639 (or 0xA32639) is known color: Bright Red. HEX triplet: A3, 26 and 39. RGB value is (163,38,57). Sum of RGB (Red+Green+Blue) = 163+38+57=258 (34% of max value = 765). Red value is 163 (64.06% from 255 or 63.18% from 258); Green value is 38 (15.23% from 255 or 14.73% from 258); Blue value is 57 (22.66% from 255 or 22.09% from 258); Max value from RGB is 163 - color contains mainly: red. Hex color #A32639 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32639 is #5CD9C6. Grayscale: #4D4D4D. Windows color (decimal): -6085063 or 3745443. OLE color: 3745443.
HSL color Cylindrical-coordinate representation of color #A32639: hue angle of 350.88º 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 #A32639 is Cyan = 0, Magento = 0.77, Yellow = 0.65 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 38 | 57 | - |
| CMYK | 0 | 0.77 | 0.65 | 0.36 |
| HSL | 350.88º | 0.62% | 0.39% | - |
| HSV(B) | 350.88º | 0.77% | 0.64% | - |
| XYZ | 16.54 | 9.47 | 4.83 | - |
| YUV | 77.54 | 116.41 | 188.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 38 | 57 | 0 | 0.77 | 0.65 | 0.36 | 350.88 | 0.62 | 0.39 |
| Hex | A3 | 26 | 39 | 0 | 4D | 41 | 24 | 15F | 3E | 27 |
| Octal | 243 | 46 | 71 | 0 | 115 | 101 | 44 | 537 | 76 | 47 |
| Binary | 10100011 | 100110 | 111001 | 0 | 1001101 | 1000001 | 100100 | 101011111 | 111110 | 100111 |
Color Harmonies of #A32639
Complementary color
Monochromatic Colors of #A32639
Black with #A32639
Text Example
Text Example
White with #A32639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32639; }
p { color: rgb(163,38,57); }
H1.HeaderClassName
{
color: #A32639;
}
.AnyTagClassName
{
color: #A32639;
}
</style>
background-color css
<style>
a { background-color: #A32639; }
a { background-color: rgb(163,38,57); }
div.DivClassName
{
background-color: #A32639;
}
.BgClassName
{
background-color: #A32639;
}
</style>
border-color css
<style>
span { border-color: #A32639; }
span { border-color: rgb(163,38,57); }
td.TdClassName
{
border-color: #A32639;
}
.TagClassName
{
border-color: #A32639;
}
</style>