Shades of Guardsman Red #972A2D
Tints of Guardsman Red #972A2D
RGB
CMYK
RGB Variations
Color information
#972A2D (or 0x972A2D) is known color: Guardsman Red. HEX triplet: 97, 2A and 2D. RGB value is (151,42,45). Sum of RGB (Red+Green+Blue) = 151+42+45=238 (31% of max value = 765). Red value is 151 (59.38% from 255 or 63.45% from 238); Green value is 42 (16.80% from 255 or 17.65% from 238); Blue value is 45 (17.97% from 255 or 18.91% from 238); Max value from RGB is 151 - color contains mainly: red. Hex color #972A2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #972A2D is #68D5D2. Grayscale: #4B4B4B. Windows color (decimal): -6870483 or 2960023. OLE color: 2960023.
HSL color Cylindrical-coordinate representation of color #972A2D: hue angle of 358.35º 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 #972A2D is Cyan = 0, Magento = 0.72, Yellow = 0.70 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 42 | 45 | - |
| CMYK | 0 | 0.72 | 0.70 | 0.41 |
| HSL | 358.35º | 0.56% | 0.38% | - |
| HSV(B) | 358.35º | 0.72% | 0.59% | - |
| XYZ | 14.06 | 8.42 | 3.37 | - |
| YUV | 74.93 | 111.11 | 182.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 42 | 45 | 0 | 0.72 | 0.70 | 0.41 | 358.35 | 0.56 | 0.38 |
| Hex | 97 | 2A | 2D | 0 | 48 | 46 | 29 | 166 | 38 | 26 |
| Octal | 227 | 52 | 55 | 0 | 110 | 106 | 51 | 546 | 70 | 46 |
| Binary | 10010111 | 101010 | 101101 | 0 | 1001000 | 1000110 | 101001 | 101100110 | 111000 | 100110 |
Color Harmonies of #972A2D
Complementary color
Monochromatic Colors of #972A2D
Black with #972A2D
Text Example
Text Example
White with #972A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972A2D; }
p { color: rgb(151,42,45); }
H1.HeaderClassName
{
color: #972A2D;
}
.AnyTagClassName
{
color: #972A2D;
}
</style>
background-color css
<style>
a { background-color: #972A2D; }
a { background-color: rgb(151,42,45); }
div.DivClassName
{
background-color: #972A2D;
}
.BgClassName
{
background-color: #972A2D;
}
</style>
border-color css
<style>
span { border-color: #972A2D; }
span { border-color: rgb(151,42,45); }
td.TdClassName
{
border-color: #972A2D;
}
.TagClassName
{
border-color: #972A2D;
}
</style>