Shades of Bright Red #A1192F
Tints of Bright Red #A1192F
RGB
CMYK
RGB Variations
Color information
#A1192F (or 0xA1192F) is known color: Bright Red. HEX triplet: A1, 19 and 2F. RGB value is (161,25,47). Sum of RGB (Red+Green+Blue) = 161+25+47=233 (30% of max value = 765). Red value is 161 (63.28% from 255 or 69.10% from 233); Green value is 25 (10.16% from 255 or 10.73% from 233); Blue value is 47 (18.75% from 255 or 20.17% from 233); Max value from RGB is 161 - color contains mainly: red. Hex color #A1192F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1192F is #5EE6D0. Grayscale: #444444. Windows color (decimal): -6219473 or 3086753. OLE color: 3086753.
HSL color Cylindrical-coordinate representation of color #A1192F: hue angle of 350.29º 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 #A1192F is Cyan = 0, Magento = 0.84, Yellow = 0.71 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 25 | 47 | - |
| CMYK | 0 | 0.84 | 0.71 | 0.37 |
| HSL | 350.29º | 0.73% | 0.36% | - |
| HSV(B) | 350.29º | 0.84% | 0.63% | - |
| XYZ | 15.56 | 8.48 | 3.51 | - |
| YUV | 68.17 | 116.06 | 194.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 25 | 47 | 0 | 0.84 | 0.71 | 0.37 | 350.29 | 0.73 | 0.36 |
| Hex | A1 | 19 | 2F | 0 | 54 | 47 | 25 | 15E | 49 | 24 |
| Octal | 241 | 31 | 57 | 0 | 124 | 107 | 45 | 536 | 111 | 44 |
| Binary | 10100001 | 11001 | 101111 | 0 | 1010100 | 1000111 | 100101 | 101011110 | 1001001 | 100100 |
Color Harmonies of #A1192F
Complementary color
Monochromatic Colors of #A1192F
Black with #A1192F
Text Example
Text Example
White with #A1192F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1192F; }
p { color: rgb(161,25,47); }
H1.HeaderClassName
{
color: #A1192F;
}
.AnyTagClassName
{
color: #A1192F;
}
</style>
background-color css
<style>
a { background-color: #A1192F; }
a { background-color: rgb(161,25,47); }
div.DivClassName
{
background-color: #A1192F;
}
.BgClassName
{
background-color: #A1192F;
}
</style>
border-color css
<style>
span { border-color: #A1192F; }
span { border-color: rgb(161,25,47); }
td.TdClassName
{
border-color: #A1192F;
}
.TagClassName
{
border-color: #A1192F;
}
</style>