Shades of Bright Red #A11232
Tints of Bright Red #A11232
RGB
CMYK
RGB Variations
Color information
#A11232 (or 0xA11232) is known color: Bright Red. HEX triplet: A1, 12 and 32. RGB value is (161,18,50). Sum of RGB (Red+Green+Blue) = 161+18+50=229 (30% of max value = 765). Red value is 161 (63.28% from 255 or 70.31% from 229); Green value is 18 (7.42% from 255 or 7.86% from 229); Blue value is 50 (19.92% from 255 or 21.83% from 229); Max value from RGB is 161 - color contains mainly: red. Hex color #A11232 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A11232 is #5EEDCD. Grayscale: #404040. Windows color (decimal): -6221262 or 3281569. OLE color: 3281569.
HSL color Cylindrical-coordinate representation of color #A11232: hue angle of 346.57º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A11232 is Cyan = 0, Magento = 0.89, Yellow = 0.69 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 18 | 50 | - |
| CMYK | 0 | 0.89 | 0.69 | 0.37 |
| HSL | 346.57º | 0.8% | 0.35% | - |
| HSV(B) | 346.57º | 0.89% | 0.63% | - |
| XYZ | 15.49 | 8.24 | 3.79 | - |
| YUV | 64.41 | 119.88 | 196.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 18 | 50 | 0 | 0.89 | 0.69 | 0.37 | 346.57 | 0.8 | 0.35 |
| Hex | A1 | 12 | 32 | 0 | 59 | 45 | 25 | 15B | 50 | 23 |
| Octal | 241 | 22 | 62 | 0 | 131 | 105 | 45 | 533 | 120 | 43 |
| Binary | 10100001 | 10010 | 110010 | 0 | 1011001 | 1000101 | 100101 | 101011011 | 1010000 | 100011 |
Color Harmonies of #A11232
Complementary color
Monochromatic Colors of #A11232
Black with #A11232
Text Example
Text Example
White with #A11232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11232; }
p { color: rgb(161,18,50); }
H1.HeaderClassName
{
color: #A11232;
}
.AnyTagClassName
{
color: #A11232;
}
</style>
background-color css
<style>
a { background-color: #A11232; }
a { background-color: rgb(161,18,50); }
div.DivClassName
{
background-color: #A11232;
}
.BgClassName
{
background-color: #A11232;
}
</style>
border-color css
<style>
span { border-color: #A11232; }
span { border-color: rgb(161,18,50); }
td.TdClassName
{
border-color: #A11232;
}
.TagClassName
{
border-color: #A11232;
}
</style>