Shades of Bright Red #A3192E
Tints of Bright Red #A3192E
RGB
CMYK
RGB Variations
Color information
#A3192E (or 0xA3192E) is known color: Bright Red. HEX triplet: A3, 19 and 2E. RGB value is (163,25,46). Sum of RGB (Red+Green+Blue) = 163+25+46=234 (30% of max value = 765). Red value is 163 (64.06% from 255 or 69.66% from 234); Green value is 25 (10.16% from 255 or 10.68% from 234); Blue value is 46 (18.36% from 255 or 19.66% from 234); Max value from RGB is 163 - color contains mainly: red. Hex color #A3192E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3192E is #5CE6D1. Grayscale: #444444. Windows color (decimal): -6088402 or 3021219. OLE color: 3021219.
HSL color Cylindrical-coordinate representation of color #A3192E: hue angle of 350.87º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A3192E is Cyan = 0, Magento = 0.85, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 25 | 46 | - |
| CMYK | 0 | 0.85 | 0.72 | 0.36 |
| HSL | 350.87º | 0.73% | 0.37% | - |
| HSV(B) | 350.87º | 0.85% | 0.64% | - |
| XYZ | 15.95 | 8.68 | 3.42 | - |
| YUV | 68.66 | 115.22 | 195.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 25 | 46 | 0 | 0.85 | 0.72 | 0.36 | 350.87 | 0.73 | 0.37 |
| Hex | A3 | 19 | 2E | 0 | 55 | 48 | 24 | 15F | 49 | 25 |
| Octal | 243 | 31 | 56 | 0 | 125 | 110 | 44 | 537 | 111 | 45 |
| Binary | 10100011 | 11001 | 101110 | 0 | 1010101 | 1001000 | 100100 | 101011111 | 1001001 | 100101 |
Color Harmonies of #A3192E
Complementary color
Monochromatic Colors of #A3192E
Black with #A3192E
Text Example
Text Example
White with #A3192E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3192E; }
p { color: rgb(163,25,46); }
H1.HeaderClassName
{
color: #A3192E;
}
.AnyTagClassName
{
color: #A3192E;
}
</style>
background-color css
<style>
a { background-color: #A3192E; }
a { background-color: rgb(163,25,46); }
div.DivClassName
{
background-color: #A3192E;
}
.BgClassName
{
background-color: #A3192E;
}
</style>
border-color css
<style>
span { border-color: #A3192E; }
span { border-color: rgb(163,25,46); }
td.TdClassName
{
border-color: #A3192E;
}
.TagClassName
{
border-color: #A3192E;
}
</style>