Shades of Bright Red #9C162A
Tints of Bright Red #9C162A
RGB
CMYK
RGB Variations
Color information
#9C162A (or 0x9C162A) is known color: Bright Red. HEX triplet: 9C, 16 and 2A. RGB value is (156,22,42). Sum of RGB (Red+Green+Blue) = 156+22+42=220 (29% of max value = 765). Red value is 156 (61.33% from 255 or 70.91% from 220); Green value is 22 (8.98% from 255 or 10% from 220); Blue value is 42 (16.80% from 255 or 19.09% from 220); Max value from RGB is 156 - color contains mainly: red. Hex color #9C162A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C162A is #63E9D5. Grayscale: #404040. Windows color (decimal): -6547926 or 2758300. OLE color: 2758300.
HSL color Cylindrical-coordinate representation of color #9C162A: hue angle of 351.04º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9C162A is Cyan = 0, Magento = 0.86, Yellow = 0.73 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 22 | 42 | - |
| CMYK | 0 | 0.86 | 0.73 | 0.39 |
| HSL | 351.04º | 0.75% | 0.35% | - |
| HSV(B) | 351.04º | 0.86% | 0.61% | - |
| XYZ | 14.42 | 7.81 | 2.94 | - |
| YUV | 64.35 | 115.39 | 193.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 22 | 42 | 0 | 0.86 | 0.73 | 0.39 | 351.04 | 0.75 | 0.35 |
| Hex | 9C | 16 | 2A | 0 | 56 | 49 | 27 | 15F | 4B | 23 |
| Octal | 234 | 26 | 52 | 0 | 126 | 111 | 47 | 537 | 113 | 43 |
| Binary | 10011100 | 10110 | 101010 | 0 | 1010110 | 1001001 | 100111 | 101011111 | 1001011 | 100011 |
Color Harmonies of #9C162A
Complementary color
Monochromatic Colors of #9C162A
Black with #9C162A
Text Example
Text Example
White with #9C162A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C162A; }
p { color: rgb(156,22,42); }
H1.HeaderClassName
{
color: #9C162A;
}
.AnyTagClassName
{
color: #9C162A;
}
</style>
background-color css
<style>
a { background-color: #9C162A; }
a { background-color: rgb(156,22,42); }
div.DivClassName
{
background-color: #9C162A;
}
.BgClassName
{
background-color: #9C162A;
}
</style>
border-color css
<style>
span { border-color: #9C162A; }
span { border-color: rgb(156,22,42); }
td.TdClassName
{
border-color: #9C162A;
}
.TagClassName
{
border-color: #9C162A;
}
</style>