Shades of Bright Red #A4192D
Tints of Bright Red #A4192D
RGB
CMYK
RGB Variations
Color information
#A4192D (or 0xA4192D) is known color: Bright Red. HEX triplet: A4, 19 and 2D. RGB value is (164,25,45). Sum of RGB (Red+Green+Blue) = 164+25+45=234 (30% of max value = 765). Red value is 164 (64.45% from 255 or 70.09% from 234); Green value is 25 (10.16% from 255 or 10.68% from 234); Blue value is 45 (17.97% from 255 or 19.23% from 234); Max value from RGB is 164 - color contains mainly: red. Hex color #A4192D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4192D is #5BE6D2. Grayscale: #444444. Windows color (decimal): -6022867 or 2955684. OLE color: 2955684.
HSL color Cylindrical-coordinate representation of color #A4192D: hue angle of 351.37º degrees, saturation: 0.74, 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 #A4192D is Cyan = 0, Magento = 0.85, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 25 | 45 | - |
| CMYK | 0 | 0.85 | 0.73 | 0.36 |
| HSL | 351.37º | 0.74% | 0.37% | - |
| HSV(B) | 351.37º | 0.85% | 0.64% | - |
| XYZ | 16.13 | 8.78 | 3.33 | - |
| YUV | 68.84 | 114.55 | 195.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 25 | 45 | 0 | 0.85 | 0.73 | 0.36 | 351.37 | 0.74 | 0.37 |
| Hex | A4 | 19 | 2D | 0 | 55 | 49 | 24 | 15F | 4A | 25 |
| Octal | 244 | 31 | 55 | 0 | 125 | 111 | 44 | 537 | 112 | 45 |
| Binary | 10100100 | 11001 | 101101 | 0 | 1010101 | 1001001 | 100100 | 101011111 | 1001010 | 100101 |
Color Harmonies of #A4192D
Complementary color
Monochromatic Colors of #A4192D
Black with #A4192D
Text Example
Text Example
White with #A4192D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4192D; }
p { color: rgb(164,25,45); }
H1.HeaderClassName
{
color: #A4192D;
}
.AnyTagClassName
{
color: #A4192D;
}
</style>
background-color css
<style>
a { background-color: #A4192D; }
a { background-color: rgb(164,25,45); }
div.DivClassName
{
background-color: #A4192D;
}
.BgClassName
{
background-color: #A4192D;
}
</style>
border-color css
<style>
span { border-color: #A4192D; }
span { border-color: rgb(164,25,45); }
td.TdClassName
{
border-color: #A4192D;
}
.TagClassName
{
border-color: #A4192D;
}
</style>