Shades of Bright Red #A8152A
Tints of Bright Red #A8152A
RGB
CMYK
RGB Variations
Color information
#A8152A (or 0xA8152A) is known color: Bright Red. HEX triplet: A8, 15 and 2A. RGB value is (168,21,42). Sum of RGB (Red+Green+Blue) = 168+21+42=231 (30% of max value = 765). Red value is 168 (66.02% from 255 or 72.73% from 231); Green value is 21 (8.59% from 255 or 9.09% from 231); Blue value is 42 (16.80% from 255 or 18.18% from 231); Max value from RGB is 168 - color contains mainly: red. Hex color #A8152A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8152A is #57EAD5. Grayscale: #434343. Windows color (decimal): -5761750 or 2758056. OLE color: 2758056.
HSL color Cylindrical-coordinate representation of color #A8152A: hue angle of 351.43º 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 #A8152A is Cyan = 0, Magento = 0.88, Yellow = 0.75 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 21 | 42 | - |
| CMYK | 0 | 0.88 | 0.75 | 0.34 |
| HSL | 351.43º | 0.78% | 0.37% | - |
| HSV(B) | 351.43º | 0.88% | 0.66% | - |
| XYZ | 16.83 | 9.03 | 3.05 | - |
| YUV | 67.35 | 113.7 | 199.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 21 | 42 | 0 | 0.88 | 0.75 | 0.34 | 351.43 | 0.78 | 0.37 |
| Hex | A8 | 15 | 2A | 0 | 58 | 4B | 22 | 15F | 4E | 25 |
| Octal | 250 | 25 | 52 | 0 | 130 | 113 | 42 | 537 | 116 | 45 |
| Binary | 10101000 | 10101 | 101010 | 0 | 1011000 | 1001011 | 100010 | 101011111 | 1001110 | 100101 |
Color Harmonies of #A8152A
Complementary color
Monochromatic Colors of #A8152A
Black with #A8152A
Text Example
Text Example
White with #A8152A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8152A; }
p { color: rgb(168,21,42); }
H1.HeaderClassName
{
color: #A8152A;
}
.AnyTagClassName
{
color: #A8152A;
}
</style>
background-color css
<style>
a { background-color: #A8152A; }
a { background-color: rgb(168,21,42); }
div.DivClassName
{
background-color: #A8152A;
}
.BgClassName
{
background-color: #A8152A;
}
</style>
border-color css
<style>
span { border-color: #A8152A; }
span { border-color: rgb(168,21,42); }
td.TdClassName
{
border-color: #A8152A;
}
.TagClassName
{
border-color: #A8152A;
}
</style>