Shades of Bright Red #9B2A40
Tints of Bright Red #9B2A40
RGB
CMYK
RGB Variations
Color information
#9B2A40 (or 0x9B2A40) is known color: Bright Red. HEX triplet: 9B, 2A and 40. RGB value is (155,42,64). Sum of RGB (Red+Green+Blue) = 155+42+64=261 (34% of max value = 765). Red value is 155 (60.94% from 255 or 59.39% from 261); Green value is 42 (16.80% from 255 or 16.09% from 261); Blue value is 64 (25.39% from 255 or 24.52% from 261); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2A40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2A40 is #64D5BF. Grayscale: #4E4E4E. Windows color (decimal): -6608320 or 4205211. OLE color: 4205211.
HSL color Cylindrical-coordinate representation of color #9B2A40: hue angle of 348.32º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9B2A40 is Cyan = 0, Magento = 0.73, Yellow = 0.59 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 42 | 64 | - |
| CMYK | 0 | 0.73 | 0.59 | 0.39 |
| HSL | 348.32º | 0.57% | 0.39% | - |
| HSV(B) | 348.32º | 0.73% | 0.61% | - |
| XYZ | 15.27 | 8.99 | 5.78 | - |
| YUV | 78.3 | 119.94 | 182.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 42 | 64 | 0 | 0.73 | 0.59 | 0.39 | 348.32 | 0.57 | 0.39 |
| Hex | 9B | 2A | 40 | 0 | 49 | 3B | 27 | 15C | 39 | 27 |
| Octal | 233 | 52 | 100 | 0 | 111 | 73 | 47 | 534 | 71 | 47 |
| Binary | 10011011 | 101010 | 1000000 | 0 | 1001001 | 111011 | 100111 | 101011100 | 111001 | 100111 |
Color Harmonies of #9B2A40
Complementary color
Monochromatic Colors of #9B2A40
Black with #9B2A40
Text Example
Text Example
White with #9B2A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2A40; }
p { color: rgb(155,42,64); }
H1.HeaderClassName
{
color: #9B2A40;
}
.AnyTagClassName
{
color: #9B2A40;
}
</style>
background-color css
<style>
a { background-color: #9B2A40; }
a { background-color: rgb(155,42,64); }
div.DivClassName
{
background-color: #9B2A40;
}
.BgClassName
{
background-color: #9B2A40;
}
</style>
border-color css
<style>
span { border-color: #9B2A40; }
span { border-color: rgb(155,42,64); }
td.TdClassName
{
border-color: #9B2A40;
}
.TagClassName
{
border-color: #9B2A40;
}
</style>