Shades of Bright Red #9B1B28
Tints of Bright Red #9B1B28
RGB
CMYK
RGB Variations
Color information
#9B1B28 (or 0x9B1B28) is known color: Bright Red. HEX triplet: 9B, 1B and 28. RGB value is (155,27,40). Sum of RGB (Red+Green+Blue) = 155+27+40=222 (29% of max value = 765). Red value is 155 (60.94% from 255 or 69.82% from 222); Green value is 27 (10.94% from 255 or 12.16% from 222); Blue value is 40 (16.02% from 255 or 18.02% from 222); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1B28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B1B28 is #64E4D7. Grayscale: #424242. Windows color (decimal): -6612184 or 2628507. OLE color: 2628507.
HSL color Cylindrical-coordinate representation of color #9B1B28: hue angle of 353.91º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9B1B28 is Cyan = 0, Magento = 0.83, Yellow = 0.74 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 27 | 40 | - |
| CMYK | 0 | 0.83 | 0.74 | 0.39 |
| HSL | 353.91º | 0.7% | 0.36% | - |
| HSV(B) | 353.91º | 0.83% | 0.61% | - |
| XYZ | 14.29 | 7.91 | 2.78 | - |
| YUV | 66.75 | 112.91 | 190.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 27 | 40 | 0 | 0.83 | 0.74 | 0.39 | 353.91 | 0.7 | 0.36 |
| Hex | 9B | 1B | 28 | 0 | 53 | 4A | 27 | 162 | 46 | 24 |
| Octal | 233 | 33 | 50 | 0 | 123 | 112 | 47 | 542 | 106 | 44 |
| Binary | 10011011 | 11011 | 101000 | 0 | 1010011 | 1001010 | 100111 | 101100010 | 1000110 | 100100 |
Color Harmonies of #9B1B28
Complementary color
Monochromatic Colors of #9B1B28
Black with #9B1B28
Text Example
Text Example
White with #9B1B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B1B28; }
p { color: rgb(155,27,40); }
H1.HeaderClassName
{
color: #9B1B28;
}
.AnyTagClassName
{
color: #9B1B28;
}
</style>
background-color css
<style>
a { background-color: #9B1B28; }
a { background-color: rgb(155,27,40); }
div.DivClassName
{
background-color: #9B1B28;
}
.BgClassName
{
background-color: #9B1B28;
}
</style>
border-color css
<style>
span { border-color: #9B1B28; }
span { border-color: rgb(155,27,40); }
td.TdClassName
{
border-color: #9B1B28;
}
.TagClassName
{
border-color: #9B1B28;
}
</style>