Shades of Bright Red #A12139
Tints of Bright Red #A12139
RGB
CMYK
RGB Variations
Color information
#A12139 (or 0xA12139) is known color: Bright Red. HEX triplet: A1, 21 and 39. RGB value is (161,33,57). Sum of RGB (Red+Green+Blue) = 161+33+57=251 (33% of max value = 765). Red value is 161 (63.28% from 255 or 64.14% from 251); Green value is 33 (13.28% from 255 or 13.15% from 251); Blue value is 57 (22.66% from 255 or 22.71% from 251); Max value from RGB is 161 - color contains mainly: red. Hex color #A12139 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A12139 is #5EDEC6. Grayscale: #4A4A4A. Windows color (decimal): -6217415 or 3744161. OLE color: 3744161.
HSL color Cylindrical-coordinate representation of color #A12139: hue angle of 348.75º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A12139 is Cyan = 0, Magento = 0.80, Yellow = 0.65 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 33 | 57 | - |
| CMYK | 0 | 0.80 | 0.65 | 0.37 |
| HSL | 348.75º | 0.66% | 0.38% | - |
| HSV(B) | 348.75º | 0.8% | 0.63% | - |
| XYZ | 15.98 | 8.96 | 4.76 | - |
| YUV | 74.01 | 118.41 | 190.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 33 | 57 | 0 | 0.80 | 0.65 | 0.37 | 348.75 | 0.66 | 0.38 |
| Hex | A1 | 21 | 39 | 0 | 50 | 41 | 25 | 15D | 42 | 26 |
| Octal | 241 | 41 | 71 | 0 | 120 | 101 | 45 | 535 | 102 | 46 |
| Binary | 10100001 | 100001 | 111001 | 0 | 1010000 | 1000001 | 100101 | 101011101 | 1000010 | 100110 |
Color Harmonies of #A12139
Complementary color
Monochromatic Colors of #A12139
Black with #A12139
Text Example
Text Example
White with #A12139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12139; }
p { color: rgb(161,33,57); }
H1.HeaderClassName
{
color: #A12139;
}
.AnyTagClassName
{
color: #A12139;
}
</style>
background-color css
<style>
a { background-color: #A12139; }
a { background-color: rgb(161,33,57); }
div.DivClassName
{
background-color: #A12139;
}
.BgClassName
{
background-color: #A12139;
}
</style>
border-color css
<style>
span { border-color: #A12139; }
span { border-color: rgb(161,33,57); }
td.TdClassName
{
border-color: #A12139;
}
.TagClassName
{
border-color: #A12139;
}
</style>