Shades of Bright Red #A0173A
Tints of Bright Red #A0173A
RGB
CMYK
RGB Variations
Color information
#A0173A (or 0xA0173A) is known color: Bright Red. HEX triplet: A0, 17 and 3A. RGB value is (160,23,58). Sum of RGB (Red+Green+Blue) = 160+23+58=241 (31% of max value = 765). Red value is 160 (62.89% from 255 or 66.39% from 241); Green value is 23 (9.38% from 255 or 9.54% from 241); Blue value is 58 (23.05% from 255 or 24.07% from 241); Max value from RGB is 160 - color contains mainly: red. Hex color #A0173A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0173A is #5FE8C5. Grayscale: #434343. Windows color (decimal): -6285510 or 3807136. OLE color: 3807136.
HSL color Cylindrical-coordinate representation of color #A0173A: hue angle of 344.67º 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 #A0173A is Cyan = 0, Magento = 0.86, Yellow = 0.64 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 23 | 58 | - |
| CMYK | 0 | 0.86 | 0.64 | 0.37 |
| HSL | 344.67º | 0.75% | 0.36% | - |
| HSV(B) | 344.67º | 0.86% | 0.63% | - |
| XYZ | 15.57 | 8.39 | 4.8 | - |
| YUV | 67.95 | 122.39 | 193.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 23 | 58 | 0 | 0.86 | 0.64 | 0.37 | 344.67 | 0.75 | 0.36 |
| Hex | A0 | 17 | 3A | 0 | 56 | 40 | 25 | 159 | 4B | 24 |
| Octal | 240 | 27 | 72 | 0 | 126 | 100 | 45 | 531 | 113 | 44 |
| Binary | 10100000 | 10111 | 111010 | 0 | 1010110 | 1000000 | 100101 | 101011001 | 1001011 | 100100 |
Color Harmonies of #A0173A
Complementary color
Monochromatic Colors of #A0173A
Black with #A0173A
Text Example
Text Example
White with #A0173A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0173A; }
p { color: rgb(160,23,58); }
H1.HeaderClassName
{
color: #A0173A;
}
.AnyTagClassName
{
color: #A0173A;
}
</style>
background-color css
<style>
a { background-color: #A0173A; }
a { background-color: rgb(160,23,58); }
div.DivClassName
{
background-color: #A0173A;
}
.BgClassName
{
background-color: #A0173A;
}
</style>
border-color css
<style>
span { border-color: #A0173A; }
span { border-color: rgb(160,23,58); }
td.TdClassName
{
border-color: #A0173A;
}
.TagClassName
{
border-color: #A0173A;
}
</style>