Shades of Bright Red #A31E20
Tints of Bright Red #A31E20
RGB
CMYK
RGB Variations
Color information
#A31E20 (or 0xA31E20) is known color: Bright Red. HEX triplet: A3, 1E and 20. RGB value is (163,30,32). Sum of RGB (Red+Green+Blue) = 163+30+32=225 (29% of max value = 765). Red value is 163 (64.06% from 255 or 72.44% from 225); Green value is 30 (12.11% from 255 or 13.33% from 225); Blue value is 32 (12.89% from 255 or 14.22% from 225); Max value from RGB is 163 - color contains mainly: red. Hex color #A31E20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A31E20 is #5CE1DF. Grayscale: #464646. Windows color (decimal): -6087136 or 2104995. OLE color: 2104995.
HSL color Cylindrical-coordinate representation of color #A31E20: hue angle of 359.1º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A31E20 is Cyan = 0, Magento = 0.82, Yellow = 0.80 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 30 | 32 | - |
| CMYK | 0 | 0.82 | 0.80 | 0.36 |
| HSL | 359.1º | 0.69% | 0.38% | - |
| HSV(B) | 359.1º | 0.82% | 0.64% | - |
| XYZ | 15.83 | 8.82 | 2.23 | - |
| YUV | 70 | 106.56 | 194.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 30 | 32 | 0 | 0.82 | 0.80 | 0.36 | 359.1 | 0.69 | 0.38 |
| Hex | A3 | 1E | 20 | 0 | 52 | 50 | 24 | 167 | 45 | 26 |
| Octal | 243 | 36 | 40 | 0 | 122 | 120 | 44 | 547 | 105 | 46 |
| Binary | 10100011 | 11110 | 100000 | 0 | 1010010 | 1010000 | 100100 | 101100111 | 1000101 | 100110 |
Color Harmonies of #A31E20
Complementary color
Monochromatic Colors of #A31E20
Black with #A31E20
Text Example
Text Example
White with #A31E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31E20; }
p { color: rgb(163,30,32); }
H1.HeaderClassName
{
color: #A31E20;
}
.AnyTagClassName
{
color: #A31E20;
}
</style>
background-color css
<style>
a { background-color: #A31E20; }
a { background-color: rgb(163,30,32); }
div.DivClassName
{
background-color: #A31E20;
}
.BgClassName
{
background-color: #A31E20;
}
</style>
border-color css
<style>
span { border-color: #A31E20; }
span { border-color: rgb(163,30,32); }
td.TdClassName
{
border-color: #A31E20;
}
.TagClassName
{
border-color: #A31E20;
}
</style>