Shades of Bright Red #A8152C
Tints of Bright Red #A8152C
RGB
CMYK
RGB Variations
Color information
#A8152C (or 0xA8152C) is known color: Bright Red. HEX triplet: A8, 15 and 2C. RGB value is (168,21,44). Sum of RGB (Red+Green+Blue) = 168+21+44=233 (30% of max value = 765). Red value is 168 (66.02% from 255 or 72.10% from 233); Green value is 21 (8.59% from 255 or 9.01% from 233); Blue value is 44 (17.58% from 255 or 18.88% from 233); Max value from RGB is 168 - color contains mainly: red. Hex color #A8152C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8152C is #57EAD3. Grayscale: #434343. Windows color (decimal): -5761748 or 2889128. OLE color: 2889128.
HSL color Cylindrical-coordinate representation of color #A8152C: hue angle of 350.61º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A8152C is Cyan = 0, Magento = 0.88, Yellow = 0.74 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 21 | 44 | - |
| CMYK | 0 | 0.88 | 0.74 | 0.34 |
| HSL | 350.61º | 0.78% | 0.37% | - |
| HSV(B) | 350.61º | 0.88% | 0.66% | - |
| XYZ | 16.87 | 9.04 | 3.24 | - |
| YUV | 67.58 | 114.7 | 199.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 21 | 44 | 0 | 0.88 | 0.74 | 0.34 | 350.61 | 0.78 | 0.37 |
| Hex | A8 | 15 | 2C | 0 | 58 | 4A | 22 | 15F | 4E | 25 |
| Octal | 250 | 25 | 54 | 0 | 130 | 112 | 42 | 537 | 116 | 45 |
| Binary | 10101000 | 10101 | 101100 | 0 | 1011000 | 1001010 | 100010 | 101011111 | 1001110 | 100101 |
Color Harmonies of #A8152C
Complementary color
Monochromatic Colors of #A8152C
Black with #A8152C
Text Example
Text Example
White with #A8152C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8152C; }
p { color: rgb(168,21,44); }
H1.HeaderClassName
{
color: #A8152C;
}
.AnyTagClassName
{
color: #A8152C;
}
</style>
background-color css
<style>
a { background-color: #A8152C; }
a { background-color: rgb(168,21,44); }
div.DivClassName
{
background-color: #A8152C;
}
.BgClassName
{
background-color: #A8152C;
}
</style>
border-color css
<style>
span { border-color: #A8152C; }
span { border-color: rgb(168,21,44); }
td.TdClassName
{
border-color: #A8152C;
}
.TagClassName
{
border-color: #A8152C;
}
</style>