Shades of Bright Red #9B142B
Tints of Bright Red #9B142B
RGB
CMYK
RGB Variations
Color information
#9B142B (or 0x9B142B) is known color: Bright Red. HEX triplet: 9B, 14 and 2B. RGB value is (155,20,43). Sum of RGB (Red+Green+Blue) = 155+20+43=218 (28% of max value = 765). Red value is 155 (60.94% from 255 or 71.10% from 218); Green value is 20 (8.20% from 255 or 9.17% from 218); Blue value is 43 (17.19% from 255 or 19.72% from 218); Max value from RGB is 155 - color contains mainly: red. Hex color #9B142B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B142B is #64EBD4. Grayscale: #3F3F3F. Windows color (decimal): -6613973 or 2823323. OLE color: 2823323.
HSL color Cylindrical-coordinate representation of color #9B142B: hue angle of 349.78º 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 #9B142B is Cyan = 0, Magento = 0.87, Yellow = 0.72 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 20 | 43 | - |
| CMYK | 0 | 0.87 | 0.72 | 0.39 |
| HSL | 349.78º | 0.77% | 0.34% | - |
| HSV(B) | 349.78º | 0.87% | 0.61% | - |
| XYZ | 14.2 | 7.64 | 3.01 | - |
| YUV | 62.99 | 116.73 | 193.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 20 | 43 | 0 | 0.87 | 0.72 | 0.39 | 349.78 | 0.77 | 0.34 |
| Hex | 9B | 14 | 2B | 0 | 57 | 48 | 27 | 15E | 4D | 22 |
| Octal | 233 | 24 | 53 | 0 | 127 | 110 | 47 | 536 | 115 | 42 |
| Binary | 10011011 | 10100 | 101011 | 0 | 1010111 | 1001000 | 100111 | 101011110 | 1001101 | 100010 |
Color Harmonies of #9B142B
Complementary color
Monochromatic Colors of #9B142B
Black with #9B142B
Text Example
Text Example
White with #9B142B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B142B; }
p { color: rgb(155,20,43); }
H1.HeaderClassName
{
color: #9B142B;
}
.AnyTagClassName
{
color: #9B142B;
}
</style>
background-color css
<style>
a { background-color: #9B142B; }
a { background-color: rgb(155,20,43); }
div.DivClassName
{
background-color: #9B142B;
}
.BgClassName
{
background-color: #9B142B;
}
</style>
border-color css
<style>
span { border-color: #9B142B; }
span { border-color: rgb(155,20,43); }
td.TdClassName
{
border-color: #9B142B;
}
.TagClassName
{
border-color: #9B142B;
}
</style>