Shades of Bright Red #A4162C
Tints of Bright Red #A4162C
RGB
CMYK
RGB Variations
Color information
#A4162C (or 0xA4162C) is known color: Bright Red. HEX triplet: A4, 16 and 2C. RGB value is (164,22,44). Sum of RGB (Red+Green+Blue) = 164+22+44=230 (30% of max value = 765). Red value is 164 (64.45% from 255 or 71.30% from 230); Green value is 22 (8.98% from 255 or 9.57% from 230); Blue value is 44 (17.58% from 255 or 19.13% from 230); Max value from RGB is 164 - color contains mainly: red. Hex color #A4162C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4162C is #5BE9D3. Grayscale: #434343. Windows color (decimal): -6023636 or 2889380. OLE color: 2889380.
HSL color Cylindrical-coordinate representation of color #A4162C: hue angle of 350.7º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A4162C is Cyan = 0, Magento = 0.87, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 22 | 44 | - |
| CMYK | 0 | 0.87 | 0.73 | 0.36 |
| HSL | 350.7º | 0.76% | 0.36% | - |
| HSV(B) | 350.7º | 0.87% | 0.64% | - |
| XYZ | 16.05 | 8.65 | 3.21 | - |
| YUV | 66.97 | 115.04 | 197.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 22 | 44 | 0 | 0.87 | 0.73 | 0.36 | 350.7 | 0.76 | 0.36 |
| Hex | A4 | 16 | 2C | 0 | 57 | 49 | 24 | 15F | 4C | 24 |
| Octal | 244 | 26 | 54 | 0 | 127 | 111 | 44 | 537 | 114 | 44 |
| Binary | 10100100 | 10110 | 101100 | 0 | 1010111 | 1001001 | 100100 | 101011111 | 1001100 | 100100 |
Color Harmonies of #A4162C
Complementary color
Monochromatic Colors of #A4162C
Black with #A4162C
Text Example
Text Example
White with #A4162C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4162C; }
p { color: rgb(164,22,44); }
H1.HeaderClassName
{
color: #A4162C;
}
.AnyTagClassName
{
color: #A4162C;
}
</style>
background-color css
<style>
a { background-color: #A4162C; }
a { background-color: rgb(164,22,44); }
div.DivClassName
{
background-color: #A4162C;
}
.BgClassName
{
background-color: #A4162C;
}
</style>
border-color css
<style>
span { border-color: #A4162C; }
span { border-color: rgb(164,22,44); }
td.TdClassName
{
border-color: #A4162C;
}
.TagClassName
{
border-color: #A4162C;
}
</style>