Shades of Bright Red #A4152A
Tints of Bright Red #A4152A
RGB
CMYK
RGB Variations
Color information
#A4152A (or 0xA4152A) is known color: Bright Red. HEX triplet: A4, 15 and 2A. RGB value is (164,21,42). Sum of RGB (Red+Green+Blue) = 164+21+42=227 (30% of max value = 765). Red value is 164 (64.45% from 255 or 72.25% from 227); Green value is 21 (8.59% from 255 or 9.25% from 227); Blue value is 42 (16.80% from 255 or 18.50% from 227); Max value from RGB is 164 - color contains mainly: red. Hex color #A4152A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4152A is #5BEAD5. Grayscale: #424242. Windows color (decimal): -6023894 or 2758052. OLE color: 2758052.
HSL color Cylindrical-coordinate representation of color #A4152A: hue angle of 351.19º degrees, saturation: 0.77, 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 #A4152A is Cyan = 0, Magento = 0.87, Yellow = 0.74 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 21 | 42 | - |
| CMYK | 0 | 0.87 | 0.74 | 0.36 |
| HSL | 351.19º | 0.77% | 0.36% | - |
| HSV(B) | 351.19º | 0.87% | 0.64% | - |
| XYZ | 16 | 8.6 | 3.01 | - |
| YUV | 66.15 | 114.38 | 197.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 21 | 42 | 0 | 0.87 | 0.74 | 0.36 | 351.19 | 0.77 | 0.36 |
| Hex | A4 | 15 | 2A | 0 | 57 | 4A | 24 | 15F | 4D | 24 |
| Octal | 244 | 25 | 52 | 0 | 127 | 112 | 44 | 537 | 115 | 44 |
| Binary | 10100100 | 10101 | 101010 | 0 | 1010111 | 1001010 | 100100 | 101011111 | 1001101 | 100100 |
Color Harmonies of #A4152A
Complementary color
Monochromatic Colors of #A4152A
Black with #A4152A
Text Example
Text Example
White with #A4152A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4152A; }
p { color: rgb(164,21,42); }
H1.HeaderClassName
{
color: #A4152A;
}
.AnyTagClassName
{
color: #A4152A;
}
</style>
background-color css
<style>
a { background-color: #A4152A; }
a { background-color: rgb(164,21,42); }
div.DivClassName
{
background-color: #A4152A;
}
.BgClassName
{
background-color: #A4152A;
}
</style>
border-color css
<style>
span { border-color: #A4152A; }
span { border-color: rgb(164,21,42); }
td.TdClassName
{
border-color: #A4152A;
}
.TagClassName
{
border-color: #A4152A;
}
</style>