Shades of Bright Red #A3192D
Tints of Bright Red #A3192D
RGB
CMYK
RGB Variations
Color information
#A3192D (or 0xA3192D) is known color: Bright Red. HEX triplet: A3, 19 and 2D. RGB value is (163,25,45). Sum of RGB (Red+Green+Blue) = 163+25+45=233 (30% of max value = 765). Red value is 163 (64.06% from 255 or 69.96% from 233); Green value is 25 (10.16% from 255 or 10.73% from 233); Blue value is 45 (17.97% from 255 or 19.31% from 233); Max value from RGB is 163 - color contains mainly: red. Hex color #A3192D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3192D is #5CE6D2. Grayscale: #444444. Windows color (decimal): -6088403 or 2955683. OLE color: 2955683.
HSL color Cylindrical-coordinate representation of color #A3192D: hue angle of 351.3º 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 #A3192D is Cyan = 0, Magento = 0.85, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 25 | 45 | - |
| CMYK | 0 | 0.85 | 0.72 | 0.36 |
| HSL | 351.3º | 0.73% | 0.37% | - |
| HSV(B) | 351.3º | 0.85% | 0.64% | - |
| XYZ | 15.93 | 8.67 | 3.32 | - |
| YUV | 68.54 | 114.72 | 195.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 25 | 45 | 0 | 0.85 | 0.72 | 0.36 | 351.3 | 0.73 | 0.37 |
| Hex | A3 | 19 | 2D | 0 | 55 | 48 | 24 | 15F | 49 | 25 |
| Octal | 243 | 31 | 55 | 0 | 125 | 110 | 44 | 537 | 111 | 45 |
| Binary | 10100011 | 11001 | 101101 | 0 | 1010101 | 1001000 | 100100 | 101011111 | 1001001 | 100101 |
Color Harmonies of #A3192D
Complementary color
Monochromatic Colors of #A3192D
Black with #A3192D
Text Example
Text Example
White with #A3192D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3192D; }
p { color: rgb(163,25,45); }
H1.HeaderClassName
{
color: #A3192D;
}
.AnyTagClassName
{
color: #A3192D;
}
</style>
background-color css
<style>
a { background-color: #A3192D; }
a { background-color: rgb(163,25,45); }
div.DivClassName
{
background-color: #A3192D;
}
.BgClassName
{
background-color: #A3192D;
}
</style>
border-color css
<style>
span { border-color: #A3192D; }
span { border-color: rgb(163,25,45); }
td.TdClassName
{
border-color: #A3192D;
}
.TagClassName
{
border-color: #A3192D;
}
</style>