Shades of Guardsman Red #973436
Tints of Guardsman Red #973436
RGB
CMYK
RGB Variations
Color information
#973436 (or 0x973436) is known color: Guardsman Red. HEX triplet: 97, 34 and 36. RGB value is (151,52,54). Sum of RGB (Red+Green+Blue) = 151+52+54=257 (34% of max value = 765). Red value is 151 (59.38% from 255 or 58.75% from 257); Green value is 52 (20.70% from 255 or 20.23% from 257); Blue value is 54 (21.48% from 255 or 21.01% from 257); Max value from RGB is 151 - color contains mainly: red. Hex color #973436 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973436 is #68CBC9. Grayscale: #515151. Windows color (decimal): -6867914 or 3552407. OLE color: 3552407.
HSL color Cylindrical-coordinate representation of color #973436: hue angle of 358.79º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #973436 is Cyan = 0, Magento = 0.66, Yellow = 0.64 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 52 | 54 | - |
| CMYK | 0 | 0.66 | 0.64 | 0.41 |
| HSL | 358.79º | 0.49% | 0.4% | - |
| HSV(B) | 358.79º | 0.66% | 0.59% | - |
| XYZ | 14.66 | 9.3 | 4.51 | - |
| YUV | 81.83 | 112.3 | 177.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 52 | 54 | 0 | 0.66 | 0.64 | 0.41 | 358.79 | 0.49 | 0.4 |
| Hex | 97 | 34 | 36 | 0 | 42 | 40 | 29 | 167 | 31 | 28 |
| Octal | 227 | 64 | 66 | 0 | 102 | 100 | 51 | 547 | 61 | 50 |
| Binary | 10010111 | 110100 | 110110 | 0 | 1000010 | 1000000 | 101001 | 101100111 | 110001 | 101000 |
Color Harmonies of #973436
Complementary color
Monochromatic Colors of #973436
Black with #973436
Text Example
Text Example
White with #973436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973436; }
p { color: rgb(151,52,54); }
H1.HeaderClassName
{
color: #973436;
}
.AnyTagClassName
{
color: #973436;
}
</style>
background-color css
<style>
a { background-color: #973436; }
a { background-color: rgb(151,52,54); }
div.DivClassName
{
background-color: #973436;
}
.BgClassName
{
background-color: #973436;
}
</style>
border-color css
<style>
span { border-color: #973436; }
span { border-color: rgb(151,52,54); }
td.TdClassName
{
border-color: #973436;
}
.TagClassName
{
border-color: #973436;
}
</style>