Shades of Bright Red #A4142C
Tints of Bright Red #A4142C
RGB
CMYK
RGB Variations
Color information
#A4142C (or 0xA4142C) is known color: Bright Red. HEX triplet: A4, 14 and 2C. RGB value is (164,20,44). Sum of RGB (Red+Green+Blue) = 164+20+44=228 (30% of max value = 765). Red value is 164 (64.45% from 255 or 71.93% from 228); Green value is 20 (8.20% from 255 or 8.77% from 228); Blue value is 44 (17.58% from 255 or 19.30% from 228); Max value from RGB is 164 - color contains mainly: red. Hex color #A4142C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4142C is #5BEBD3. Grayscale: #414141. Windows color (decimal): -6024148 or 2888868. OLE color: 2888868.
HSL color Cylindrical-coordinate representation of color #A4142C: hue angle of 350º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A4142C is Cyan = 0, Magento = 0.88, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 20 | 44 | - |
| CMYK | 0 | 0.88 | 0.73 | 0.36 |
| HSL | 350º | 0.78% | 0.36% | - |
| HSV(B) | 350º | 0.88% | 0.64% | - |
| XYZ | 16.01 | 8.57 | 3.19 | - |
| YUV | 65.79 | 115.71 | 198.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 20 | 44 | 0 | 0.88 | 0.73 | 0.36 | 350 | 0.78 | 0.36 |
| Hex | A4 | 14 | 2C | 0 | 58 | 49 | 24 | 15E | 4E | 24 |
| Octal | 244 | 24 | 54 | 0 | 130 | 111 | 44 | 536 | 116 | 44 |
| Binary | 10100100 | 10100 | 101100 | 0 | 1011000 | 1001001 | 100100 | 101011110 | 1001110 | 100100 |
Color Harmonies of #A4142C
Complementary color
Monochromatic Colors of #A4142C
Black with #A4142C
Text Example
Text Example
White with #A4142C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4142C; }
p { color: rgb(164,20,44); }
H1.HeaderClassName
{
color: #A4142C;
}
.AnyTagClassName
{
color: #A4142C;
}
</style>
background-color css
<style>
a { background-color: #A4142C; }
a { background-color: rgb(164,20,44); }
div.DivClassName
{
background-color: #A4142C;
}
.BgClassName
{
background-color: #A4142C;
}
</style>
border-color css
<style>
span { border-color: #A4142C; }
span { border-color: rgb(164,20,44); }
td.TdClassName
{
border-color: #A4142C;
}
.TagClassName
{
border-color: #A4142C;
}
</style>