Shades of Bright Red #9A172A
Tints of Bright Red #9A172A
RGB
CMYK
RGB Variations
Color information
#9A172A (or 0x9A172A) is known color: Bright Red. HEX triplet: 9A, 17 and 2A. RGB value is (154,23,42). Sum of RGB (Red+Green+Blue) = 154+23+42=219 (29% of max value = 765). Red value is 154 (60.55% from 255 or 70.32% from 219); Green value is 23 (9.38% from 255 or 10.50% from 219); Blue value is 42 (16.80% from 255 or 19.18% from 219); Max value from RGB is 154 - color contains mainly: red. Hex color #9A172A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A172A is #65E8D5. Grayscale: #404040. Windows color (decimal): -6678742 or 2758554. OLE color: 2758554.
HSL color Cylindrical-coordinate representation of color #9A172A: hue angle of 351.3º 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 #9A172A is Cyan = 0, Magento = 0.85, Yellow = 0.73 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 23 | 42 | - |
| CMYK | 0 | 0.85 | 0.73 | 0.40 |
| HSL | 351.3º | 0.74% | 0.35% | - |
| HSV(B) | 351.3º | 0.85% | 0.6% | - |
| XYZ | 14.05 | 7.65 | 2.93 | - |
| YUV | 64.34 | 115.4 | 191.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 23 | 42 | 0 | 0.85 | 0.73 | 0.40 | 351.3 | 0.74 | 0.35 |
| Hex | 9A | 17 | 2A | 0 | 55 | 49 | 28 | 15F | 4A | 23 |
| Octal | 232 | 27 | 52 | 0 | 125 | 111 | 50 | 537 | 112 | 43 |
| Binary | 10011010 | 10111 | 101010 | 0 | 1010101 | 1001001 | 101000 | 101011111 | 1001010 | 100011 |
Color Harmonies of #9A172A
Complementary color
Monochromatic Colors of #9A172A
Black with #9A172A
Text Example
Text Example
White with #9A172A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A172A; }
p { color: rgb(154,23,42); }
H1.HeaderClassName
{
color: #9A172A;
}
.AnyTagClassName
{
color: #9A172A;
}
</style>
background-color css
<style>
a { background-color: #9A172A; }
a { background-color: rgb(154,23,42); }
div.DivClassName
{
background-color: #9A172A;
}
.BgClassName
{
background-color: #9A172A;
}
</style>
border-color css
<style>
span { border-color: #9A172A; }
span { border-color: rgb(154,23,42); }
td.TdClassName
{
border-color: #9A172A;
}
.TagClassName
{
border-color: #9A172A;
}
</style>