Shades of Bright Red #9B1234
Tints of Bright Red #9B1234
RGB
CMYK
RGB Variations
Color information
#9B1234 (or 0x9B1234) is known color: Bright Red. HEX triplet: 9B, 12 and 34. RGB value is (155,18,52). Sum of RGB (Red+Green+Blue) = 155+18+52=225 (29% of max value = 765). Red value is 155 (60.94% from 255 or 68.89% from 225); Green value is 18 (7.42% from 255 or 8% from 225); Blue value is 52 (20.70% from 255 or 23.11% from 225); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1234 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B1234 is #64EDCB. Grayscale: #3E3E3E. Windows color (decimal): -6614476 or 3412635. OLE color: 3412635.
HSL color Cylindrical-coordinate representation of color #9B1234: hue angle of 345.11º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9B1234 is Cyan = 0, Magento = 0.88, Yellow = 0.66 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 18 | 52 | - |
| CMYK | 0 | 0.88 | 0.66 | 0.39 |
| HSL | 345.11º | 0.79% | 0.34% | - |
| HSV(B) | 345.11º | 0.88% | 0.61% | - |
| XYZ | 14.35 | 7.65 | 3.97 | - |
| YUV | 62.84 | 121.89 | 193.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 18 | 52 | 0 | 0.88 | 0.66 | 0.39 | 345.11 | 0.79 | 0.34 |
| Hex | 9B | 12 | 34 | 0 | 58 | 42 | 27 | 159 | 4F | 22 |
| Octal | 233 | 22 | 64 | 0 | 130 | 102 | 47 | 531 | 117 | 42 |
| Binary | 10011011 | 10010 | 110100 | 0 | 1011000 | 1000010 | 100111 | 101011001 | 1001111 | 100010 |
Color Harmonies of #9B1234
Complementary color
Monochromatic Colors of #9B1234
Black with #9B1234
Text Example
Text Example
White with #9B1234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B1234; }
p { color: rgb(155,18,52); }
H1.HeaderClassName
{
color: #9B1234;
}
.AnyTagClassName
{
color: #9B1234;
}
</style>
background-color css
<style>
a { background-color: #9B1234; }
a { background-color: rgb(155,18,52); }
div.DivClassName
{
background-color: #9B1234;
}
.BgClassName
{
background-color: #9B1234;
}
</style>
border-color css
<style>
span { border-color: #9B1234; }
span { border-color: rgb(155,18,52); }
td.TdClassName
{
border-color: #9B1234;
}
.TagClassName
{
border-color: #9B1234;
}
</style>