Shades of Bright Red #9B1C31
Tints of Bright Red #9B1C31
RGB
CMYK
RGB Variations
Color information
#9B1C31 (or 0x9B1C31) is known color: Bright Red. HEX triplet: 9B, 1C and 31. RGB value is (155,28,49). Sum of RGB (Red+Green+Blue) = 155+28+49=232 (30% of max value = 765). Red value is 155 (60.94% from 255 or 66.81% from 232); Green value is 28 (11.33% from 255 or 12.07% from 232); Blue value is 49 (19.53% from 255 or 21.12% from 232); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1C31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B1C31 is #64E3CE. Grayscale: #444444. Windows color (decimal): -6611919 or 3218587. OLE color: 3218587.
HSL color Cylindrical-coordinate representation of color #9B1C31: hue angle of 350.08º 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 #9B1C31 is Cyan = 0, Magento = 0.82, Yellow = 0.68 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 28 | 49 | - |
| CMYK | 0 | 0.82 | 0.68 | 0.39 |
| HSL | 350.08º | 0.69% | 0.36% | - |
| HSV(B) | 350.08º | 0.82% | 0.61% | - |
| XYZ | 14.49 | 8.02 | 3.69 | - |
| YUV | 68.37 | 117.08 | 189.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 28 | 49 | 0 | 0.82 | 0.68 | 0.39 | 350.08 | 0.69 | 0.36 |
| Hex | 9B | 1C | 31 | 0 | 52 | 44 | 27 | 15E | 45 | 24 |
| Octal | 233 | 34 | 61 | 0 | 122 | 104 | 47 | 536 | 105 | 44 |
| Binary | 10011011 | 11100 | 110001 | 0 | 1010010 | 1000100 | 100111 | 101011110 | 1000101 | 100100 |
Color Harmonies of #9B1C31
Complementary color
Monochromatic Colors of #9B1C31
Black with #9B1C31
Text Example
Text Example
White with #9B1C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B1C31; }
p { color: rgb(155,28,49); }
H1.HeaderClassName
{
color: #9B1C31;
}
.AnyTagClassName
{
color: #9B1C31;
}
</style>
background-color css
<style>
a { background-color: #9B1C31; }
a { background-color: rgb(155,28,49); }
div.DivClassName
{
background-color: #9B1C31;
}
.BgClassName
{
background-color: #9B1C31;
}
</style>
border-color css
<style>
span { border-color: #9B1C31; }
span { border-color: rgb(155,28,49); }
td.TdClassName
{
border-color: #9B1C31;
}
.TagClassName
{
border-color: #9B1C31;
}
</style>