Shades of Bright Red #A1193E
Tints of Bright Red #A1193E
RGB
CMYK
RGB Variations
Color information
#A1193E (or 0xA1193E) is known color: Bright Red. HEX triplet: A1, 19 and 3E. RGB value is (161,25,62). Sum of RGB (Red+Green+Blue) = 161+25+62=248 (32% of max value = 765). Red value is 161 (63.28% from 255 or 64.92% from 248); Green value is 25 (10.16% from 255 or 10.08% from 248); Blue value is 62 (24.61% from 255 or 25% from 248); Max value from RGB is 161 - color contains mainly: red. Hex color #A1193E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1193E is #5EE6C1. Grayscale: #454545. Windows color (decimal): -6219458 or 4069793. OLE color: 4069793.
HSL color Cylindrical-coordinate representation of color #A1193E: hue angle of 343.68º 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 #A1193E is Cyan = 0, Magento = 0.84, Yellow = 0.61 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 25 | 62 | - |
| CMYK | 0 | 0.84 | 0.61 | 0.37 |
| HSL | 343.68º | 0.73% | 0.36% | - |
| HSV(B) | 343.68º | 0.84% | 0.63% | - |
| XYZ | 15.92 | 8.62 | 5.38 | - |
| YUV | 69.88 | 123.56 | 192.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 25 | 62 | 0 | 0.84 | 0.61 | 0.37 | 343.68 | 0.73 | 0.36 |
| Hex | A1 | 19 | 3E | 0 | 54 | 3D | 25 | 158 | 49 | 24 |
| Octal | 241 | 31 | 76 | 0 | 124 | 75 | 45 | 530 | 111 | 44 |
| Binary | 10100001 | 11001 | 111110 | 0 | 1010100 | 111101 | 100101 | 101011000 | 1001001 | 100100 |
Color Harmonies of #A1193E
Complementary color
Monochromatic Colors of #A1193E
Black with #A1193E
Text Example
Text Example
White with #A1193E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1193E; }
p { color: rgb(161,25,62); }
H1.HeaderClassName
{
color: #A1193E;
}
.AnyTagClassName
{
color: #A1193E;
}
</style>
background-color css
<style>
a { background-color: #A1193E; }
a { background-color: rgb(161,25,62); }
div.DivClassName
{
background-color: #A1193E;
}
.BgClassName
{
background-color: #A1193E;
}
</style>
border-color css
<style>
span { border-color: #A1193E; }
span { border-color: rgb(161,25,62); }
td.TdClassName
{
border-color: #A1193E;
}
.TagClassName
{
border-color: #A1193E;
}
</style>