Shades of Bright Red #96272C
Tints of Bright Red #96272C
RGB
CMYK
RGB Variations
Color information
#96272C (or 0x96272C) is known color: Bright Red. HEX triplet: 96, 27 and 2C. RGB value is (150,39,44). Sum of RGB (Red+Green+Blue) = 150+39+44=233 (30% of max value = 765). Red value is 150 (58.98% from 255 or 64.38% from 233); Green value is 39 (15.62% from 255 or 16.74% from 233); Blue value is 44 (17.58% from 255 or 18.88% from 233); Max value from RGB is 150 - color contains mainly: red. Hex color #96272C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96272C is #69D8D3. Grayscale: #484848. Windows color (decimal): -6936788 or 2893718. OLE color: 2893718.
HSL color Cylindrical-coordinate representation of color #96272C: hue angle of 357.3º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #96272C is Cyan = 0, Magento = 0.74, Yellow = 0.71 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 39 | 44 | - |
| CMYK | 0 | 0.74 | 0.71 | 0.41 |
| HSL | 357.3º | 0.59% | 0.37% | - |
| HSV(B) | 357.3º | 0.74% | 0.59% | - |
| XYZ | 13.76 | 8.12 | 3.22 | - |
| YUV | 72.76 | 111.77 | 183.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 39 | 44 | 0 | 0.74 | 0.71 | 0.41 | 357.3 | 0.59 | 0.37 |
| Hex | 96 | 27 | 2C | 0 | 4A | 47 | 29 | 165 | 3B | 25 |
| Octal | 226 | 47 | 54 | 0 | 112 | 107 | 51 | 545 | 73 | 45 |
| Binary | 10010110 | 100111 | 101100 | 0 | 1001010 | 1000111 | 101001 | 101100101 | 111011 | 100101 |
Color Harmonies of #96272C
Complementary color
Monochromatic Colors of #96272C
Black with #96272C
Text Example
Text Example
White with #96272C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96272C; }
p { color: rgb(150,39,44); }
H1.HeaderClassName
{
color: #96272C;
}
.AnyTagClassName
{
color: #96272C;
}
</style>
background-color css
<style>
a { background-color: #96272C; }
a { background-color: rgb(150,39,44); }
div.DivClassName
{
background-color: #96272C;
}
.BgClassName
{
background-color: #96272C;
}
</style>
border-color css
<style>
span { border-color: #96272C; }
span { border-color: rgb(150,39,44); }
td.TdClassName
{
border-color: #96272C;
}
.TagClassName
{
border-color: #96272C;
}
</style>