Shades of Bright Red #9B263B
Tints of Bright Red #9B263B
RGB
CMYK
RGB Variations
Color information
#9B263B (or 0x9B263B) is known color: Bright Red. HEX triplet: 9B, 26 and 3B. RGB value is (155,38,59). Sum of RGB (Red+Green+Blue) = 155+38+59=252 (33% of max value = 765). Red value is 155 (60.94% from 255 or 61.51% from 252); Green value is 38 (15.23% from 255 or 15.08% from 252); Blue value is 59 (23.44% from 255 or 23.41% from 252); Max value from RGB is 155 - color contains mainly: red. Hex color #9B263B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B263B is #64D9C4. Grayscale: #4B4B4B. Windows color (decimal): -6609349 or 3876507. OLE color: 3876507.
HSL color Cylindrical-coordinate representation of color #9B263B: hue angle of 349.23º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9B263B is Cyan = 0, Magento = 0.75, Yellow = 0.62 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 38 | 59 | - |
| CMYK | 0 | 0.75 | 0.62 | 0.39 |
| HSL | 349.23º | 0.61% | 0.38% | - |
| HSV(B) | 349.23º | 0.75% | 0.61% | - |
| XYZ | 15 | 8.67 | 5.02 | - |
| YUV | 75.38 | 118.76 | 184.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 38 | 59 | 0 | 0.75 | 0.62 | 0.39 | 349.23 | 0.61 | 0.38 |
| Hex | 9B | 26 | 3B | 0 | 4B | 3E | 27 | 15D | 3D | 26 |
| Octal | 233 | 46 | 73 | 0 | 113 | 76 | 47 | 535 | 75 | 46 |
| Binary | 10011011 | 100110 | 111011 | 0 | 1001011 | 111110 | 100111 | 101011101 | 111101 | 100110 |
Color Harmonies of #9B263B
Complementary color
Monochromatic Colors of #9B263B
Black with #9B263B
Text Example
Text Example
White with #9B263B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B263B; }
p { color: rgb(155,38,59); }
H1.HeaderClassName
{
color: #9B263B;
}
.AnyTagClassName
{
color: #9B263B;
}
</style>
background-color css
<style>
a { background-color: #9B263B; }
a { background-color: rgb(155,38,59); }
div.DivClassName
{
background-color: #9B263B;
}
.BgClassName
{
background-color: #9B263B;
}
</style>
border-color css
<style>
span { border-color: #9B263B; }
span { border-color: rgb(155,38,59); }
td.TdClassName
{
border-color: #9B263B;
}
.TagClassName
{
border-color: #9B263B;
}
</style>