Shades of Bright Red #9B1834
Tints of Bright Red #9B1834
RGB
CMYK
RGB Variations
Color information
#9B1834 (or 0x9B1834) is known color: Bright Red. HEX triplet: 9B, 18 and 34. RGB value is (155,24,52). Sum of RGB (Red+Green+Blue) = 155+24+52=231 (30% of max value = 765). Red value is 155 (60.94% from 255 or 67.10% from 231); Green value is 24 (9.77% from 255 or 10.39% from 231); Blue value is 52 (20.70% from 255 or 22.51% from 231); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1834 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B1834 is #64E7CB. Grayscale: #424242. Windows color (decimal): -6612940 or 3414171. OLE color: 3414171.
HSL color Cylindrical-coordinate representation of color #9B1834: hue angle of 347.18º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9B1834 is Cyan = 0, Magento = 0.85, Yellow = 0.66 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 24 | 52 | - |
| CMYK | 0 | 0.85 | 0.66 | 0.39 |
| HSL | 347.18º | 0.73% | 0.35% | - |
| HSV(B) | 347.18º | 0.85% | 0.61% | - |
| XYZ | 14.46 | 7.87 | 4.01 | - |
| YUV | 66.36 | 119.9 | 191.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 24 | 52 | 0 | 0.85 | 0.66 | 0.39 | 347.18 | 0.73 | 0.35 |
| Hex | 9B | 18 | 34 | 0 | 55 | 42 | 27 | 15B | 49 | 23 |
| Octal | 233 | 30 | 64 | 0 | 125 | 102 | 47 | 533 | 111 | 43 |
| Binary | 10011011 | 11000 | 110100 | 0 | 1010101 | 1000010 | 100111 | 101011011 | 1001001 | 100011 |
Color Harmonies of #9B1834
Complementary color
Monochromatic Colors of #9B1834
Black with #9B1834
Text Example
Text Example
White with #9B1834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B1834; }
p { color: rgb(155,24,52); }
H1.HeaderClassName
{
color: #9B1834;
}
.AnyTagClassName
{
color: #9B1834;
}
</style>
background-color css
<style>
a { background-color: #9B1834; }
a { background-color: rgb(155,24,52); }
div.DivClassName
{
background-color: #9B1834;
}
.BgClassName
{
background-color: #9B1834;
}
</style>
border-color css
<style>
span { border-color: #9B1834; }
span { border-color: rgb(155,24,52); }
td.TdClassName
{
border-color: #9B1834;
}
.TagClassName
{
border-color: #9B1834;
}
</style>