Shades of Bright Red #A0163B
Tints of Bright Red #A0163B
RGB
CMYK
RGB Variations
Color information
#A0163B (or 0xA0163B) is known color: Bright Red. HEX triplet: A0, 16 and 3B. RGB value is (160,22,59). Sum of RGB (Red+Green+Blue) = 160+22+59=241 (31% of max value = 765). Red value is 160 (62.89% from 255 or 66.39% from 241); Green value is 22 (8.98% from 255 or 9.13% from 241); Blue value is 59 (23.44% from 255 or 24.48% from 241); Max value from RGB is 160 - color contains mainly: red. Hex color #A0163B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0163B is #5FE9C4. Grayscale: #434343. Windows color (decimal): -6285765 or 3872416. OLE color: 3872416.
HSL color Cylindrical-coordinate representation of color #A0163B: hue angle of 343.91º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A0163B is Cyan = 0, Magento = 0.86, Yellow = 0.63 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 22 | 59 | - |
| CMYK | 0 | 0.86 | 0.63 | 0.37 |
| HSL | 343.91º | 0.76% | 0.36% | - |
| HSV(B) | 343.91º | 0.86% | 0.63% | - |
| XYZ | 15.57 | 8.36 | 4.93 | - |
| YUV | 67.48 | 123.22 | 193.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 22 | 59 | 0 | 0.86 | 0.63 | 0.37 | 343.91 | 0.76 | 0.36 |
| Hex | A0 | 16 | 3B | 0 | 56 | 3F | 25 | 158 | 4C | 24 |
| Octal | 240 | 26 | 73 | 0 | 126 | 77 | 45 | 530 | 114 | 44 |
| Binary | 10100000 | 10110 | 111011 | 0 | 1010110 | 111111 | 100101 | 101011000 | 1001100 | 100100 |
Color Harmonies of #A0163B
Complementary color
Monochromatic Colors of #A0163B
Black with #A0163B
Text Example
Text Example
White with #A0163B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0163B; }
p { color: rgb(160,22,59); }
H1.HeaderClassName
{
color: #A0163B;
}
.AnyTagClassName
{
color: #A0163B;
}
</style>
background-color css
<style>
a { background-color: #A0163B; }
a { background-color: rgb(160,22,59); }
div.DivClassName
{
background-color: #A0163B;
}
.BgClassName
{
background-color: #A0163B;
}
</style>
border-color css
<style>
span { border-color: #A0163B; }
span { border-color: rgb(160,22,59); }
td.TdClassName
{
border-color: #A0163B;
}
.TagClassName
{
border-color: #A0163B;
}
</style>