Shades of Bright Red #9C182B
Tints of Bright Red #9C182B
RGB
CMYK
RGB Variations
Color information
#9C182B (or 0x9C182B) is known color: Bright Red. HEX triplet: 9C, 18 and 2B. RGB value is (156,24,43). Sum of RGB (Red+Green+Blue) = 156+24+43=223 (29% of max value = 765). Red value is 156 (61.33% from 255 or 69.96% from 223); Green value is 24 (9.77% from 255 or 10.76% from 223); Blue value is 43 (17.19% from 255 or 19.28% from 223); Max value from RGB is 156 - color contains mainly: red. Hex color #9C182B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C182B is #63E7D4. Grayscale: #414141. Windows color (decimal): -6547413 or 2824348. OLE color: 2824348.
HSL color Cylindrical-coordinate representation of color #9C182B: hue angle of 351.36º 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 #9C182B is Cyan = 0, Magento = 0.85, Yellow = 0.72 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 24 | 43 | - |
| CMYK | 0 | 0.85 | 0.72 | 0.39 |
| HSL | 351.36º | 0.73% | 0.35% | - |
| HSV(B) | 351.36º | 0.85% | 0.61% | - |
| XYZ | 14.47 | 7.9 | 3.05 | - |
| YUV | 65.63 | 115.23 | 192.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 24 | 43 | 0 | 0.85 | 0.72 | 0.39 | 351.36 | 0.73 | 0.35 |
| Hex | 9C | 18 | 2B | 0 | 55 | 48 | 27 | 15F | 49 | 23 |
| Octal | 234 | 30 | 53 | 0 | 125 | 110 | 47 | 537 | 111 | 43 |
| Binary | 10011100 | 11000 | 101011 | 0 | 1010101 | 1001000 | 100111 | 101011111 | 1001001 | 100011 |
Color Harmonies of #9C182B
Complementary color
Monochromatic Colors of #9C182B
Black with #9C182B
Text Example
Text Example
White with #9C182B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C182B; }
p { color: rgb(156,24,43); }
H1.HeaderClassName
{
color: #9C182B;
}
.AnyTagClassName
{
color: #9C182B;
}
</style>
background-color css
<style>
a { background-color: #9C182B; }
a { background-color: rgb(156,24,43); }
div.DivClassName
{
background-color: #9C182B;
}
.BgClassName
{
background-color: #9C182B;
}
</style>
border-color css
<style>
span { border-color: #9C182B; }
span { border-color: rgb(156,24,43); }
td.TdClassName
{
border-color: #9C182B;
}
.TagClassName
{
border-color: #9C182B;
}
</style>