Shades of Bright Red #96272D
Tints of Bright Red #96272D
RGB
CMYK
RGB Variations
Color information
#96272D (or 0x96272D) is known color: Bright Red. HEX triplet: 96, 27 and 2D. RGB value is (150,39,45). Sum of RGB (Red+Green+Blue) = 150+39+45=234 (30% of max value = 765). Red value is 150 (58.98% from 255 or 64.10% from 234); Green value is 39 (15.62% from 255 or 16.67% from 234); Blue value is 45 (17.97% from 255 or 19.23% from 234); Max value from RGB is 150 - color contains mainly: red. Hex color #96272D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96272D is #69D8D2. Grayscale: #484848. Windows color (decimal): -6936787 or 2959254. OLE color: 2959254.
HSL color Cylindrical-coordinate representation of color #96272D: hue angle of 356.76º 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 #96272D is Cyan = 0, Magento = 0.74, Yellow = 0.70 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 39 | 45 | - |
| CMYK | 0 | 0.74 | 0.70 | 0.41 |
| HSL | 356.76º | 0.59% | 0.37% | - |
| HSV(B) | 356.76º | 0.74% | 0.59% | - |
| XYZ | 13.78 | 8.12 | 3.32 | - |
| YUV | 72.87 | 112.27 | 183.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 39 | 45 | 0 | 0.74 | 0.70 | 0.41 | 356.76 | 0.59 | 0.37 |
| Hex | 96 | 27 | 2D | 0 | 4A | 46 | 29 | 165 | 3B | 25 |
| Octal | 226 | 47 | 55 | 0 | 112 | 106 | 51 | 545 | 73 | 45 |
| Binary | 10010110 | 100111 | 101101 | 0 | 1001010 | 1000110 | 101001 | 101100101 | 111011 | 100101 |
Color Harmonies of #96272D
Complementary color
Monochromatic Colors of #96272D
Black with #96272D
Text Example
Text Example
White with #96272D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96272D; }
p { color: rgb(150,39,45); }
H1.HeaderClassName
{
color: #96272D;
}
.AnyTagClassName
{
color: #96272D;
}
</style>
background-color css
<style>
a { background-color: #96272D; }
a { background-color: rgb(150,39,45); }
div.DivClassName
{
background-color: #96272D;
}
.BgClassName
{
background-color: #96272D;
}
</style>
border-color css
<style>
span { border-color: #96272D; }
span { border-color: rgb(150,39,45); }
td.TdClassName
{
border-color: #96272D;
}
.TagClassName
{
border-color: #96272D;
}
</style>