Shades of Guardsman Red #972C35
Tints of Guardsman Red #972C35
RGB
CMYK
RGB Variations
Color information
#972C35 (or 0x972C35) is known color: Guardsman Red. HEX triplet: 97, 2C and 35. RGB value is (151,44,53). Sum of RGB (Red+Green+Blue) = 151+44+53=248 (32% of max value = 765). Red value is 151 (59.38% from 255 or 60.89% from 248); Green value is 44 (17.58% from 255 or 17.74% from 248); Blue value is 53 (21.09% from 255 or 21.37% from 248); Max value from RGB is 151 - color contains mainly: red. Hex color #972C35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #972C35 is #68D3CA. Grayscale: #4D4D4D. Windows color (decimal): -6869963 or 3484823. OLE color: 3484823.
HSL color Cylindrical-coordinate representation of color #972C35: hue angle of 354.95º 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 #972C35 is Cyan = 0, Magento = 0.71, Yellow = 0.65 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 44 | 53 | - |
| CMYK | 0 | 0.71 | 0.65 | 0.41 |
| HSL | 354.95º | 0.55% | 0.38% | - |
| HSV(B) | 354.95º | 0.71% | 0.59% | - |
| XYZ | 14.31 | 8.64 | 4.28 | - |
| YUV | 77.02 | 114.45 | 180.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 44 | 53 | 0 | 0.71 | 0.65 | 0.41 | 354.95 | 0.55 | 0.38 |
| Hex | 97 | 2C | 35 | 0 | 47 | 41 | 29 | 163 | 37 | 26 |
| Octal | 227 | 54 | 65 | 0 | 107 | 101 | 51 | 543 | 67 | 46 |
| Binary | 10010111 | 101100 | 110101 | 0 | 1000111 | 1000001 | 101001 | 101100011 | 110111 | 100110 |
Color Harmonies of #972C35
Complementary color
Monochromatic Colors of #972C35
Black with #972C35
Text Example
Text Example
White with #972C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972C35; }
p { color: rgb(151,44,53); }
H1.HeaderClassName
{
color: #972C35;
}
.AnyTagClassName
{
color: #972C35;
}
</style>
background-color css
<style>
a { background-color: #972C35; }
a { background-color: rgb(151,44,53); }
div.DivClassName
{
background-color: #972C35;
}
.BgClassName
{
background-color: #972C35;
}
</style>
border-color css
<style>
span { border-color: #972C35; }
span { border-color: rgb(151,44,53); }
td.TdClassName
{
border-color: #972C35;
}
.TagClassName
{
border-color: #972C35;
}
</style>