Shades of Bright Red #A1193A
Tints of Bright Red #A1193A
RGB
CMYK
RGB Variations
Color information
#A1193A (or 0xA1193A) is known color: Bright Red. HEX triplet: A1, 19 and 3A. RGB value is (161,25,58). Sum of RGB (Red+Green+Blue) = 161+25+58=244 (32% of max value = 765). Red value is 161 (63.28% from 255 or 65.98% from 244); Green value is 25 (10.16% from 255 or 10.25% from 244); Blue value is 58 (23.05% from 255 or 23.77% from 244); Max value from RGB is 161 - color contains mainly: red. Hex color #A1193A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1193A is #5EE6C5. Grayscale: #454545. Windows color (decimal): -6219462 or 3807649. OLE color: 3807649.
HSL color Cylindrical-coordinate representation of color #A1193A: hue angle of 345.44º 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 #A1193A is Cyan = 0, Magento = 0.84, Yellow = 0.64 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 25 | 58 | - |
| CMYK | 0 | 0.84 | 0.64 | 0.37 |
| HSL | 345.44º | 0.73% | 0.36% | - |
| HSV(B) | 345.44º | 0.84% | 0.63% | - |
| XYZ | 15.81 | 8.58 | 4.83 | - |
| YUV | 69.43 | 121.56 | 193.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 25 | 58 | 0 | 0.84 | 0.64 | 0.37 | 345.44 | 0.73 | 0.36 |
| Hex | A1 | 19 | 3A | 0 | 54 | 40 | 25 | 159 | 49 | 24 |
| Octal | 241 | 31 | 72 | 0 | 124 | 100 | 45 | 531 | 111 | 44 |
| Binary | 10100001 | 11001 | 111010 | 0 | 1010100 | 1000000 | 100101 | 101011001 | 1001001 | 100100 |
Color Harmonies of #A1193A
Complementary color
Monochromatic Colors of #A1193A
Black with #A1193A
Text Example
Text Example
White with #A1193A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1193A; }
p { color: rgb(161,25,58); }
H1.HeaderClassName
{
color: #A1193A;
}
.AnyTagClassName
{
color: #A1193A;
}
</style>
background-color css
<style>
a { background-color: #A1193A; }
a { background-color: rgb(161,25,58); }
div.DivClassName
{
background-color: #A1193A;
}
.BgClassName
{
background-color: #A1193A;
}
</style>
border-color css
<style>
span { border-color: #A1193A; }
span { border-color: rgb(161,25,58); }
td.TdClassName
{
border-color: #A1193A;
}
.TagClassName
{
border-color: #A1193A;
}
</style>