Shades of Bright Red #9B243B
Tints of Bright Red #9B243B
RGB
CMYK
RGB Variations
Color information
#9B243B (or 0x9B243B) is known color: Bright Red. HEX triplet: 9B, 24 and 3B. RGB value is (155,36,59). Sum of RGB (Red+Green+Blue) = 155+36+59=250 (33% of max value = 765). Red value is 155 (60.94% from 255 or 62% from 250); Green value is 36 (14.45% from 255 or 14.4% from 250); Blue value is 59 (23.44% from 255 or 23.6% from 250); Max value from RGB is 155 - color contains mainly: red. Hex color #9B243B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B243B is #64DBC4. Grayscale: #4A4A4A. Windows color (decimal): -6609861 or 3875995. OLE color: 3875995.
HSL color Cylindrical-coordinate representation of color #9B243B: hue angle of 348.4º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9B243B is Cyan = 0, Magento = 0.77, Yellow = 0.62 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 36 | 59 | - |
| CMYK | 0 | 0.77 | 0.62 | 0.39 |
| HSL | 348.4º | 0.62% | 0.37% | - |
| HSV(B) | 348.4º | 0.77% | 0.61% | - |
| XYZ | 14.94 | 8.55 | 5 | - |
| YUV | 74.2 | 119.42 | 185.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 36 | 59 | 0 | 0.77 | 0.62 | 0.39 | 348.4 | 0.62 | 0.37 |
| Hex | 9B | 24 | 3B | 0 | 4D | 3E | 27 | 15C | 3E | 25 |
| Octal | 233 | 44 | 73 | 0 | 115 | 76 | 47 | 534 | 76 | 45 |
| Binary | 10011011 | 100100 | 111011 | 0 | 1001101 | 111110 | 100111 | 101011100 | 111110 | 100101 |
Color Harmonies of #9B243B
Complementary color
Monochromatic Colors of #9B243B
Black with #9B243B
Text Example
Text Example
White with #9B243B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B243B; }
p { color: rgb(155,36,59); }
H1.HeaderClassName
{
color: #9B243B;
}
.AnyTagClassName
{
color: #9B243B;
}
</style>
background-color css
<style>
a { background-color: #9B243B; }
a { background-color: rgb(155,36,59); }
div.DivClassName
{
background-color: #9B243B;
}
.BgClassName
{
background-color: #9B243B;
}
</style>
border-color css
<style>
span { border-color: #9B243B; }
span { border-color: rgb(155,36,59); }
td.TdClassName
{
border-color: #9B243B;
}
.TagClassName
{
border-color: #9B243B;
}
</style>