Shades of Bright Red #9B1B3C
Tints of Bright Red #9B1B3C
RGB
CMYK
RGB Variations
Color information
#9B1B3C (or 0x9B1B3C) is known color: Bright Red. HEX triplet: 9B, 1B and 3C. RGB value is (155,27,60). Sum of RGB (Red+Green+Blue) = 155+27+60=242 (32% of max value = 765). Red value is 155 (60.94% from 255 or 64.05% from 242); Green value is 27 (10.94% from 255 or 11.16% from 242); Blue value is 60 (23.83% from 255 or 24.79% from 242); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1B3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B1B3C is #64E4C3. Grayscale: #454545. Windows color (decimal): -6612164 or 3939227. OLE color: 3939227.
HSL color Cylindrical-coordinate representation of color #9B1B3C: hue angle of 344.53º 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 #9B1B3C is Cyan = 0, Magento = 0.83, Yellow = 0.61 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 27 | 60 | - |
| CMYK | 0 | 0.83 | 0.61 | 0.39 |
| HSL | 344.53º | 0.7% | 0.36% | - |
| HSV(B) | 344.53º | 0.83% | 0.61% | - |
| XYZ | 14.73 | 8.08 | 5.06 | - |
| YUV | 69.03 | 122.91 | 189.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 27 | 60 | 0 | 0.83 | 0.61 | 0.39 | 344.53 | 0.7 | 0.36 |
| Hex | 9B | 1B | 3C | 0 | 53 | 3D | 27 | 159 | 46 | 24 |
| Octal | 233 | 33 | 74 | 0 | 123 | 75 | 47 | 531 | 106 | 44 |
| Binary | 10011011 | 11011 | 111100 | 0 | 1010011 | 111101 | 100111 | 101011001 | 1000110 | 100100 |
Color Harmonies of #9B1B3C
Complementary color
Monochromatic Colors of #9B1B3C
Black with #9B1B3C
Text Example
Text Example
White with #9B1B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B1B3C; }
p { color: rgb(155,27,60); }
H1.HeaderClassName
{
color: #9B1B3C;
}
.AnyTagClassName
{
color: #9B1B3C;
}
</style>
background-color css
<style>
a { background-color: #9B1B3C; }
a { background-color: rgb(155,27,60); }
div.DivClassName
{
background-color: #9B1B3C;
}
.BgClassName
{
background-color: #9B1B3C;
}
</style>
border-color css
<style>
span { border-color: #9B1B3C; }
span { border-color: rgb(155,27,60); }
td.TdClassName
{
border-color: #9B1B3C;
}
.TagClassName
{
border-color: #9B1B3C;
}
</style>