Shades of Bright Red #A31920
Tints of Bright Red #A31920
RGB
CMYK
RGB Variations
Color information
#A31920 (or 0xA31920) is known color: Bright Red. HEX triplet: A3, 19 and 20. RGB value is (163,25,32). Sum of RGB (Red+Green+Blue) = 163+25+32=220 (29% of max value = 765). Red value is 163 (64.06% from 255 or 74.09% from 220); Green value is 25 (10.16% from 255 or 11.36% from 220); Blue value is 32 (12.89% from 255 or 14.55% from 220); Max value from RGB is 163 - color contains mainly: red. Hex color #A31920 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A31920 is #5CE6DF. Grayscale: #434343. Windows color (decimal): -6088416 or 2103715. OLE color: 2103715.
HSL color Cylindrical-coordinate representation of color #A31920: hue angle of 356.96º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A31920 is Cyan = 0, Magento = 0.85, Yellow = 0.80 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 25 | 32 | - |
| CMYK | 0 | 0.85 | 0.80 | 0.36 |
| HSL | 356.96º | 0.73% | 0.37% | - |
| HSV(B) | 356.96º | 0.85% | 0.64% | - |
| XYZ | 15.71 | 8.59 | 2.2 | - |
| YUV | 67.06 | 108.22 | 196.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 25 | 32 | 0 | 0.85 | 0.80 | 0.36 | 356.96 | 0.73 | 0.37 |
| Hex | A3 | 19 | 20 | 0 | 55 | 50 | 24 | 165 | 49 | 25 |
| Octal | 243 | 31 | 40 | 0 | 125 | 120 | 44 | 545 | 111 | 45 |
| Binary | 10100011 | 11001 | 100000 | 0 | 1010101 | 1010000 | 100100 | 101100101 | 1001001 | 100101 |
Color Harmonies of #A31920
Complementary color
Monochromatic Colors of #A31920
Black with #A31920
Text Example
Text Example
White with #A31920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31920; }
p { color: rgb(163,25,32); }
H1.HeaderClassName
{
color: #A31920;
}
.AnyTagClassName
{
color: #A31920;
}
</style>
background-color css
<style>
a { background-color: #A31920; }
a { background-color: rgb(163,25,32); }
div.DivClassName
{
background-color: #A31920;
}
.BgClassName
{
background-color: #A31920;
}
</style>
border-color css
<style>
span { border-color: #A31920; }
span { border-color: rgb(163,25,32); }
td.TdClassName
{
border-color: #A31920;
}
.TagClassName
{
border-color: #A31920;
}
</style>