Shades of Bright Red #A0163D
Tints of Bright Red #A0163D
RGB
CMYK
RGB Variations
Color information
#A0163D (or 0xA0163D) is known color: Bright Red. HEX triplet: A0, 16 and 3D. RGB value is (160,22,61). Sum of RGB (Red+Green+Blue) = 160+22+61=243 (32% of max value = 765). Red value is 160 (62.89% from 255 or 65.84% from 243); Green value is 22 (8.98% from 255 or 9.05% from 243); Blue value is 61 (24.22% from 255 or 25.10% from 243); Max value from RGB is 160 - color contains mainly: red. Hex color #A0163D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0163D is #5FE9C2. Grayscale: #434343. Windows color (decimal): -6285763 or 4003488. OLE color: 4003488.
HSL color Cylindrical-coordinate representation of color #A0163D: hue angle of 343.04º 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 #A0163D is Cyan = 0, Magento = 0.86, Yellow = 0.62 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 22 | 61 | - |
| CMYK | 0 | 0.86 | 0.62 | 0.37 |
| HSL | 343.04º | 0.76% | 0.36% | - |
| HSV(B) | 343.04º | 0.86% | 0.63% | - |
| XYZ | 15.63 | 8.38 | 5.21 | - |
| YUV | 67.71 | 124.22 | 193.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 22 | 61 | 0 | 0.86 | 0.62 | 0.37 | 343.04 | 0.76 | 0.36 |
| Hex | A0 | 16 | 3D | 0 | 56 | 3E | 25 | 157 | 4C | 24 |
| Octal | 240 | 26 | 75 | 0 | 126 | 76 | 45 | 527 | 114 | 44 |
| Binary | 10100000 | 10110 | 111101 | 0 | 1010110 | 111110 | 100101 | 101010111 | 1001100 | 100100 |
Color Harmonies of #A0163D
Complementary color
Monochromatic Colors of #A0163D
Black with #A0163D
Text Example
Text Example
White with #A0163D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0163D; }
p { color: rgb(160,22,61); }
H1.HeaderClassName
{
color: #A0163D;
}
.AnyTagClassName
{
color: #A0163D;
}
</style>
background-color css
<style>
a { background-color: #A0163D; }
a { background-color: rgb(160,22,61); }
div.DivClassName
{
background-color: #A0163D;
}
.BgClassName
{
background-color: #A0163D;
}
</style>
border-color css
<style>
span { border-color: #A0163D; }
span { border-color: rgb(160,22,61); }
td.TdClassName
{
border-color: #A0163D;
}
.TagClassName
{
border-color: #A0163D;
}
</style>