#972c2f

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

Shades of Guardsman Red #972C2F

Tints of Guardsman Red #972C2F

Color information

#972C2F (or 0x972C2F) is unknown color: approx Guardsman Red. HEX triplet: 97, 2C and 2F. RGB value is (151,44,47). Sum of RGB (Red+Green+Blue) = 151+44+47=242 (32% of max value = 765). Red value is 151 (59.38% from 255 or 62.40% from 242); Green value is 44 (17.58% from 255 or 18.18% from 242); Blue value is 47 (18.75% from 255 or 19.42% from 242); Max value from RGB is 151 - color contains mainly: red. Hex color #972C2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #972C2F is #68D3D0. Grayscale: #4C4C4C. Windows color (decimal): -6869969 or 3091607. OLE color: 3091607.

HSL color Cylindrical-coordinate representation of color #972C2F: hue angle of 358.32º 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 #972C2F is Cyan = 0, Magento = 0.71, Yellow = 0.69 and Black (K on CMYK) = 0.41.

Color convert

RGB1514447-
CMYK00.710.690.41
HSL358.32º54.87%38.24%-
HSV(B)358.32º70.86%59.22%-
XYZ14.188.593.6-
YUV76.34111.45181.26-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 62.40%
GREEN value IS 44 (17.58% from 255) = 18.18%
BLUE value IS 47 (18.75% from 255) = 19.42%
R=62.40%
G=18.18%
B=19.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.69
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151444700.710.690.41358.3254.8738.24
Hex972C2F04745291663726
Octal22754570107105515466746
Binary10010111101100101111010001111000101101001101100110110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #972c2f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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