Shades of Bright Red #9B142C
Tints of Bright Red #9B142C
RGB
CMYK
RGB Variations
Color information
#9B142C (or 0x9B142C) is known color: Bright Red. HEX triplet: 9B, 14 and 2C. RGB value is (155,20,44). Sum of RGB (Red+Green+Blue) = 155+20+44=219 (29% of max value = 765). Red value is 155 (60.94% from 255 or 70.78% from 219); Green value is 20 (8.20% from 255 or 9.13% from 219); Blue value is 44 (17.58% from 255 or 20.09% from 219); Max value from RGB is 155 - color contains mainly: red. Hex color #9B142C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B142C is #64EBD3. Grayscale: #3F3F3F. Windows color (decimal): -6613972 or 2888859. OLE color: 2888859.
HSL color Cylindrical-coordinate representation of color #9B142C: hue angle of 349.33º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9B142C is Cyan = 0, Magento = 0.87, Yellow = 0.72 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 20 | 44 | - |
| CMYK | 0 | 0.87 | 0.72 | 0.39 |
| HSL | 349.33º | 0.77% | 0.34% | - |
| HSV(B) | 349.33º | 0.87% | 0.61% | - |
| XYZ | 14.22 | 7.65 | 3.11 | - |
| YUV | 63.1 | 117.23 | 193.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 20 | 44 | 0 | 0.87 | 0.72 | 0.39 | 349.33 | 0.77 | 0.34 |
| Hex | 9B | 14 | 2C | 0 | 57 | 48 | 27 | 15D | 4D | 22 |
| Octal | 233 | 24 | 54 | 0 | 127 | 110 | 47 | 535 | 115 | 42 |
| Binary | 10011011 | 10100 | 101100 | 0 | 1010111 | 1001000 | 100111 | 101011101 | 1001101 | 100010 |
Color Harmonies of #9B142C
Complementary color
Monochromatic Colors of #9B142C
Black with #9B142C
Text Example
Text Example
White with #9B142C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B142C; }
p { color: rgb(155,20,44); }
H1.HeaderClassName
{
color: #9B142C;
}
.AnyTagClassName
{
color: #9B142C;
}
</style>
background-color css
<style>
a { background-color: #9B142C; }
a { background-color: rgb(155,20,44); }
div.DivClassName
{
background-color: #9B142C;
}
.BgClassName
{
background-color: #9B142C;
}
</style>
border-color css
<style>
span { border-color: #9B142C; }
span { border-color: rgb(155,20,44); }
td.TdClassName
{
border-color: #9B142C;
}
.TagClassName
{
border-color: #9B142C;
}
</style>