Shades of Guardsman Red #972C2F
Tints of Guardsman Red #972C2F
RGB
CMYK
RGB Variations
Color information
#972C2F (or 0x972C2F) is known color: Guardsman Red. HEX triplet: 97, 2C and 2F. RGB value is (151,44,47). Sum of RGB (Red+Green+Blue) = 151+44+47=242 (32% of max value = 765). Red value is 151 (59.38% from 255 or 62.40% from 242); Green value is 44 (17.58% from 255 or 18.18% from 242); Blue value is 47 (18.75% from 255 or 19.42% from 242); Max value from RGB is 151 - color contains mainly: red. Hex color #972C2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #972C2F is #68D3D0. Grayscale: #4C4C4C. Windows color (decimal): -6869969 or 3091607. OLE color: 3091607.
HSL color Cylindrical-coordinate representation of color #972C2F: hue angle of 358.32º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #972C2F is Cyan = 0, Magento = 0.71, Yellow = 0.69 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 44 | 47 | - |
| CMYK | 0 | 0.71 | 0.69 | 0.41 |
| HSL | 358.32º | 0.55% | 0.38% | - |
| HSV(B) | 358.32º | 0.71% | 0.59% | - |
| XYZ | 14.18 | 8.59 | 3.6 | - |
| YUV | 76.34 | 111.45 | 181.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 44 | 47 | 0 | 0.71 | 0.69 | 0.41 | 358.32 | 0.55 | 0.38 |
| Hex | 97 | 2C | 2F | 0 | 47 | 45 | 29 | 166 | 37 | 26 |
| Octal | 227 | 54 | 57 | 0 | 107 | 105 | 51 | 546 | 67 | 46 |
| Binary | 10010111 | 101100 | 101111 | 0 | 1000111 | 1000101 | 101001 | 101100110 | 110111 | 100110 |
Color Harmonies of #972C2F
Complementary color
Monochromatic Colors of #972C2F
Black with #972C2F
Text Example
Text Example
White with #972C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972C2F; }
p { color: rgb(151,44,47); }
H1.HeaderClassName
{
color: #972C2F;
}
.AnyTagClassName
{
color: #972C2F;
}
</style>
background-color css
<style>
a { background-color: #972C2F; }
a { background-color: rgb(151,44,47); }
div.DivClassName
{
background-color: #972C2F;
}
.BgClassName
{
background-color: #972C2F;
}
</style>
border-color css
<style>
span { border-color: #972C2F; }
span { border-color: rgb(151,44,47); }
td.TdClassName
{
border-color: #972C2F;
}
.TagClassName
{
border-color: #972C2F;
}
</style>