Shades of Bright Red #9B263C
Tints of Bright Red #9B263C
RGB
CMYK
RGB Variations
Color information
#9B263C (or 0x9B263C) is known color: Bright Red. HEX triplet: 9B, 26 and 3C. RGB value is (155,38,60). Sum of RGB (Red+Green+Blue) = 155+38+60=253 (33% of max value = 765). Red value is 155 (60.94% from 255 or 61.26% from 253); Green value is 38 (15.23% from 255 or 15.02% from 253); Blue value is 60 (23.83% from 255 or 23.72% from 253); Max value from RGB is 155 - color contains mainly: red. Hex color #9B263C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B263C is #64D9C3. Grayscale: #4B4B4B. Windows color (decimal): -6609348 or 3942043. OLE color: 3942043.
HSL color Cylindrical-coordinate representation of color #9B263C: hue angle of 348.72º 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 #9B263C is Cyan = 0, Magento = 0.75, Yellow = 0.61 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 38 | 60 | - |
| CMYK | 0 | 0.75 | 0.61 | 0.39 |
| HSL | 348.72º | 0.61% | 0.38% | - |
| HSV(B) | 348.72º | 0.75% | 0.61% | - |
| XYZ | 15.03 | 8.68 | 5.16 | - |
| YUV | 75.49 | 119.26 | 184.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 38 | 60 | 0 | 0.75 | 0.61 | 0.39 | 348.72 | 0.61 | 0.38 |
| Hex | 9B | 26 | 3C | 0 | 4B | 3D | 27 | 15D | 3D | 26 |
| Octal | 233 | 46 | 74 | 0 | 113 | 75 | 47 | 535 | 75 | 46 |
| Binary | 10011011 | 100110 | 111100 | 0 | 1001011 | 111101 | 100111 | 101011101 | 111101 | 100110 |
Color Harmonies of #9B263C
Complementary color
Monochromatic Colors of #9B263C
Black with #9B263C
Text Example
Text Example
White with #9B263C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B263C; }
p { color: rgb(155,38,60); }
H1.HeaderClassName
{
color: #9B263C;
}
.AnyTagClassName
{
color: #9B263C;
}
</style>
background-color css
<style>
a { background-color: #9B263C; }
a { background-color: rgb(155,38,60); }
div.DivClassName
{
background-color: #9B263C;
}
.BgClassName
{
background-color: #9B263C;
}
</style>
border-color css
<style>
span { border-color: #9B263C; }
span { border-color: rgb(155,38,60); }
td.TdClassName
{
border-color: #9B263C;
}
.TagClassName
{
border-color: #9B263C;
}
</style>