Shades of Bright Red #A1192C
Tints of Bright Red #A1192C
RGB
CMYK
RGB Variations
Color information
#A1192C (or 0xA1192C) is known color: Bright Red. HEX triplet: A1, 19 and 2C. RGB value is (161,25,44). Sum of RGB (Red+Green+Blue) = 161+25+44=230 (30% of max value = 765). Red value is 161 (63.28% from 255 or 70% from 230); Green value is 25 (10.16% from 255 or 10.87% from 230); Blue value is 44 (17.58% from 255 or 19.13% from 230); Max value from RGB is 161 - color contains mainly: red. Hex color #A1192C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1192C is #5EE6D3. Grayscale: #434343. Windows color (decimal): -6219476 or 2890145. OLE color: 2890145.
HSL color Cylindrical-coordinate representation of color #A1192C: hue angle of 351.62º 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 #A1192C is Cyan = 0, Magento = 0.84, Yellow = 0.73 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 25 | 44 | - |
| CMYK | 0 | 0.84 | 0.73 | 0.37 |
| HSL | 351.62º | 0.73% | 0.36% | - |
| HSV(B) | 351.62º | 0.84% | 0.63% | - |
| XYZ | 15.5 | 8.45 | 3.2 | - |
| YUV | 67.83 | 114.56 | 194.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 25 | 44 | 0 | 0.84 | 0.73 | 0.37 | 351.62 | 0.73 | 0.36 |
| Hex | A1 | 19 | 2C | 0 | 54 | 49 | 25 | 160 | 49 | 24 |
| Octal | 241 | 31 | 54 | 0 | 124 | 111 | 45 | 540 | 111 | 44 |
| Binary | 10100001 | 11001 | 101100 | 0 | 1010100 | 1001001 | 100101 | 101100000 | 1001001 | 100100 |
Color Harmonies of #A1192C
Complementary color
Monochromatic Colors of #A1192C
Black with #A1192C
Text Example
Text Example
White with #A1192C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1192C; }
p { color: rgb(161,25,44); }
H1.HeaderClassName
{
color: #A1192C;
}
.AnyTagClassName
{
color: #A1192C;
}
</style>
background-color css
<style>
a { background-color: #A1192C; }
a { background-color: rgb(161,25,44); }
div.DivClassName
{
background-color: #A1192C;
}
.BgClassName
{
background-color: #A1192C;
}
</style>
border-color css
<style>
span { border-color: #A1192C; }
span { border-color: rgb(161,25,44); }
td.TdClassName
{
border-color: #A1192C;
}
.TagClassName
{
border-color: #A1192C;
}
</style>