Shades of Bright Red #9B243C
Tints of Bright Red #9B243C
RGB
CMYK
RGB Variations
Color information
#9B243C (or 0x9B243C) is known color: Bright Red. HEX triplet: 9B, 24 and 3C. RGB value is (155,36,60). Sum of RGB (Red+Green+Blue) = 155+36+60=251 (33% of max value = 765). Red value is 155 (60.94% from 255 or 61.75% from 251); Green value is 36 (14.45% from 255 or 14.34% from 251); Blue value is 60 (23.83% from 255 or 23.90% from 251); Max value from RGB is 155 - color contains mainly: red. Hex color #9B243C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B243C is #64DBC3. Grayscale: #4A4A4A. Windows color (decimal): -6609860 or 3941531. OLE color: 3941531.
HSL color Cylindrical-coordinate representation of color #9B243C: hue angle of 347.9º 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 #9B243C is Cyan = 0, Magento = 0.77, Yellow = 0.61 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 36 | 60 | - |
| CMYK | 0 | 0.77 | 0.61 | 0.39 |
| HSL | 347.9º | 0.62% | 0.37% | - |
| HSV(B) | 347.9º | 0.77% | 0.61% | - |
| XYZ | 14.96 | 8.56 | 5.14 | - |
| YUV | 74.32 | 119.92 | 185.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 36 | 60 | 0 | 0.77 | 0.61 | 0.39 | 347.9 | 0.62 | 0.37 |
| Hex | 9B | 24 | 3C | 0 | 4D | 3D | 27 | 15C | 3E | 25 |
| Octal | 233 | 44 | 74 | 0 | 115 | 75 | 47 | 534 | 76 | 45 |
| Binary | 10011011 | 100100 | 111100 | 0 | 1001101 | 111101 | 100111 | 101011100 | 111110 | 100101 |
Color Harmonies of #9B243C
Complementary color
Monochromatic Colors of #9B243C
Black with #9B243C
Text Example
Text Example
White with #9B243C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B243C; }
p { color: rgb(155,36,60); }
H1.HeaderClassName
{
color: #9B243C;
}
.AnyTagClassName
{
color: #9B243C;
}
</style>
background-color css
<style>
a { background-color: #9B243C; }
a { background-color: rgb(155,36,60); }
div.DivClassName
{
background-color: #9B243C;
}
.BgClassName
{
background-color: #9B243C;
}
</style>
border-color css
<style>
span { border-color: #9B243C; }
span { border-color: rgb(155,36,60); }
td.TdClassName
{
border-color: #9B243C;
}
.TagClassName
{
border-color: #9B243C;
}
</style>