Shades of Bright Red #9A132C
Tints of Bright Red #9A132C
RGB
CMYK
RGB Variations
Color information
#9A132C (or 0x9A132C) is known color: Bright Red. HEX triplet: 9A, 13 and 2C. RGB value is (154,19,44). Sum of RGB (Red+Green+Blue) = 154+19+44=217 (28% of max value = 765). Red value is 154 (60.55% from 255 or 70.97% from 217); Green value is 19 (7.81% from 255 or 8.76% from 217); Blue value is 44 (17.58% from 255 or 20.28% from 217); Max value from RGB is 154 - color contains mainly: red. Hex color #9A132C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A132C is #65ECD3. Grayscale: #3E3E3E. Windows color (decimal): -6679764 or 2888602. OLE color: 2888602.
HSL color Cylindrical-coordinate representation of color #9A132C: hue angle of 348.89º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9A132C is Cyan = 0, Magento = 0.88, Yellow = 0.71 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 19 | 44 | - |
| CMYK | 0 | 0.88 | 0.71 | 0.40 |
| HSL | 348.89º | 0.78% | 0.34% | - |
| HSV(B) | 348.89º | 0.88% | 0.6% | - |
| XYZ | 14.01 | 7.52 | 3.1 | - |
| YUV | 62.22 | 117.73 | 193.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 19 | 44 | 0 | 0.88 | 0.71 | 0.40 | 348.89 | 0.78 | 0.34 |
| Hex | 9A | 13 | 2C | 0 | 58 | 47 | 28 | 15D | 4E | 22 |
| Octal | 232 | 23 | 54 | 0 | 130 | 107 | 50 | 535 | 116 | 42 |
| Binary | 10011010 | 10011 | 101100 | 0 | 1011000 | 1000111 | 101000 | 101011101 | 1001110 | 100010 |
Color Harmonies of #9A132C
Complementary color
Monochromatic Colors of #9A132C
Black with #9A132C
Text Example
Text Example
White with #9A132C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A132C; }
p { color: rgb(154,19,44); }
H1.HeaderClassName
{
color: #9A132C;
}
.AnyTagClassName
{
color: #9A132C;
}
</style>
background-color css
<style>
a { background-color: #9A132C; }
a { background-color: rgb(154,19,44); }
div.DivClassName
{
background-color: #9A132C;
}
.BgClassName
{
background-color: #9A132C;
}
</style>
border-color css
<style>
span { border-color: #9A132C; }
span { border-color: rgb(154,19,44); }
td.TdClassName
{
border-color: #9A132C;
}
.TagClassName
{
border-color: #9A132C;
}
</style>