Shades of Bright Red #9A173C
Tints of Bright Red #9A173C
RGB
CMYK
RGB Variations
Color information
#9A173C (or 0x9A173C) is known color: Bright Red. HEX triplet: 9A, 17 and 3C. RGB value is (154,23,60). Sum of RGB (Red+Green+Blue) = 154+23+60=237 (31% of max value = 765). Red value is 154 (60.55% from 255 or 64.98% from 237); Green value is 23 (9.38% from 255 or 9.70% from 237); Blue value is 60 (23.83% from 255 or 25.32% from 237); Max value from RGB is 154 - color contains mainly: red. Hex color #9A173C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A173C is #65E8C3. Grayscale: #424242. Windows color (decimal): -6678724 or 3938202. OLE color: 3938202.
HSL color Cylindrical-coordinate representation of color #9A173C: hue angle of 343.05º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9A173C is Cyan = 0, Magento = 0.85, Yellow = 0.61 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 23 | 60 | - |
| CMYK | 0 | 0.85 | 0.61 | 0.40 |
| HSL | 343.05º | 0.74% | 0.35% | - |
| HSV(B) | 343.05º | 0.85% | 0.6% | - |
| XYZ | 14.45 | 7.81 | 5.02 | - |
| YUV | 66.39 | 124.4 | 190.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 23 | 60 | 0 | 0.85 | 0.61 | 0.40 | 343.05 | 0.74 | 0.35 |
| Hex | 9A | 17 | 3C | 0 | 55 | 3D | 28 | 157 | 4A | 23 |
| Octal | 232 | 27 | 74 | 0 | 125 | 75 | 50 | 527 | 112 | 43 |
| Binary | 10011010 | 10111 | 111100 | 0 | 1010101 | 111101 | 101000 | 101010111 | 1001010 | 100011 |
Color Harmonies of #9A173C
Complementary color
Monochromatic Colors of #9A173C
Black with #9A173C
Text Example
Text Example
White with #9A173C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A173C; }
p { color: rgb(154,23,60); }
H1.HeaderClassName
{
color: #9A173C;
}
.AnyTagClassName
{
color: #9A173C;
}
</style>
background-color css
<style>
a { background-color: #9A173C; }
a { background-color: rgb(154,23,60); }
div.DivClassName
{
background-color: #9A173C;
}
.BgClassName
{
background-color: #9A173C;
}
</style>
border-color css
<style>
span { border-color: #9A173C; }
span { border-color: rgb(154,23,60); }
td.TdClassName
{
border-color: #9A173C;
}
.TagClassName
{
border-color: #9A173C;
}
</style>