Shades of Bright Red #9C183B
Tints of Bright Red #9C183B
RGB
CMYK
RGB Variations
Color information
#9C183B (or 0x9C183B) is known color: Bright Red. HEX triplet: 9C, 18 and 3B. RGB value is (156,24,59). Sum of RGB (Red+Green+Blue) = 156+24+59=239 (31% of max value = 765). Red value is 156 (61.33% from 255 or 65.27% from 239); Green value is 24 (9.77% from 255 or 10.04% from 239); Blue value is 59 (23.44% from 255 or 24.69% from 239); Max value from RGB is 156 - color contains mainly: red. Hex color #9C183B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C183B is #63E7C4. Grayscale: #434343. Windows color (decimal): -6547397 or 3872924. OLE color: 3872924.
HSL color Cylindrical-coordinate representation of color #9C183B: hue angle of 344.09º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9C183B is Cyan = 0, Magento = 0.85, Yellow = 0.62 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 24 | 59 | - |
| CMYK | 0 | 0.85 | 0.62 | 0.39 |
| HSL | 344.09º | 0.73% | 0.35% | - |
| HSV(B) | 344.09º | 0.85% | 0.61% | - |
| XYZ | 14.83 | 8.04 | 4.91 | - |
| YUV | 67.46 | 123.23 | 191.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 24 | 59 | 0 | 0.85 | 0.62 | 0.39 | 344.09 | 0.73 | 0.35 |
| Hex | 9C | 18 | 3B | 0 | 55 | 3E | 27 | 158 | 49 | 23 |
| Octal | 234 | 30 | 73 | 0 | 125 | 76 | 47 | 530 | 111 | 43 |
| Binary | 10011100 | 11000 | 111011 | 0 | 1010101 | 111110 | 100111 | 101011000 | 1001001 | 100011 |
Color Harmonies of #9C183B
Complementary color
Monochromatic Colors of #9C183B
Black with #9C183B
Text Example
Text Example
White with #9C183B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C183B; }
p { color: rgb(156,24,59); }
H1.HeaderClassName
{
color: #9C183B;
}
.AnyTagClassName
{
color: #9C183B;
}
</style>
background-color css
<style>
a { background-color: #9C183B; }
a { background-color: rgb(156,24,59); }
div.DivClassName
{
background-color: #9C183B;
}
.BgClassName
{
background-color: #9C183B;
}
</style>
border-color css
<style>
span { border-color: #9C183B; }
span { border-color: rgb(156,24,59); }
td.TdClassName
{
border-color: #9C183B;
}
.TagClassName
{
border-color: #9C183B;
}
</style>