Shades of Bright Red #A1192E
Tints of Bright Red #A1192E
RGB
CMYK
RGB Variations
Color information
#A1192E (or 0xA1192E) is known color: Bright Red. HEX triplet: A1, 19 and 2E. RGB value is (161,25,46). Sum of RGB (Red+Green+Blue) = 161+25+46=232 (30% of max value = 765). Red value is 161 (63.28% from 255 or 69.40% from 232); Green value is 25 (10.16% from 255 or 10.78% from 232); Blue value is 46 (18.36% from 255 or 19.83% from 232); Max value from RGB is 161 - color contains mainly: red. Hex color #A1192E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1192E is #5EE6D1. Grayscale: #444444. Windows color (decimal): -6219474 or 3021217. OLE color: 3021217.
HSL color Cylindrical-coordinate representation of color #A1192E: hue angle of 350.74º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A1192E is Cyan = 0, Magento = 0.84, Yellow = 0.71 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 25 | 46 | - |
| CMYK | 0 | 0.84 | 0.71 | 0.37 |
| HSL | 350.74º | 0.73% | 0.36% | - |
| HSV(B) | 350.74º | 0.84% | 0.63% | - |
| XYZ | 15.54 | 8.47 | 3.4 | - |
| YUV | 68.06 | 115.56 | 194.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 25 | 46 | 0 | 0.84 | 0.71 | 0.37 | 350.74 | 0.73 | 0.36 |
| Hex | A1 | 19 | 2E | 0 | 54 | 47 | 25 | 15F | 49 | 24 |
| Octal | 241 | 31 | 56 | 0 | 124 | 107 | 45 | 537 | 111 | 44 |
| Binary | 10100001 | 11001 | 101110 | 0 | 1010100 | 1000111 | 100101 | 101011111 | 1001001 | 100100 |
Color Harmonies of #A1192E
Complementary color
Monochromatic Colors of #A1192E
Black with #A1192E
Text Example
Text Example
White with #A1192E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1192E; }
p { color: rgb(161,25,46); }
H1.HeaderClassName
{
color: #A1192E;
}
.AnyTagClassName
{
color: #A1192E;
}
</style>
background-color css
<style>
a { background-color: #A1192E; }
a { background-color: rgb(161,25,46); }
div.DivClassName
{
background-color: #A1192E;
}
.BgClassName
{
background-color: #A1192E;
}
</style>
border-color css
<style>
span { border-color: #A1192E; }
span { border-color: rgb(161,25,46); }
td.TdClassName
{
border-color: #A1192E;
}
.TagClassName
{
border-color: #A1192E;
}
</style>