Shades of Guardsman Red #972C32
Tints of Guardsman Red #972C32
RGB
CMYK
RGB Variations
Color information
#972C32 (or 0x972C32) is known color: Guardsman Red. HEX triplet: 97, 2C and 32. RGB value is (151,44,50). Sum of RGB (Red+Green+Blue) = 151+44+50=245 (32% of max value = 765). Red value is 151 (59.38% from 255 or 61.63% from 245); Green value is 44 (17.58% from 255 or 17.96% from 245); Blue value is 50 (19.92% from 255 or 20.41% from 245); Max value from RGB is 151 - color contains mainly: red. Hex color #972C32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #972C32 is #68D3CD. Grayscale: #4C4C4C. Windows color (decimal): -6869966 or 3288215. OLE color: 3288215.
HSL color Cylindrical-coordinate representation of color #972C32: hue angle of 356.64º 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 #972C32 is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 44 | 50 | - |
| CMYK | 0 | 0.71 | 0.67 | 0.41 |
| HSL | 356.64º | 0.55% | 0.38% | - |
| HSV(B) | 356.64º | 0.71% | 0.59% | - |
| XYZ | 14.24 | 8.61 | 3.93 | - |
| YUV | 76.68 | 112.95 | 181.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 44 | 50 | 0 | 0.71 | 0.67 | 0.41 | 356.64 | 0.55 | 0.38 |
| Hex | 97 | 2C | 32 | 0 | 47 | 43 | 29 | 165 | 37 | 26 |
| Octal | 227 | 54 | 62 | 0 | 107 | 103 | 51 | 545 | 67 | 46 |
| Binary | 10010111 | 101100 | 110010 | 0 | 1000111 | 1000011 | 101001 | 101100101 | 110111 | 100110 |
Color Harmonies of #972C32
Complementary color
Monochromatic Colors of #972C32
Black with #972C32
Text Example
Text Example
White with #972C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972C32; }
p { color: rgb(151,44,50); }
H1.HeaderClassName
{
color: #972C32;
}
.AnyTagClassName
{
color: #972C32;
}
</style>
background-color css
<style>
a { background-color: #972C32; }
a { background-color: rgb(151,44,50); }
div.DivClassName
{
background-color: #972C32;
}
.BgClassName
{
background-color: #972C32;
}
</style>
border-color css
<style>
span { border-color: #972C32; }
span { border-color: rgb(151,44,50); }
td.TdClassName
{
border-color: #972C32;
}
.TagClassName
{
border-color: #972C32;
}
</style>