Shades of Bright Red #972B34
Tints of Bright Red #972B34
RGB
CMYK
RGB Variations
Color information
#972B34 (or 0x972B34) is known color: Bright Red. HEX triplet: 97, 2B and 34. RGB value is (151,43,52). Sum of RGB (Red+Green+Blue) = 151+43+52=246 (32% of max value = 765). Red value is 151 (59.38% from 255 or 61.38% from 246); Green value is 43 (17.19% from 255 or 17.48% from 246); Blue value is 52 (20.70% from 255 or 21.14% from 246); Max value from RGB is 151 - color contains mainly: red. Hex color #972B34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #972B34 is #68D4CB. Grayscale: #4C4C4C. Windows color (decimal): -6870220 or 3419031. OLE color: 3419031.
HSL color Cylindrical-coordinate representation of color #972B34: hue angle of 355º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #972B34 is Cyan = 0, Magento = 0.72, Yellow = 0.66 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 43 | 52 | - |
| CMYK | 0 | 0.72 | 0.66 | 0.41 |
| HSL | 355º | 0.56% | 0.38% | - |
| HSV(B) | 355º | 0.72% | 0.59% | - |
| XYZ | 14.25 | 8.55 | 4.15 | - |
| YUV | 76.32 | 114.28 | 181.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 43 | 52 | 0 | 0.72 | 0.66 | 0.41 | 355 | 0.56 | 0.38 |
| Hex | 97 | 2B | 34 | 0 | 48 | 42 | 29 | 163 | 38 | 26 |
| Octal | 227 | 53 | 64 | 0 | 110 | 102 | 51 | 543 | 70 | 46 |
| Binary | 10010111 | 101011 | 110100 | 0 | 1001000 | 1000010 | 101001 | 101100011 | 111000 | 100110 |
Color Harmonies of #972B34
Complementary color
Monochromatic Colors of #972B34
Black with #972B34
Text Example
Text Example
White with #972B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972B34; }
p { color: rgb(151,43,52); }
H1.HeaderClassName
{
color: #972B34;
}
.AnyTagClassName
{
color: #972B34;
}
</style>
background-color css
<style>
a { background-color: #972B34; }
a { background-color: rgb(151,43,52); }
div.DivClassName
{
background-color: #972B34;
}
.BgClassName
{
background-color: #972B34;
}
</style>
border-color css
<style>
span { border-color: #972B34; }
span { border-color: rgb(151,43,52); }
td.TdClassName
{
border-color: #972B34;
}
.TagClassName
{
border-color: #972B34;
}
</style>