Shades of Bright Red #A31332
Tints of Bright Red #A31332
RGB
CMYK
RGB Variations
Color information
#A31332 (or 0xA31332) is known color: Bright Red. HEX triplet: A3, 13 and 32. RGB value is (163,19,50). Sum of RGB (Red+Green+Blue) = 163+19+50=232 (30% of max value = 765). Red value is 163 (64.06% from 255 or 70.26% from 232); Green value is 19 (7.81% from 255 or 8.19% from 232); Blue value is 50 (19.92% from 255 or 21.55% from 232); Max value from RGB is 163 - color contains mainly: red. Hex color #A31332 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A31332 is #5CECCD. Grayscale: #414141. Windows color (decimal): -6089934 or 3281827. OLE color: 3281827.
HSL color Cylindrical-coordinate representation of color #A31332: hue angle of 347.08º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A31332 is Cyan = 0, Magento = 0.88, Yellow = 0.69 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 19 | 50 | - |
| CMYK | 0 | 0.88 | 0.69 | 0.36 |
| HSL | 347.08º | 0.79% | 0.36% | - |
| HSV(B) | 347.08º | 0.88% | 0.64% | - |
| XYZ | 15.91 | 8.48 | 3.82 | - |
| YUV | 65.59 | 119.21 | 197.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 19 | 50 | 0 | 0.88 | 0.69 | 0.36 | 347.08 | 0.79 | 0.36 |
| Hex | A3 | 13 | 32 | 0 | 58 | 45 | 24 | 15B | 4F | 24 |
| Octal | 243 | 23 | 62 | 0 | 130 | 105 | 44 | 533 | 117 | 44 |
| Binary | 10100011 | 10011 | 110010 | 0 | 1011000 | 1000101 | 100100 | 101011011 | 1001111 | 100100 |
Color Harmonies of #A31332
Complementary color
Monochromatic Colors of #A31332
Black with #A31332
Text Example
Text Example
White with #A31332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31332; }
p { color: rgb(163,19,50); }
H1.HeaderClassName
{
color: #A31332;
}
.AnyTagClassName
{
color: #A31332;
}
</style>
background-color css
<style>
a { background-color: #A31332; }
a { background-color: rgb(163,19,50); }
div.DivClassName
{
background-color: #A31332;
}
.BgClassName
{
background-color: #A31332;
}
</style>
border-color css
<style>
span { border-color: #A31332; }
span { border-color: rgb(163,19,50); }
td.TdClassName
{
border-color: #A31332;
}
.TagClassName
{
border-color: #A31332;
}
</style>