Shades of Bright Red #9A193B
Tints of Bright Red #9A193B
RGB
CMYK
RGB Variations
Color information
#9A193B (or 0x9A193B) is known color: Bright Red. HEX triplet: 9A, 19 and 3B. RGB value is (154,25,59). Sum of RGB (Red+Green+Blue) = 154+25+59=238 (31% of max value = 765). Red value is 154 (60.55% from 255 or 64.71% from 238); Green value is 25 (10.16% from 255 or 10.50% from 238); Blue value is 59 (23.44% from 255 or 24.79% from 238); Max value from RGB is 154 - color contains mainly: red. Hex color #9A193B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A193B is #65E6C4. Grayscale: #434343. Windows color (decimal): -6678213 or 3873178. OLE color: 3873178.
HSL color Cylindrical-coordinate representation of color #9A193B: hue angle of 344.19º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9A193B is Cyan = 0, Magento = 0.84, Yellow = 0.62 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 25 | 59 | - |
| CMYK | 0 | 0.84 | 0.62 | 0.40 |
| HSL | 344.19º | 0.72% | 0.35% | - |
| HSV(B) | 344.19º | 0.84% | 0.6% | - |
| XYZ | 14.46 | 7.88 | 4.9 | - |
| YUV | 67.45 | 123.24 | 189.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 25 | 59 | 0 | 0.84 | 0.62 | 0.40 | 344.19 | 0.72 | 0.35 |
| Hex | 9A | 19 | 3B | 0 | 54 | 3E | 28 | 158 | 48 | 23 |
| Octal | 232 | 31 | 73 | 0 | 124 | 76 | 50 | 530 | 110 | 43 |
| Binary | 10011010 | 11001 | 111011 | 0 | 1010100 | 111110 | 101000 | 101011000 | 1001000 | 100011 |
Color Harmonies of #9A193B
Complementary color
Monochromatic Colors of #9A193B
Black with #9A193B
Text Example
Text Example
White with #9A193B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A193B; }
p { color: rgb(154,25,59); }
H1.HeaderClassName
{
color: #9A193B;
}
.AnyTagClassName
{
color: #9A193B;
}
</style>
background-color css
<style>
a { background-color: #9A193B; }
a { background-color: rgb(154,25,59); }
div.DivClassName
{
background-color: #9A193B;
}
.BgClassName
{
background-color: #9A193B;
}
</style>
border-color css
<style>
span { border-color: #9A193B; }
span { border-color: rgb(154,25,59); }
td.TdClassName
{
border-color: #9A193B;
}
.TagClassName
{
border-color: #9A193B;
}
</style>