Shades of Bright Red #A0173C
Tints of Bright Red #A0173C
RGB
CMYK
RGB Variations
Color information
#A0173C (or 0xA0173C) is known color: Bright Red. HEX triplet: A0, 17 and 3C. RGB value is (160,23,60). Sum of RGB (Red+Green+Blue) = 160+23+60=243 (32% of max value = 765). Red value is 160 (62.89% from 255 or 65.84% from 243); Green value is 23 (9.38% from 255 or 9.47% from 243); Blue value is 60 (23.83% from 255 or 24.69% from 243); Max value from RGB is 160 - color contains mainly: red. Hex color #A0173C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0173C is #5FE8C3. Grayscale: #444444. Windows color (decimal): -6285508 or 3938208. OLE color: 3938208.
HSL color Cylindrical-coordinate representation of color #A0173C: hue angle of 343.8º degrees, saturation: 0.75, 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 #A0173C is Cyan = 0, Magento = 0.86, Yellow = 0.62 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 23 | 60 | - |
| CMYK | 0 | 0.86 | 0.62 | 0.37 |
| HSL | 343.8º | 0.75% | 0.36% | - |
| HSV(B) | 343.8º | 0.86% | 0.63% | - |
| XYZ | 15.62 | 8.41 | 5.08 | - |
| YUV | 68.18 | 123.39 | 193.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 23 | 60 | 0 | 0.86 | 0.62 | 0.37 | 343.8 | 0.75 | 0.36 |
| Hex | A0 | 17 | 3C | 0 | 56 | 3E | 25 | 158 | 4B | 24 |
| Octal | 240 | 27 | 74 | 0 | 126 | 76 | 45 | 530 | 113 | 44 |
| Binary | 10100000 | 10111 | 111100 | 0 | 1010110 | 111110 | 100101 | 101011000 | 1001011 | 100100 |
Color Harmonies of #A0173C
Complementary color
Monochromatic Colors of #A0173C
Black with #A0173C
Text Example
Text Example
White with #A0173C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0173C; }
p { color: rgb(160,23,60); }
H1.HeaderClassName
{
color: #A0173C;
}
.AnyTagClassName
{
color: #A0173C;
}
</style>
background-color css
<style>
a { background-color: #A0173C; }
a { background-color: rgb(160,23,60); }
div.DivClassName
{
background-color: #A0173C;
}
.BgClassName
{
background-color: #A0173C;
}
</style>
border-color css
<style>
span { border-color: #A0173C; }
span { border-color: rgb(160,23,60); }
td.TdClassName
{
border-color: #A0173C;
}
.TagClassName
{
border-color: #A0173C;
}
</style>