Shades of Bright Red #A0183E
Tints of Bright Red #A0183E
RGB
CMYK
RGB Variations
Color information
#A0183E (or 0xA0183E) is known color: Bright Red. HEX triplet: A0, 18 and 3E. RGB value is (160,24,62). Sum of RGB (Red+Green+Blue) = 160+24+62=246 (32% of max value = 765). Red value is 160 (62.89% from 255 or 65.04% from 246); Green value is 24 (9.77% from 255 or 9.76% from 246); Blue value is 62 (24.61% from 255 or 25.20% from 246); Max value from RGB is 160 - color contains mainly: red. Hex color #A0183E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0183E is #5FE7C1. Grayscale: #444444. Windows color (decimal): -6285250 or 4069536. OLE color: 4069536.
HSL color Cylindrical-coordinate representation of color #A0183E: hue angle of 343.24º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A0183E is Cyan = 0, Magento = 0.85, Yellow = 0.61 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 24 | 62 | - |
| CMYK | 0 | 0.85 | 0.61 | 0.37 |
| HSL | 343.24º | 0.74% | 0.36% | - |
| HSV(B) | 343.24º | 0.85% | 0.63% | - |
| XYZ | 15.69 | 8.47 | 5.37 | - |
| YUV | 69 | 124.06 | 192.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 24 | 62 | 0 | 0.85 | 0.61 | 0.37 | 343.24 | 0.74 | 0.36 |
| Hex | A0 | 18 | 3E | 0 | 55 | 3D | 25 | 157 | 4A | 24 |
| Octal | 240 | 30 | 76 | 0 | 125 | 75 | 45 | 527 | 112 | 44 |
| Binary | 10100000 | 11000 | 111110 | 0 | 1010101 | 111101 | 100101 | 101010111 | 1001010 | 100100 |
Color Harmonies of #A0183E
Complementary color
Monochromatic Colors of #A0183E
Black with #A0183E
Text Example
Text Example
White with #A0183E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0183E; }
p { color: rgb(160,24,62); }
H1.HeaderClassName
{
color: #A0183E;
}
.AnyTagClassName
{
color: #A0183E;
}
</style>
background-color css
<style>
a { background-color: #A0183E; }
a { background-color: rgb(160,24,62); }
div.DivClassName
{
background-color: #A0183E;
}
.BgClassName
{
background-color: #A0183E;
}
</style>
border-color css
<style>
span { border-color: #A0183E; }
span { border-color: rgb(160,24,62); }
td.TdClassName
{
border-color: #A0183E;
}
.TagClassName
{
border-color: #A0183E;
}
</style>