Shades of Bright Red #9C132C
Tints of Bright Red #9C132C
RGB
CMYK
RGB Variations
Color information
#9C132C (or 0x9C132C) is known color: Bright Red. HEX triplet: 9C, 13 and 2C. RGB value is (156,19,44). Sum of RGB (Red+Green+Blue) = 156+19+44=219 (29% of max value = 765). Red value is 156 (61.33% from 255 or 71.23% from 219); Green value is 19 (7.81% from 255 or 8.68% from 219); Blue value is 44 (17.58% from 255 or 20.09% from 219); Max value from RGB is 156 - color contains mainly: red. Hex color #9C132C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C132C is #63ECD3. Grayscale: #3E3E3E. Windows color (decimal): -6548692 or 2888604. OLE color: 2888604.
HSL color Cylindrical-coordinate representation of color #9C132C: hue angle of 349.05º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9C132C is Cyan = 0, Magento = 0.88, Yellow = 0.72 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 19 | 44 | - |
| CMYK | 0 | 0.88 | 0.72 | 0.39 |
| HSL | 349.05º | 0.78% | 0.34% | - |
| HSV(B) | 349.05º | 0.88% | 0.61% | - |
| XYZ | 14.4 | 7.72 | 3.11 | - |
| YUV | 62.81 | 117.39 | 194.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 19 | 44 | 0 | 0.88 | 0.72 | 0.39 | 349.05 | 0.78 | 0.34 |
| Hex | 9C | 13 | 2C | 0 | 58 | 48 | 27 | 15D | 4E | 22 |
| Octal | 234 | 23 | 54 | 0 | 130 | 110 | 47 | 535 | 116 | 42 |
| Binary | 10011100 | 10011 | 101100 | 0 | 1011000 | 1001000 | 100111 | 101011101 | 1001110 | 100010 |
Color Harmonies of #9C132C
Complementary color
Monochromatic Colors of #9C132C
Black with #9C132C
Text Example
Text Example
White with #9C132C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C132C; }
p { color: rgb(156,19,44); }
H1.HeaderClassName
{
color: #9C132C;
}
.AnyTagClassName
{
color: #9C132C;
}
</style>
background-color css
<style>
a { background-color: #9C132C; }
a { background-color: rgb(156,19,44); }
div.DivClassName
{
background-color: #9C132C;
}
.BgClassName
{
background-color: #9C132C;
}
</style>
border-color css
<style>
span { border-color: #9C132C; }
span { border-color: rgb(156,19,44); }
td.TdClassName
{
border-color: #9C132C;
}
.TagClassName
{
border-color: #9C132C;
}
</style>