Shades of Bright Red #A12136
Tints of Bright Red #A12136
RGB
CMYK
RGB Variations
Color information
#A12136 (or 0xA12136) is known color: Bright Red. HEX triplet: A1, 21 and 36. RGB value is (161,33,54). Sum of RGB (Red+Green+Blue) = 161+33+54=248 (32% of max value = 765). Red value is 161 (63.28% from 255 or 64.92% from 248); Green value is 33 (13.28% from 255 or 13.31% from 248); Blue value is 54 (21.48% from 255 or 21.77% from 248); Max value from RGB is 161 - color contains mainly: red. Hex color #A12136 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A12136 is #5EDEC9. Grayscale: #494949. Windows color (decimal): -6217418 or 3547553. OLE color: 3547553.
HSL color Cylindrical-coordinate representation of color #A12136: hue angle of 350.16º 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 #A12136 is Cyan = 0, Magento = 0.80, Yellow = 0.66 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 33 | 54 | - |
| CMYK | 0 | 0.80 | 0.66 | 0.37 |
| HSL | 350.16º | 0.66% | 0.38% | - |
| HSV(B) | 350.16º | 0.8% | 0.63% | - |
| XYZ | 15.91 | 8.93 | 4.38 | - |
| YUV | 73.67 | 116.91 | 190.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 33 | 54 | 0 | 0.80 | 0.66 | 0.37 | 350.16 | 0.66 | 0.38 |
| Hex | A1 | 21 | 36 | 0 | 50 | 42 | 25 | 15E | 42 | 26 |
| Octal | 241 | 41 | 66 | 0 | 120 | 102 | 45 | 536 | 102 | 46 |
| Binary | 10100001 | 100001 | 110110 | 0 | 1010000 | 1000010 | 100101 | 101011110 | 1000010 | 100110 |
Color Harmonies of #A12136
Complementary color
Monochromatic Colors of #A12136
Black with #A12136
Text Example
Text Example
White with #A12136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12136; }
p { color: rgb(161,33,54); }
H1.HeaderClassName
{
color: #A12136;
}
.AnyTagClassName
{
color: #A12136;
}
</style>
background-color css
<style>
a { background-color: #A12136; }
a { background-color: rgb(161,33,54); }
div.DivClassName
{
background-color: #A12136;
}
.BgClassName
{
background-color: #A12136;
}
</style>
border-color css
<style>
span { border-color: #A12136; }
span { border-color: rgb(161,33,54); }
td.TdClassName
{
border-color: #A12136;
}
.TagClassName
{
border-color: #A12136;
}
</style>