Shades of Bright Red #A0152B
Tints of Bright Red #A0152B
RGB
CMYK
RGB Variations
Color information
#A0152B (or 0xA0152B) is known color: Bright Red. HEX triplet: A0, 15 and 2B. RGB value is (160,21,43). Sum of RGB (Red+Green+Blue) = 160+21+43=224 (29% of max value = 765). Red value is 160 (62.89% from 255 or 71.43% from 224); Green value is 21 (8.59% from 255 or 9.38% from 224); Blue value is 43 (17.19% from 255 or 19.20% from 224); Max value from RGB is 160 - color contains mainly: red. Hex color #A0152B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0152B is #5FEAD4. Grayscale: #414141. Windows color (decimal): -6286037 or 2823584. OLE color: 2823584.
HSL color Cylindrical-coordinate representation of color #A0152B: hue angle of 350.5º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A0152B is Cyan = 0, Magento = 0.87, Yellow = 0.73 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 21 | 43 | - |
| CMYK | 0 | 0.87 | 0.73 | 0.37 |
| HSL | 350.5º | 0.77% | 0.35% | - |
| HSV(B) | 350.5º | 0.87% | 0.63% | - |
| XYZ | 15.2 | 8.18 | 3.06 | - |
| YUV | 65.07 | 115.55 | 195.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 21 | 43 | 0 | 0.87 | 0.73 | 0.37 | 350.5 | 0.77 | 0.35 |
| Hex | A0 | 15 | 2B | 0 | 57 | 49 | 25 | 15F | 4D | 23 |
| Octal | 240 | 25 | 53 | 0 | 127 | 111 | 45 | 537 | 115 | 43 |
| Binary | 10100000 | 10101 | 101011 | 0 | 1010111 | 1001001 | 100101 | 101011111 | 1001101 | 100011 |
Color Harmonies of #A0152B
Complementary color
Monochromatic Colors of #A0152B
Black with #A0152B
Text Example
Text Example
White with #A0152B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0152B; }
p { color: rgb(160,21,43); }
H1.HeaderClassName
{
color: #A0152B;
}
.AnyTagClassName
{
color: #A0152B;
}
</style>
background-color css
<style>
a { background-color: #A0152B; }
a { background-color: rgb(160,21,43); }
div.DivClassName
{
background-color: #A0152B;
}
.BgClassName
{
background-color: #A0152B;
}
</style>
border-color css
<style>
span { border-color: #A0152B; }
span { border-color: rgb(160,21,43); }
td.TdClassName
{
border-color: #A0152B;
}
.TagClassName
{
border-color: #A0152B;
}
</style>