Shades of Bright Red #9B1D2C
Tints of Bright Red #9B1D2C
RGB
CMYK
RGB Variations
Color information
#9B1D2C (or 0x9B1D2C) is known color: Bright Red. HEX triplet: 9B, 1D and 2C. RGB value is (155,29,44). Sum of RGB (Red+Green+Blue) = 155+29+44=228 (30% of max value = 765). Red value is 155 (60.94% from 255 or 67.98% from 228); Green value is 29 (11.72% from 255 or 12.72% from 228); Blue value is 44 (17.58% from 255 or 19.30% from 228); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1D2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B1D2C is #64E2D3. Grayscale: #444444. Windows color (decimal): -6611668 or 2891163. OLE color: 2891163.
HSL color Cylindrical-coordinate representation of color #9B1D2C: hue angle of 352.86º 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 #9B1D2C is Cyan = 0, Magento = 0.81, Yellow = 0.72 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 29 | 44 | - |
| CMYK | 0 | 0.81 | 0.72 | 0.39 |
| HSL | 352.86º | 0.68% | 0.36% | - |
| HSV(B) | 352.86º | 0.81% | 0.61% | - |
| XYZ | 14.41 | 8.03 | 3.17 | - |
| YUV | 68.38 | 114.24 | 189.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 29 | 44 | 0 | 0.81 | 0.72 | 0.39 | 352.86 | 0.68 | 0.36 |
| Hex | 9B | 1D | 2C | 0 | 51 | 48 | 27 | 161 | 44 | 24 |
| Octal | 233 | 35 | 54 | 0 | 121 | 110 | 47 | 541 | 104 | 44 |
| Binary | 10011011 | 11101 | 101100 | 0 | 1010001 | 1001000 | 100111 | 101100001 | 1000100 | 100100 |
Color Harmonies of #9B1D2C
Complementary color
Monochromatic Colors of #9B1D2C
Black with #9B1D2C
Text Example
Text Example
White with #9B1D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B1D2C; }
p { color: rgb(155,29,44); }
H1.HeaderClassName
{
color: #9B1D2C;
}
.AnyTagClassName
{
color: #9B1D2C;
}
</style>
background-color css
<style>
a { background-color: #9B1D2C; }
a { background-color: rgb(155,29,44); }
div.DivClassName
{
background-color: #9B1D2C;
}
.BgClassName
{
background-color: #9B1D2C;
}
</style>
border-color css
<style>
span { border-color: #9B1D2C; }
span { border-color: rgb(155,29,44); }
td.TdClassName
{
border-color: #9B1D2C;
}
.TagClassName
{
border-color: #9B1D2C;
}
</style>