Shades of Bright Red #A0152F
Tints of Bright Red #A0152F
RGB
CMYK
RGB Variations
Color information
#A0152F (or 0xA0152F) is known color: Bright Red. HEX triplet: A0, 15 and 2F. RGB value is (160,21,47). Sum of RGB (Red+Green+Blue) = 160+21+47=228 (30% of max value = 765). Red value is 160 (62.89% from 255 or 70.18% from 228); Green value is 21 (8.59% from 255 or 9.21% from 228); Blue value is 47 (18.75% from 255 or 20.61% from 228); Max value from RGB is 160 - color contains mainly: red. Hex color #A0152F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0152F is #5FEAD0. Grayscale: #414141. Windows color (decimal): -6286033 or 3085728. OLE color: 3085728.
HSL color Cylindrical-coordinate representation of color #A0152F: hue angle of 348.78º 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 #A0152F is Cyan = 0, Magento = 0.87, Yellow = 0.71 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 21 | 47 | - |
| CMYK | 0 | 0.87 | 0.71 | 0.37 |
| HSL | 348.78º | 0.77% | 0.35% | - |
| HSV(B) | 348.78º | 0.87% | 0.63% | - |
| XYZ | 15.28 | 8.22 | 3.47 | - |
| YUV | 65.53 | 117.55 | 195.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 21 | 47 | 0 | 0.87 | 0.71 | 0.37 | 348.78 | 0.77 | 0.35 |
| Hex | A0 | 15 | 2F | 0 | 57 | 47 | 25 | 15D | 4D | 23 |
| Octal | 240 | 25 | 57 | 0 | 127 | 107 | 45 | 535 | 115 | 43 |
| Binary | 10100000 | 10101 | 101111 | 0 | 1010111 | 1000111 | 100101 | 101011101 | 1001101 | 100011 |
Color Harmonies of #A0152F
Complementary color
Monochromatic Colors of #A0152F
Black with #A0152F
Text Example
Text Example
White with #A0152F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0152F; }
p { color: rgb(160,21,47); }
H1.HeaderClassName
{
color: #A0152F;
}
.AnyTagClassName
{
color: #A0152F;
}
</style>
background-color css
<style>
a { background-color: #A0152F; }
a { background-color: rgb(160,21,47); }
div.DivClassName
{
background-color: #A0152F;
}
.BgClassName
{
background-color: #A0152F;
}
</style>
border-color css
<style>
span { border-color: #A0152F; }
span { border-color: rgb(160,21,47); }
td.TdClassName
{
border-color: #A0152F;
}
.TagClassName
{
border-color: #A0152F;
}
</style>