Shades of Bright Red #9A2532
Tints of Bright Red #9A2532
RGB
CMYK
RGB Variations
Color information
#9A2532 (or 0x9A2532) is known color: Bright Red. HEX triplet: 9A, 25 and 32. RGB value is (154,37,50). Sum of RGB (Red+Green+Blue) = 154+37+50=241 (31% of max value = 765). Red value is 154 (60.55% from 255 or 63.90% from 241); Green value is 37 (14.84% from 255 or 15.35% from 241); Blue value is 50 (19.92% from 255 or 20.75% from 241); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2532 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A2532 is #65DACD. Grayscale: #494949. Windows color (decimal): -6675150 or 3286426. OLE color: 3286426.
HSL color Cylindrical-coordinate representation of color #9A2532: hue angle of 353.33º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9A2532 is Cyan = 0, Magento = 0.76, Yellow = 0.68 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 37 | 50 | - |
| CMYK | 0 | 0.76 | 0.68 | 0.40 |
| HSL | 353.33º | 0.61% | 0.37% | - |
| HSV(B) | 353.33º | 0.76% | 0.6% | - |
| XYZ | 14.56 | 8.42 | 3.88 | - |
| YUV | 73.47 | 114.76 | 185.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 37 | 50 | 0 | 0.76 | 0.68 | 0.40 | 353.33 | 0.61 | 0.37 |
| Hex | 9A | 25 | 32 | 0 | 4C | 44 | 28 | 161 | 3D | 25 |
| Octal | 232 | 45 | 62 | 0 | 114 | 104 | 50 | 541 | 75 | 45 |
| Binary | 10011010 | 100101 | 110010 | 0 | 1001100 | 1000100 | 101000 | 101100001 | 111101 | 100101 |
Color Harmonies of #9A2532
Complementary color
Monochromatic Colors of #9A2532
Black with #9A2532
Text Example
Text Example
White with #9A2532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A2532; }
p { color: rgb(154,37,50); }
H1.HeaderClassName
{
color: #9A2532;
}
.AnyTagClassName
{
color: #9A2532;
}
</style>
background-color css
<style>
a { background-color: #9A2532; }
a { background-color: rgb(154,37,50); }
div.DivClassName
{
background-color: #9A2532;
}
.BgClassName
{
background-color: #9A2532;
}
</style>
border-color css
<style>
span { border-color: #9A2532; }
span { border-color: rgb(154,37,50); }
td.TdClassName
{
border-color: #9A2532;
}
.TagClassName
{
border-color: #9A2532;
}
</style>