Shades of Bright Red #A0173D
Tints of Bright Red #A0173D
RGB
CMYK
RGB Variations
Color information
#A0173D (or 0xA0173D) is known color: Bright Red. HEX triplet: A0, 17 and 3D. RGB value is (160,23,61). Sum of RGB (Red+Green+Blue) = 160+23+61=244 (32% of max value = 765). Red value is 160 (62.89% from 255 or 65.57% from 244); Green value is 23 (9.38% from 255 or 9.43% from 244); Blue value is 61 (24.22% from 255 or 25% from 244); Max value from RGB is 160 - color contains mainly: red. Hex color #A0173D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0173D is #5FE8C2. Grayscale: #444444. Windows color (decimal): -6285507 or 4003744. OLE color: 4003744.
HSL color Cylindrical-coordinate representation of color #A0173D: hue angle of 343.36º 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 #A0173D is Cyan = 0, Magento = 0.86, Yellow = 0.62 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 23 | 61 | - |
| CMYK | 0 | 0.86 | 0.62 | 0.37 |
| HSL | 343.36º | 0.75% | 0.36% | - |
| HSV(B) | 343.36º | 0.86% | 0.63% | - |
| XYZ | 15.65 | 8.42 | 5.22 | - |
| YUV | 68.3 | 123.89 | 193.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 23 | 61 | 0 | 0.86 | 0.62 | 0.37 | 343.36 | 0.75 | 0.36 |
| Hex | A0 | 17 | 3D | 0 | 56 | 3E | 25 | 157 | 4B | 24 |
| Octal | 240 | 27 | 75 | 0 | 126 | 76 | 45 | 527 | 113 | 44 |
| Binary | 10100000 | 10111 | 111101 | 0 | 1010110 | 111110 | 100101 | 101010111 | 1001011 | 100100 |
Color Harmonies of #A0173D
Complementary color
Monochromatic Colors of #A0173D
Black with #A0173D
Text Example
Text Example
White with #A0173D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0173D; }
p { color: rgb(160,23,61); }
H1.HeaderClassName
{
color: #A0173D;
}
.AnyTagClassName
{
color: #A0173D;
}
</style>
background-color css
<style>
a { background-color: #A0173D; }
a { background-color: rgb(160,23,61); }
div.DivClassName
{
background-color: #A0173D;
}
.BgClassName
{
background-color: #A0173D;
}
</style>
border-color css
<style>
span { border-color: #A0173D; }
span { border-color: rgb(160,23,61); }
td.TdClassName
{
border-color: #A0173D;
}
.TagClassName
{
border-color: #A0173D;
}
</style>