Shades of Bright Red #A1232E
Tints of Bright Red #A1232E
RGB
CMYK
RGB Variations
Color information
#A1232E (or 0xA1232E) is known color: Bright Red. HEX triplet: A1, 23 and 2E. RGB value is (161,35,46). Sum of RGB (Red+Green+Blue) = 161+35+46=242 (32% of max value = 765). Red value is 161 (63.28% from 255 or 66.53% from 242); Green value is 35 (14.06% from 255 or 14.46% from 242); Blue value is 46 (18.36% from 255 or 19.01% from 242); Max value from RGB is 161 - color contains mainly: red. Hex color #A1232E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1232E is #5EDCD1. Grayscale: #4A4A4A. Windows color (decimal): -6216914 or 3023777. OLE color: 3023777.
HSL color Cylindrical-coordinate representation of color #A1232E: hue angle of 354.76º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A1232E is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 35 | 46 | - |
| CMYK | 0 | 0.78 | 0.71 | 0.37 |
| HSL | 354.76º | 0.64% | 0.38% | - |
| HSV(B) | 354.76º | 0.78% | 0.63% | - |
| XYZ | 15.79 | 8.98 | 3.49 | - |
| YUV | 73.93 | 112.24 | 190.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 35 | 46 | 0 | 0.78 | 0.71 | 0.37 | 354.76 | 0.64 | 0.38 |
| Hex | A1 | 23 | 2E | 0 | 4E | 47 | 25 | 163 | 40 | 26 |
| Octal | 241 | 43 | 56 | 0 | 116 | 107 | 45 | 543 | 100 | 46 |
| Binary | 10100001 | 100011 | 101110 | 0 | 1001110 | 1000111 | 100101 | 101100011 | 1000000 | 100110 |
Color Harmonies of #A1232E
Complementary color
Monochromatic Colors of #A1232E
Black with #A1232E
Text Example
Text Example
White with #A1232E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1232E; }
p { color: rgb(161,35,46); }
H1.HeaderClassName
{
color: #A1232E;
}
.AnyTagClassName
{
color: #A1232E;
}
</style>
background-color css
<style>
a { background-color: #A1232E; }
a { background-color: rgb(161,35,46); }
div.DivClassName
{
background-color: #A1232E;
}
.BgClassName
{
background-color: #A1232E;
}
</style>
border-color css
<style>
span { border-color: #A1232E; }
span { border-color: rgb(161,35,46); }
td.TdClassName
{
border-color: #A1232E;
}
.TagClassName
{
border-color: #A1232E;
}
</style>