Shades of Bright Red #9A1132
Tints of Bright Red #9A1132
RGB
CMYK
RGB Variations
Color information
#9A1132 (or 0x9A1132) is known color: Bright Red. HEX triplet: 9A, 11 and 32. RGB value is (154,17,50). Sum of RGB (Red+Green+Blue) = 154+17+50=221 (29% of max value = 765). Red value is 154 (60.55% from 255 or 69.68% from 221); Green value is 17 (7.03% from 255 or 7.69% from 221); Blue value is 50 (19.92% from 255 or 22.62% from 221); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1132 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A1132 is #65EECD. Grayscale: #3D3D3D. Windows color (decimal): -6680270 or 3281306. OLE color: 3281306.
HSL color Cylindrical-coordinate representation of color #9A1132: hue angle of 345.55º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9A1132 is Cyan = 0, Magento = 0.89, Yellow = 0.68 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 17 | 50 | - |
| CMYK | 0 | 0.89 | 0.68 | 0.40 |
| HSL | 345.55º | 0.8% | 0.34% | - |
| HSV(B) | 345.55º | 0.89% | 0.6% | - |
| XYZ | 14.1 | 7.5 | 3.72 | - |
| YUV | 61.73 | 121.39 | 193.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 17 | 50 | 0 | 0.89 | 0.68 | 0.40 | 345.55 | 0.8 | 0.34 |
| Hex | 9A | 11 | 32 | 0 | 59 | 44 | 28 | 15A | 50 | 22 |
| Octal | 232 | 21 | 62 | 0 | 131 | 104 | 50 | 532 | 120 | 42 |
| Binary | 10011010 | 10001 | 110010 | 0 | 1011001 | 1000100 | 101000 | 101011010 | 1010000 | 100010 |
Color Harmonies of #9A1132
Complementary color
Monochromatic Colors of #9A1132
Black with #9A1132
Text Example
Text Example
White with #9A1132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1132; }
p { color: rgb(154,17,50); }
H1.HeaderClassName
{
color: #9A1132;
}
.AnyTagClassName
{
color: #9A1132;
}
</style>
background-color css
<style>
a { background-color: #9A1132; }
a { background-color: rgb(154,17,50); }
div.DivClassName
{
background-color: #9A1132;
}
.BgClassName
{
background-color: #9A1132;
}
</style>
border-color css
<style>
span { border-color: #9A1132; }
span { border-color: rgb(154,17,50); }
td.TdClassName
{
border-color: #9A1132;
}
.TagClassName
{
border-color: #9A1132;
}
</style>