Shades of Bright Red #A0142B
Tints of Bright Red #A0142B
RGB
CMYK
RGB Variations
Color information
#A0142B (or 0xA0142B) is known color: Bright Red. HEX triplet: A0, 14 and 2B. RGB value is (160,20,43). Sum of RGB (Red+Green+Blue) = 160+20+43=223 (29% of max value = 765). Red value is 160 (62.89% from 255 or 71.75% from 223); Green value is 20 (8.20% from 255 or 8.97% from 223); Blue value is 43 (17.19% from 255 or 19.28% from 223); Max value from RGB is 160 - color contains mainly: red. Hex color #A0142B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0142B is #5FEBD4. Grayscale: #404040. Windows color (decimal): -6286293 or 2823328. OLE color: 2823328.
HSL color Cylindrical-coordinate representation of color #A0142B: hue angle of 350.14º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A0142B is Cyan = 0, Magento = 0.88, Yellow = 0.73 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 20 | 43 | - |
| CMYK | 0 | 0.88 | 0.73 | 0.37 |
| HSL | 350.14º | 0.78% | 0.35% | - |
| HSV(B) | 350.14º | 0.88% | 0.63% | - |
| XYZ | 15.18 | 8.15 | 3.06 | - |
| YUV | 64.48 | 115.88 | 196.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 20 | 43 | 0 | 0.88 | 0.73 | 0.37 | 350.14 | 0.78 | 0.35 |
| Hex | A0 | 14 | 2B | 0 | 58 | 49 | 25 | 15E | 4E | 23 |
| Octal | 240 | 24 | 53 | 0 | 130 | 111 | 45 | 536 | 116 | 43 |
| Binary | 10100000 | 10100 | 101011 | 0 | 1011000 | 1001001 | 100101 | 101011110 | 1001110 | 100011 |
Color Harmonies of #A0142B
Complementary color
Monochromatic Colors of #A0142B
Black with #A0142B
Text Example
Text Example
White with #A0142B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0142B; }
p { color: rgb(160,20,43); }
H1.HeaderClassName
{
color: #A0142B;
}
.AnyTagClassName
{
color: #A0142B;
}
</style>
background-color css
<style>
a { background-color: #A0142B; }
a { background-color: rgb(160,20,43); }
div.DivClassName
{
background-color: #A0142B;
}
.BgClassName
{
background-color: #A0142B;
}
</style>
border-color css
<style>
span { border-color: #A0142B; }
span { border-color: rgb(160,20,43); }
td.TdClassName
{
border-color: #A0142B;
}
.TagClassName
{
border-color: #A0142B;
}
</style>