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