Shades of Bright Red #A8152B
Tints of Bright Red #A8152B
RGB
CMYK
RGB Variations
Color information
#A8152B (or 0xA8152B) is known color: Bright Red. HEX triplet: A8, 15 and 2B. RGB value is (168,21,43). Sum of RGB (Red+Green+Blue) = 168+21+43=232 (30% of max value = 765). Red value is 168 (66.02% from 255 or 72.41% from 232); Green value is 21 (8.59% from 255 or 9.05% from 232); Blue value is 43 (17.19% from 255 or 18.53% from 232); Max value from RGB is 168 - color contains mainly: red. Hex color #A8152B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8152B is #57EAD4. Grayscale: #434343. Windows color (decimal): -5761749 or 2823592. OLE color: 2823592.
HSL color Cylindrical-coordinate representation of color #A8152B: hue angle of 351.02º 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 #A8152B is Cyan = 0, Magento = 0.88, Yellow = 0.74 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 21 | 43 | - |
| CMYK | 0 | 0.88 | 0.74 | 0.34 |
| HSL | 351.02º | 0.78% | 0.37% | - |
| HSV(B) | 351.02º | 0.88% | 0.66% | - |
| XYZ | 16.85 | 9.04 | 3.14 | - |
| YUV | 67.46 | 114.2 | 199.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 21 | 43 | 0 | 0.88 | 0.74 | 0.34 | 351.02 | 0.78 | 0.37 |
| Hex | A8 | 15 | 2B | 0 | 58 | 4A | 22 | 15F | 4E | 25 |
| Octal | 250 | 25 | 53 | 0 | 130 | 112 | 42 | 537 | 116 | 45 |
| Binary | 10101000 | 10101 | 101011 | 0 | 1011000 | 1001010 | 100010 | 101011111 | 1001110 | 100101 |
Color Harmonies of #A8152B
Complementary color
Monochromatic Colors of #A8152B
Black with #A8152B
Text Example
Text Example
White with #A8152B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8152B; }
p { color: rgb(168,21,43); }
H1.HeaderClassName
{
color: #A8152B;
}
.AnyTagClassName
{
color: #A8152B;
}
</style>
background-color css
<style>
a { background-color: #A8152B; }
a { background-color: rgb(168,21,43); }
div.DivClassName
{
background-color: #A8152B;
}
.BgClassName
{
background-color: #A8152B;
}
</style>
border-color css
<style>
span { border-color: #A8152B; }
span { border-color: rgb(168,21,43); }
td.TdClassName
{
border-color: #A8152B;
}
.TagClassName
{
border-color: #A8152B;
}
</style>