#972E2F

Color #972E2F Guardsman Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Guardsman Red #972E2F

Tints of Guardsman Red #972E2F

Color information

#972E2F (or 0x972E2F) is unknown color: approx Guardsman Red. HEX triplet: 97, 2E and 2F. RGB value is (151,46,47). Sum of RGB (Red+Green+Blue) = 151+46+47=244 (32% of max value = 765). Red value is 151 (59.38% from 255 or 61.89% from 244); Green value is 46 (18.36% from 255 or 18.85% from 244); Blue value is 47 (18.75% from 255 or 19.26% from 244); Max value from RGB is 151 - color contains mainly: red. Hex color #972E2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #972E2F is #68D1D0. Grayscale: #4D4D4D. Windows color (decimal): -6869457 or 3092119. OLE color: 3092119.

HSL color Cylindrical-coordinate representation of color #972E2F: hue angle of 359.43º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #972E2F is Cyan = 0, Magento = 0.70, Yellow = 0.69 and Black (K on CMYK) = 0.41.

Color convert

RGB1514647-
CMYK00.700.690.41
HSL359.43º53.3%38.63%-
HSV(B)359.43º69.54%59.22%-
XYZ14.258.743.62-
YUV77.51110.79180.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 151 (59.38% from 255) = 61.89%
GREEN value IS 46 (18.36% from 255) = 18.85%
BLUE value IS 47 (18.75% from 255) = 19.26%
R=61.89%
G=18.85%
B=19.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.69
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151464700.700.690.41359.4353.338.63
Hex972E2F04645291673527
Octal22756570106105515476547
Binary10010111101110101111010001101000101101001101100111110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #972E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #972E2F; }

 p { color: rgb(151,46,47); }

 H1.HeaderClassName
 {
   color: #972E2F;
 }
 .AnyTagClassName
 {
   color: #972E2F;
 }
</style>
background-color css

<style>
 a { background-color: #972E2F; }

 a { background-color: rgb(151,46,47); }

 div.DivClassName
 {
   background-color: #972E2F;
 }
 .BgClassName
 {
   background-color: #972E2F;
 }
</style>
border-color css

<style>
 span { border-color: #972E2F; }

 span { border-color: rgb(151,46,47); }

 td.TdClassName
 {
   border-color: #972E2F;
 }
 .TagClassName
 {
   border-color: #972E2F;
 }
</style>