Shades of Bright Red #9B193D
Tints of Bright Red #9B193D
RGB
CMYK
RGB Variations
Color information
#9B193D (or 0x9B193D) is known color: Bright Red. HEX triplet: 9B, 19 and 3D. RGB value is (155,25,61). Sum of RGB (Red+Green+Blue) = 155+25+61=241 (31% of max value = 765). Red value is 155 (60.94% from 255 or 64.32% from 241); Green value is 25 (10.16% from 255 or 10.37% from 241); Blue value is 61 (24.22% from 255 or 25.31% from 241); Max value from RGB is 155 - color contains mainly: red. Hex color #9B193D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B193D is #64E6C2. Grayscale: #434343. Windows color (decimal): -6612675 or 4004251. OLE color: 4004251.
HSL color Cylindrical-coordinate representation of color #9B193D: hue angle of 343.38º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9B193D is Cyan = 0, Magento = 0.84, Yellow = 0.61 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 25 | 61 | - |
| CMYK | 0 | 0.84 | 0.61 | 0.39 |
| HSL | 343.38º | 0.72% | 0.35% | - |
| HSV(B) | 343.38º | 0.84% | 0.61% | - |
| XYZ | 14.71 | 8 | 5.18 | - |
| YUV | 67.97 | 124.07 | 190.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 25 | 61 | 0 | 0.84 | 0.61 | 0.39 | 343.38 | 0.72 | 0.35 |
| Hex | 9B | 19 | 3D | 0 | 54 | 3D | 27 | 157 | 48 | 23 |
| Octal | 233 | 31 | 75 | 0 | 124 | 75 | 47 | 527 | 110 | 43 |
| Binary | 10011011 | 11001 | 111101 | 0 | 1010100 | 111101 | 100111 | 101010111 | 1001000 | 100011 |
Color Harmonies of #9B193D
Complementary color
Monochromatic Colors of #9B193D
Black with #9B193D
Text Example
Text Example
White with #9B193D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B193D; }
p { color: rgb(155,25,61); }
H1.HeaderClassName
{
color: #9B193D;
}
.AnyTagClassName
{
color: #9B193D;
}
</style>
background-color css
<style>
a { background-color: #9B193D; }
a { background-color: rgb(155,25,61); }
div.DivClassName
{
background-color: #9B193D;
}
.BgClassName
{
background-color: #9B193D;
}
</style>
border-color css
<style>
span { border-color: #9B193D; }
span { border-color: rgb(155,25,61); }
td.TdClassName
{
border-color: #9B193D;
}
.TagClassName
{
border-color: #9B193D;
}
</style>