Shades of Bright Red #9B1D2E
Tints of Bright Red #9B1D2E
RGB
CMYK
RGB Variations
Color information
#9B1D2E (or 0x9B1D2E) is known color: Bright Red. HEX triplet: 9B, 1D and 2E. RGB value is (155,29,46). Sum of RGB (Red+Green+Blue) = 155+29+46=230 (30% of max value = 765). Red value is 155 (60.94% from 255 or 67.39% from 230); Green value is 29 (11.72% from 255 or 12.61% from 230); Blue value is 46 (18.36% from 255 or 20% from 230); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1D2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B1D2E is #64E2D1. Grayscale: #444444. Windows color (decimal): -6611666 or 3022235. OLE color: 3022235.
HSL color Cylindrical-coordinate representation of color #9B1D2E: hue angle of 351.9º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9B1D2E is Cyan = 0, Magento = 0.81, Yellow = 0.70 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 29 | 46 | - |
| CMYK | 0 | 0.81 | 0.70 | 0.39 |
| HSL | 351.9º | 0.68% | 0.36% | - |
| HSV(B) | 351.9º | 0.81% | 0.61% | - |
| XYZ | 14.45 | 8.04 | 3.38 | - |
| YUV | 68.61 | 115.24 | 189.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 29 | 46 | 0 | 0.81 | 0.70 | 0.39 | 351.9 | 0.68 | 0.36 |
| Hex | 9B | 1D | 2E | 0 | 51 | 46 | 27 | 160 | 44 | 24 |
| Octal | 233 | 35 | 56 | 0 | 121 | 106 | 47 | 540 | 104 | 44 |
| Binary | 10011011 | 11101 | 101110 | 0 | 1010001 | 1000110 | 100111 | 101100000 | 1000100 | 100100 |
Color Harmonies of #9B1D2E
Complementary color
Monochromatic Colors of #9B1D2E
Black with #9B1D2E
Text Example
Text Example
White with #9B1D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B1D2E; }
p { color: rgb(155,29,46); }
H1.HeaderClassName
{
color: #9B1D2E;
}
.AnyTagClassName
{
color: #9B1D2E;
}
</style>
background-color css
<style>
a { background-color: #9B1D2E; }
a { background-color: rgb(155,29,46); }
div.DivClassName
{
background-color: #9B1D2E;
}
.BgClassName
{
background-color: #9B1D2E;
}
</style>
border-color css
<style>
span { border-color: #9B1D2E; }
span { border-color: rgb(155,29,46); }
td.TdClassName
{
border-color: #9B1D2E;
}
.TagClassName
{
border-color: #9B1D2E;
}
</style>