Shades of Bright Red #9C1B32
Tints of Bright Red #9C1B32
RGB
CMYK
RGB Variations
Color information
#9C1B32 (or 0x9C1B32) is known color: Bright Red. HEX triplet: 9C, 1B and 32. RGB value is (156,27,50). Sum of RGB (Red+Green+Blue) = 156+27+50=233 (30% of max value = 765). Red value is 156 (61.33% from 255 or 66.95% from 233); Green value is 27 (10.94% from 255 or 11.59% from 233); Blue value is 50 (19.92% from 255 or 21.46% from 233); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1B32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C1B32 is #63E4CD. Grayscale: #444444. Windows color (decimal): -6546638 or 3283868. OLE color: 3283868.
HSL color Cylindrical-coordinate representation of color #9C1B32: hue angle of 349.3º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9C1B32 is Cyan = 0, Magento = 0.83, Yellow = 0.68 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 27 | 50 | - |
| CMYK | 0 | 0.83 | 0.68 | 0.39 |
| HSL | 349.3º | 0.7% | 0.36% | - |
| HSV(B) | 349.3º | 0.83% | 0.61% | - |
| XYZ | 14.68 | 8.08 | 3.8 | - |
| YUV | 68.19 | 117.74 | 190.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 27 | 50 | 0 | 0.83 | 0.68 | 0.39 | 349.3 | 0.7 | 0.36 |
| Hex | 9C | 1B | 32 | 0 | 53 | 44 | 27 | 15D | 46 | 24 |
| Octal | 234 | 33 | 62 | 0 | 123 | 104 | 47 | 535 | 106 | 44 |
| Binary | 10011100 | 11011 | 110010 | 0 | 1010011 | 1000100 | 100111 | 101011101 | 1000110 | 100100 |
Color Harmonies of #9C1B32
Complementary color
Monochromatic Colors of #9C1B32
Black with #9C1B32
Text Example
Text Example
White with #9C1B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C1B32; }
p { color: rgb(156,27,50); }
H1.HeaderClassName
{
color: #9C1B32;
}
.AnyTagClassName
{
color: #9C1B32;
}
</style>
background-color css
<style>
a { background-color: #9C1B32; }
a { background-color: rgb(156,27,50); }
div.DivClassName
{
background-color: #9C1B32;
}
.BgClassName
{
background-color: #9C1B32;
}
</style>
border-color css
<style>
span { border-color: #9C1B32; }
span { border-color: rgb(156,27,50); }
td.TdClassName
{
border-color: #9C1B32;
}
.TagClassName
{
border-color: #9C1B32;
}
</style>