Shades of Bright Red #A11231
Tints of Bright Red #A11231
RGB
CMYK
RGB Variations
Color information
#A11231 (or 0xA11231) is known color: Bright Red. HEX triplet: A1, 12 and 31. RGB value is (161,18,49). Sum of RGB (Red+Green+Blue) = 161+18+49=228 (30% of max value = 765). Red value is 161 (63.28% from 255 or 70.61% from 228); Green value is 18 (7.42% from 255 or 7.89% from 228); Blue value is 49 (19.53% from 255 or 21.49% from 228); Max value from RGB is 161 - color contains mainly: red. Hex color #A11231 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A11231 is #5EEDCE. Grayscale: #404040. Windows color (decimal): -6221263 or 3216033. OLE color: 3216033.
HSL color Cylindrical-coordinate representation of color #A11231: hue angle of 346.99º 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 #A11231 is Cyan = 0, Magento = 0.89, Yellow = 0.70 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 18 | 49 | - |
| CMYK | 0 | 0.89 | 0.70 | 0.37 |
| HSL | 346.99º | 0.8% | 0.35% | - |
| HSV(B) | 346.99º | 0.89% | 0.63% | - |
| XYZ | 15.47 | 8.23 | 3.68 | - |
| YUV | 64.29 | 119.38 | 196.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 18 | 49 | 0 | 0.89 | 0.70 | 0.37 | 346.99 | 0.8 | 0.35 |
| Hex | A1 | 12 | 31 | 0 | 59 | 46 | 25 | 15B | 50 | 23 |
| Octal | 241 | 22 | 61 | 0 | 131 | 106 | 45 | 533 | 120 | 43 |
| Binary | 10100001 | 10010 | 110001 | 0 | 1011001 | 1000110 | 100101 | 101011011 | 1010000 | 100011 |
Color Harmonies of #A11231
Complementary color
Monochromatic Colors of #A11231
Black with #A11231
Text Example
Text Example
White with #A11231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11231; }
p { color: rgb(161,18,49); }
H1.HeaderClassName
{
color: #A11231;
}
.AnyTagClassName
{
color: #A11231;
}
</style>
background-color css
<style>
a { background-color: #A11231; }
a { background-color: rgb(161,18,49); }
div.DivClassName
{
background-color: #A11231;
}
.BgClassName
{
background-color: #A11231;
}
</style>
border-color css
<style>
span { border-color: #A11231; }
span { border-color: rgb(161,18,49); }
td.TdClassName
{
border-color: #A11231;
}
.TagClassName
{
border-color: #A11231;
}
</style>