Shades of Bright Red #9A133C
Tints of Bright Red #9A133C
RGB
CMYK
RGB Variations
Color information
#9A133C (or 0x9A133C) is known color: Bright Red. HEX triplet: 9A, 13 and 3C. RGB value is (154,19,60). Sum of RGB (Red+Green+Blue) = 154+19+60=233 (30% of max value = 765). Red value is 154 (60.55% from 255 or 66.09% from 233); Green value is 19 (7.81% from 255 or 8.15% from 233); Blue value is 60 (23.83% from 255 or 25.75% from 233); Max value from RGB is 154 - color contains mainly: red. Hex color #9A133C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A133C is #65ECC3. Grayscale: #404040. Windows color (decimal): -6679748 or 3937178. OLE color: 3937178.
HSL color Cylindrical-coordinate representation of color #9A133C: hue angle of 341.78º 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 #9A133C is Cyan = 0, Magento = 0.88, Yellow = 0.61 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 19 | 60 | - |
| CMYK | 0 | 0.88 | 0.61 | 0.40 |
| HSL | 341.78º | 0.78% | 0.34% | - |
| HSV(B) | 341.78º | 0.88% | 0.6% | - |
| XYZ | 14.37 | 7.66 | 5 | - |
| YUV | 64.04 | 125.73 | 192.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 19 | 60 | 0 | 0.88 | 0.61 | 0.40 | 341.78 | 0.78 | 0.34 |
| Hex | 9A | 13 | 3C | 0 | 58 | 3D | 28 | 156 | 4E | 22 |
| Octal | 232 | 23 | 74 | 0 | 130 | 75 | 50 | 526 | 116 | 42 |
| Binary | 10011010 | 10011 | 111100 | 0 | 1011000 | 111101 | 101000 | 101010110 | 1001110 | 100010 |
Color Harmonies of #9A133C
Complementary color
Monochromatic Colors of #9A133C
Black with #9A133C
Text Example
Text Example
White with #9A133C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A133C; }
p { color: rgb(154,19,60); }
H1.HeaderClassName
{
color: #9A133C;
}
.AnyTagClassName
{
color: #9A133C;
}
</style>
background-color css
<style>
a { background-color: #9A133C; }
a { background-color: rgb(154,19,60); }
div.DivClassName
{
background-color: #9A133C;
}
.BgClassName
{
background-color: #9A133C;
}
</style>
border-color css
<style>
span { border-color: #9A133C; }
span { border-color: rgb(154,19,60); }
td.TdClassName
{
border-color: #9A133C;
}
.TagClassName
{
border-color: #9A133C;
}
</style>