Shades of Bright Red #9C2832
Tints of Bright Red #9C2832
RGB
CMYK
RGB Variations
Color information
#9C2832 (or 0x9C2832) is known color: Bright Red. HEX triplet: 9C, 28 and 32. RGB value is (156,40,50). Sum of RGB (Red+Green+Blue) = 156+40+50=246 (32% of max value = 765). Red value is 156 (61.33% from 255 or 63.41% from 246); Green value is 40 (16.02% from 255 or 16.26% from 246); Blue value is 50 (19.92% from 255 or 20.33% from 246); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2832 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C2832 is #63D7CD. Grayscale: #4B4B4B. Windows color (decimal): -6543310 or 3287196. OLE color: 3287196.
HSL color Cylindrical-coordinate representation of color #9C2832: hue angle of 354.83º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9C2832 is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 40 | 50 | - |
| CMYK | 0 | 0.74 | 0.68 | 0.39 |
| HSL | 354.83º | 0.59% | 0.38% | - |
| HSV(B) | 354.83º | 0.74% | 0.61% | - |
| XYZ | 15.04 | 8.82 | 3.93 | - |
| YUV | 75.82 | 113.43 | 185.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 40 | 50 | 0 | 0.74 | 0.68 | 0.39 | 354.83 | 0.59 | 0.38 |
| Hex | 9C | 28 | 32 | 0 | 4A | 44 | 27 | 163 | 3B | 26 |
| Octal | 234 | 50 | 62 | 0 | 112 | 104 | 47 | 543 | 73 | 46 |
| Binary | 10011100 | 101000 | 110010 | 0 | 1001010 | 1000100 | 100111 | 101100011 | 111011 | 100110 |
Color Harmonies of #9C2832
Complementary color
Monochromatic Colors of #9C2832
Black with #9C2832
Text Example
Text Example
White with #9C2832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2832; }
p { color: rgb(156,40,50); }
H1.HeaderClassName
{
color: #9C2832;
}
.AnyTagClassName
{
color: #9C2832;
}
</style>
background-color css
<style>
a { background-color: #9C2832; }
a { background-color: rgb(156,40,50); }
div.DivClassName
{
background-color: #9C2832;
}
.BgClassName
{
background-color: #9C2832;
}
</style>
border-color css
<style>
span { border-color: #9C2832; }
span { border-color: rgb(156,40,50); }
td.TdClassName
{
border-color: #9C2832;
}
.TagClassName
{
border-color: #9C2832;
}
</style>