Shades of Bright Red #9B1E2E
Tints of Bright Red #9B1E2E
RGB
CMYK
RGB Variations
Color information
#9B1E2E (or 0x9B1E2E) is known color: Bright Red. HEX triplet: 9B, 1E and 2E. RGB value is (155,30,46). Sum of RGB (Red+Green+Blue) = 155+30+46=231 (30% of max value = 765). Red value is 155 (60.94% from 255 or 67.10% from 231); Green value is 30 (12.11% from 255 or 12.99% from 231); Blue value is 46 (18.36% from 255 or 19.91% from 231); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1E2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B1E2E is #64E1D1. Grayscale: #454545. Windows color (decimal): -6611410 or 3022491. OLE color: 3022491.
HSL color Cylindrical-coordinate representation of color #9B1E2E: hue angle of 352.32º 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 #9B1E2E is Cyan = 0, Magento = 0.81, Yellow = 0.70 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 30 | 46 | - |
| CMYK | 0 | 0.81 | 0.70 | 0.39 |
| HSL | 352.32º | 0.68% | 0.36% | - |
| HSV(B) | 352.32º | 0.81% | 0.61% | - |
| XYZ | 14.47 | 8.09 | 3.38 | - |
| YUV | 69.2 | 114.91 | 189.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 30 | 46 | 0 | 0.81 | 0.70 | 0.39 | 352.32 | 0.68 | 0.36 |
| Hex | 9B | 1E | 2E | 0 | 51 | 46 | 27 | 160 | 44 | 24 |
| Octal | 233 | 36 | 56 | 0 | 121 | 106 | 47 | 540 | 104 | 44 |
| Binary | 10011011 | 11110 | 101110 | 0 | 1010001 | 1000110 | 100111 | 101100000 | 1000100 | 100100 |
Color Harmonies of #9B1E2E
Complementary color
Monochromatic Colors of #9B1E2E
Black with #9B1E2E
Text Example
Text Example
White with #9B1E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B1E2E; }
p { color: rgb(155,30,46); }
H1.HeaderClassName
{
color: #9B1E2E;
}
.AnyTagClassName
{
color: #9B1E2E;
}
</style>
background-color css
<style>
a { background-color: #9B1E2E; }
a { background-color: rgb(155,30,46); }
div.DivClassName
{
background-color: #9B1E2E;
}
.BgClassName
{
background-color: #9B1E2E;
}
</style>
border-color css
<style>
span { border-color: #9B1E2E; }
span { border-color: rgb(155,30,46); }
td.TdClassName
{
border-color: #9B1E2E;
}
.TagClassName
{
border-color: #9B1E2E;
}
</style>