Shades of Bright Red #A10E3A
Tints of Bright Red #A10E3A
RGB
CMYK
RGB Variations
Color information
#A10E3A (or 0xA10E3A) is known color: Bright Red. HEX triplet: A1, 0E and 3A. RGB value is (161,14,58). Sum of RGB (Red+Green+Blue) = 161+14+58=233 (30% of max value = 765). Red value is 161 (63.28% from 255 or 69.10% from 233); Green value is 14 (5.86% from 255 or 6.01% from 233); Blue value is 58 (23.05% from 255 or 24.89% from 233); Max value from RGB is 161 - color contains mainly: red. Hex color #A10E3A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A10E3A is #5EF1C5. Grayscale: #3E3E3E. Windows color (decimal): -6222278 or 3804833. OLE color: 3804833.
HSL color Cylindrical-coordinate representation of color #A10E3A: hue angle of 342.04º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A10E3A is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 14 | 58 | - |
| CMYK | 0 | 0.91 | 0.64 | 0.37 |
| HSL | 342.04º | 0.84% | 0.34% | - |
| HSV(B) | 342.04º | 0.91% | 0.63% | - |
| XYZ | 15.62 | 8.2 | 4.76 | - |
| YUV | 62.97 | 125.2 | 197.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 14 | 58 | 0 | 0.91 | 0.64 | 0.37 | 342.04 | 0.84 | 0.34 |
| Hex | A1 | E | 3A | 0 | 5B | 40 | 25 | 156 | 54 | 22 |
| Octal | 241 | 16 | 72 | 0 | 133 | 100 | 45 | 526 | 124 | 42 |
| Binary | 10100001 | 1110 | 111010 | 0 | 1011011 | 1000000 | 100101 | 101010110 | 1010100 | 100010 |
Color Harmonies of #A10E3A
Complementary color
Monochromatic Colors of #A10E3A
Black with #A10E3A
Text Example
Text Example
White with #A10E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10E3A; }
p { color: rgb(161,14,58); }
H1.HeaderClassName
{
color: #A10E3A;
}
.AnyTagClassName
{
color: #A10E3A;
}
</style>
background-color css
<style>
a { background-color: #A10E3A; }
a { background-color: rgb(161,14,58); }
div.DivClassName
{
background-color: #A10E3A;
}
.BgClassName
{
background-color: #A10E3A;
}
</style>
border-color css
<style>
span { border-color: #A10E3A; }
span { border-color: rgb(161,14,58); }
td.TdClassName
{
border-color: #A10E3A;
}
.TagClassName
{
border-color: #A10E3A;
}
</style>