Shades of Bright Red #9B1B2D
Tints of Bright Red #9B1B2D
RGB
CMYK
RGB Variations
Color information
#9B1B2D (or 0x9B1B2D) is known color: Bright Red. HEX triplet: 9B, 1B and 2D. RGB value is (155,27,45). Sum of RGB (Red+Green+Blue) = 155+27+45=227 (30% of max value = 765). Red value is 155 (60.94% from 255 or 68.28% from 227); Green value is 27 (10.94% from 255 or 11.89% from 227); Blue value is 45 (17.97% from 255 or 19.82% from 227); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1B2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B1B2D is #64E4D2. Grayscale: #434343. Windows color (decimal): -6612179 or 2956187. OLE color: 2956187.
HSL color Cylindrical-coordinate representation of color #9B1B2D: hue angle of 351.56º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9B1B2D is Cyan = 0, Magento = 0.83, Yellow = 0.71 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 27 | 45 | - |
| CMYK | 0 | 0.83 | 0.71 | 0.39 |
| HSL | 351.56º | 0.7% | 0.36% | - |
| HSV(B) | 351.56º | 0.83% | 0.61% | - |
| XYZ | 14.38 | 7.94 | 3.26 | - |
| YUV | 67.32 | 115.41 | 190.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 27 | 45 | 0 | 0.83 | 0.71 | 0.39 | 351.56 | 0.7 | 0.36 |
| Hex | 9B | 1B | 2D | 0 | 53 | 47 | 27 | 160 | 46 | 24 |
| Octal | 233 | 33 | 55 | 0 | 123 | 107 | 47 | 540 | 106 | 44 |
| Binary | 10011011 | 11011 | 101101 | 0 | 1010011 | 1000111 | 100111 | 101100000 | 1000110 | 100100 |
Color Harmonies of #9B1B2D
Complementary color
Monochromatic Colors of #9B1B2D
Black with #9B1B2D
Text Example
Text Example
White with #9B1B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B1B2D; }
p { color: rgb(155,27,45); }
H1.HeaderClassName
{
color: #9B1B2D;
}
.AnyTagClassName
{
color: #9B1B2D;
}
</style>
background-color css
<style>
a { background-color: #9B1B2D; }
a { background-color: rgb(155,27,45); }
div.DivClassName
{
background-color: #9B1B2D;
}
.BgClassName
{
background-color: #9B1B2D;
}
</style>
border-color css
<style>
span { border-color: #9B1B2D; }
span { border-color: rgb(155,27,45); }
td.TdClassName
{
border-color: #9B1B2D;
}
.TagClassName
{
border-color: #9B1B2D;
}
</style>