Shades of Bright Red #9B272F
Tints of Bright Red #9B272F
RGB
CMYK
RGB Variations
Color information
#9B272F (or 0x9B272F) is known color: Bright Red. HEX triplet: 9B, 27 and 2F. RGB value is (155,39,47). Sum of RGB (Red+Green+Blue) = 155+39+47=241 (31% of max value = 765). Red value is 155 (60.94% from 255 or 64.32% from 241); Green value is 39 (15.62% from 255 or 16.18% from 241); Blue value is 47 (18.75% from 255 or 19.50% from 241); Max value from RGB is 155 - color contains mainly: red. Hex color #9B272F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B272F is #64D8D0. Grayscale: #4A4A4A. Windows color (decimal): -6609105 or 3090331. OLE color: 3090331.
HSL color Cylindrical-coordinate representation of color #9B272F: hue angle of 355.86º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9B272F is Cyan = 0, Magento = 0.75, Yellow = 0.70 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 39 | 47 | - |
| CMYK | 0 | 0.75 | 0.70 | 0.39 |
| HSL | 355.86º | 0.6% | 0.38% | - |
| HSV(B) | 355.86º | 0.75% | 0.61% | - |
| XYZ | 14.76 | 8.62 | 3.58 | - |
| YUV | 74.6 | 112.43 | 185.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 39 | 47 | 0 | 0.75 | 0.70 | 0.39 | 355.86 | 0.6 | 0.38 |
| Hex | 9B | 27 | 2F | 0 | 4B | 46 | 27 | 164 | 3C | 26 |
| Octal | 233 | 47 | 57 | 0 | 113 | 106 | 47 | 544 | 74 | 46 |
| Binary | 10011011 | 100111 | 101111 | 0 | 1001011 | 1000110 | 100111 | 101100100 | 111100 | 100110 |
Color Harmonies of #9B272F
Complementary color
Monochromatic Colors of #9B272F
Black with #9B272F
Text Example
Text Example
White with #9B272F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B272F; }
p { color: rgb(155,39,47); }
H1.HeaderClassName
{
color: #9B272F;
}
.AnyTagClassName
{
color: #9B272F;
}
</style>
background-color css
<style>
a { background-color: #9B272F; }
a { background-color: rgb(155,39,47); }
div.DivClassName
{
background-color: #9B272F;
}
.BgClassName
{
background-color: #9B272F;
}
</style>
border-color css
<style>
span { border-color: #9B272F; }
span { border-color: rgb(155,39,47); }
td.TdClassName
{
border-color: #9B272F;
}
.TagClassName
{
border-color: #9B272F;
}
</style>