Shades of Bright Red #9B1C39
Tints of Bright Red #9B1C39
RGB
CMYK
RGB Variations
Color information
#9B1C39 (or 0x9B1C39) is known color: Bright Red. HEX triplet: 9B, 1C and 39. RGB value is (155,28,57). Sum of RGB (Red+Green+Blue) = 155+28+57=240 (31% of max value = 765). Red value is 155 (60.94% from 255 or 64.58% from 240); Green value is 28 (11.33% from 255 or 11.67% from 240); Blue value is 57 (22.66% from 255 or 23.75% from 240); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1C39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B1C39 is #64E3C6. Grayscale: #454545. Windows color (decimal): -6611911 or 3742875. OLE color: 3742875.
HSL color Cylindrical-coordinate representation of color #9B1C39: hue angle of 346.3º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9B1C39 is Cyan = 0, Magento = 0.82, Yellow = 0.63 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 28 | 57 | - |
| CMYK | 0 | 0.82 | 0.63 | 0.39 |
| HSL | 346.3º | 0.69% | 0.36% | - |
| HSV(B) | 346.3º | 0.82% | 0.61% | - |
| XYZ | 14.67 | 8.09 | 4.66 | - |
| YUV | 69.28 | 121.08 | 189.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 28 | 57 | 0 | 0.82 | 0.63 | 0.39 | 346.3 | 0.69 | 0.36 |
| Hex | 9B | 1C | 39 | 0 | 52 | 3F | 27 | 15A | 45 | 24 |
| Octal | 233 | 34 | 71 | 0 | 122 | 77 | 47 | 532 | 105 | 44 |
| Binary | 10011011 | 11100 | 111001 | 0 | 1010010 | 111111 | 100111 | 101011010 | 1000101 | 100100 |
Color Harmonies of #9B1C39
Complementary color
Monochromatic Colors of #9B1C39
Black with #9B1C39
Text Example
Text Example
White with #9B1C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B1C39; }
p { color: rgb(155,28,57); }
H1.HeaderClassName
{
color: #9B1C39;
}
.AnyTagClassName
{
color: #9B1C39;
}
</style>
background-color css
<style>
a { background-color: #9B1C39; }
a { background-color: rgb(155,28,57); }
div.DivClassName
{
background-color: #9B1C39;
}
.BgClassName
{
background-color: #9B1C39;
}
</style>
border-color css
<style>
span { border-color: #9B1C39; }
span { border-color: rgb(155,28,57); }
td.TdClassName
{
border-color: #9B1C39;
}
.TagClassName
{
border-color: #9B1C39;
}
</style>