Shades of Bright Red #A0143D
Tints of Bright Red #A0143D
RGB
CMYK
RGB Variations
Color information
#A0143D (or 0xA0143D) is known color: Bright Red. HEX triplet: A0, 14 and 3D. RGB value is (160,20,61). Sum of RGB (Red+Green+Blue) = 160+20+61=241 (31% of max value = 765). Red value is 160 (62.89% from 255 or 66.39% from 241); Green value is 20 (8.20% from 255 or 8.30% from 241); Blue value is 61 (24.22% from 255 or 25.31% from 241); Max value from RGB is 160 - color contains mainly: red. Hex color #A0143D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0143D is #5FEBC2. Grayscale: #424242. Windows color (decimal): -6286275 or 4002976. OLE color: 4002976.
HSL color Cylindrical-coordinate representation of color #A0143D: hue angle of 342.43º 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 #A0143D is Cyan = 0, Magento = 0.88, Yellow = 0.62 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 20 | 61 | - |
| CMYK | 0 | 0.88 | 0.62 | 0.37 |
| HSL | 342.43º | 0.78% | 0.35% | - |
| HSV(B) | 342.43º | 0.88% | 0.63% | - |
| XYZ | 15.59 | 8.31 | 5.2 | - |
| YUV | 66.53 | 124.88 | 194.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 20 | 61 | 0 | 0.88 | 0.62 | 0.37 | 342.43 | 0.78 | 0.35 |
| Hex | A0 | 14 | 3D | 0 | 58 | 3E | 25 | 156 | 4E | 23 |
| Octal | 240 | 24 | 75 | 0 | 130 | 76 | 45 | 526 | 116 | 43 |
| Binary | 10100000 | 10100 | 111101 | 0 | 1011000 | 111110 | 100101 | 101010110 | 1001110 | 100011 |
Color Harmonies of #A0143D
Complementary color
Monochromatic Colors of #A0143D
Black with #A0143D
Text Example
Text Example
White with #A0143D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0143D; }
p { color: rgb(160,20,61); }
H1.HeaderClassName
{
color: #A0143D;
}
.AnyTagClassName
{
color: #A0143D;
}
</style>
background-color css
<style>
a { background-color: #A0143D; }
a { background-color: rgb(160,20,61); }
div.DivClassName
{
background-color: #A0143D;
}
.BgClassName
{
background-color: #A0143D;
}
</style>
border-color css
<style>
span { border-color: #A0143D; }
span { border-color: rgb(160,20,61); }
td.TdClassName
{
border-color: #A0143D;
}
.TagClassName
{
border-color: #A0143D;
}
</style>