Shades of Bright Red #A0123D
Tints of Bright Red #A0123D
RGB
CMYK
RGB Variations
Color information
#A0123D (or 0xA0123D) is known color: Bright Red. HEX triplet: A0, 12 and 3D. RGB value is (160,18,61). Sum of RGB (Red+Green+Blue) = 160+18+61=239 (31% of max value = 765). Red value is 160 (62.89% from 255 or 66.95% from 239); Green value is 18 (7.42% from 255 or 7.53% from 239); Blue value is 61 (24.22% from 255 or 25.52% from 239); Max value from RGB is 160 - color contains mainly: red. Hex color #A0123D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0123D is #5FEDC2. Grayscale: #414141. Windows color (decimal): -6286787 or 4002464. OLE color: 4002464.
HSL color Cylindrical-coordinate representation of color #A0123D: hue angle of 341.83º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A0123D is Cyan = 0, Magento = 0.89, Yellow = 0.62 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 18 | 61 | - |
| CMYK | 0 | 0.89 | 0.62 | 0.37 |
| HSL | 341.83º | 0.8% | 0.35% | - |
| HSV(B) | 341.83º | 0.89% | 0.63% | - |
| XYZ | 15.56 | 8.24 | 5.19 | - |
| YUV | 65.36 | 125.54 | 195.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 18 | 61 | 0 | 0.89 | 0.62 | 0.37 | 341.83 | 0.8 | 0.35 |
| Hex | A0 | 12 | 3D | 0 | 59 | 3E | 25 | 156 | 50 | 23 |
| Octal | 240 | 22 | 75 | 0 | 131 | 76 | 45 | 526 | 120 | 43 |
| Binary | 10100000 | 10010 | 111101 | 0 | 1011001 | 111110 | 100101 | 101010110 | 1010000 | 100011 |
Color Harmonies of #A0123D
Complementary color
Monochromatic Colors of #A0123D
Black with #A0123D
Text Example
Text Example
White with #A0123D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0123D; }
p { color: rgb(160,18,61); }
H1.HeaderClassName
{
color: #A0123D;
}
.AnyTagClassName
{
color: #A0123D;
}
</style>
background-color css
<style>
a { background-color: #A0123D; }
a { background-color: rgb(160,18,61); }
div.DivClassName
{
background-color: #A0123D;
}
.BgClassName
{
background-color: #A0123D;
}
</style>
border-color css
<style>
span { border-color: #A0123D; }
span { border-color: rgb(160,18,61); }
td.TdClassName
{
border-color: #A0123D;
}
.TagClassName
{
border-color: #A0123D;
}
</style>