Shades of Bright Red #9A123B
Tints of Bright Red #9A123B
RGB
CMYK
RGB Variations
Color information
#9A123B (or 0x9A123B) is known color: Bright Red. HEX triplet: 9A, 12 and 3B. RGB value is (154,18,59). Sum of RGB (Red+Green+Blue) = 154+18+59=231 (30% of max value = 765). Red value is 154 (60.55% from 255 or 66.67% from 231); Green value is 18 (7.42% from 255 or 7.79% from 231); Blue value is 59 (23.44% from 255 or 25.54% from 231); Max value from RGB is 154 - color contains mainly: red. Hex color #9A123B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A123B is #65EDC4. Grayscale: #3F3F3F. Windows color (decimal): -6680005 or 3871386. OLE color: 3871386.
HSL color Cylindrical-coordinate representation of color #9A123B: hue angle of 341.91º degrees, saturation: 0.79, 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 #9A123B is Cyan = 0, Magento = 0.88, Yellow = 0.62 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 18 | 59 | - |
| CMYK | 0 | 0.88 | 0.62 | 0.40 |
| HSL | 341.91º | 0.79% | 0.34% | - |
| HSV(B) | 341.91º | 0.88% | 0.6% | - |
| XYZ | 14.33 | 7.62 | 4.85 | - |
| YUV | 63.34 | 125.56 | 192.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 18 | 59 | 0 | 0.88 | 0.62 | 0.40 | 341.91 | 0.79 | 0.34 |
| Hex | 9A | 12 | 3B | 0 | 58 | 3E | 28 | 156 | 4F | 22 |
| Octal | 232 | 22 | 73 | 0 | 130 | 76 | 50 | 526 | 117 | 42 |
| Binary | 10011010 | 10010 | 111011 | 0 | 1011000 | 111110 | 101000 | 101010110 | 1001111 | 100010 |
Color Harmonies of #9A123B
Complementary color
Monochromatic Colors of #9A123B
Black with #9A123B
Text Example
Text Example
White with #9A123B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A123B; }
p { color: rgb(154,18,59); }
H1.HeaderClassName
{
color: #9A123B;
}
.AnyTagClassName
{
color: #9A123B;
}
</style>
background-color css
<style>
a { background-color: #9A123B; }
a { background-color: rgb(154,18,59); }
div.DivClassName
{
background-color: #9A123B;
}
.BgClassName
{
background-color: #9A123B;
}
</style>
border-color css
<style>
span { border-color: #9A123B; }
span { border-color: rgb(154,18,59); }
td.TdClassName
{
border-color: #9A123B;
}
.TagClassName
{
border-color: #9A123B;
}
</style>