#972E3A

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

Shades of Guardsman Red #972E3A

Tints of Guardsman Red #972E3A

Color information

#972E3A (or 0x972E3A) is unknown color: approx Guardsman Red. HEX triplet: 97, 2E and 3A. RGB value is (151,46,58). Sum of RGB (Red+Green+Blue) = 151+46+58=255 (33% of max value = 765). Red value is 151 (59.38% from 255 or 59.22% from 255); Green value is 46 (18.36% from 255 or 18.04% from 255); Blue value is 58 (23.05% from 255 or 22.75% from 255); Max value from RGB is 151 - color contains mainly: red. Hex color #972E3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #972E3A is #68D1C5. Grayscale: #4E4E4E. Windows color (decimal): -6869446 or 3813015. OLE color: 3813015.

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

Color convert

RGB1514658-
CMYK00.700.620.41
HSL353.14º53.3%38.63%-
HSV(B)353.14º69.54%59.22%-
XYZ14.58.844.94-
YUV78.76116.29179.52-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 59.22%
GREEN value IS 46 (18.36% from 255) = 18.04%
BLUE value IS 58 (23.05% from 255) = 22.75%
R=59.22%
G=18.04%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.62
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151465800.700.620.41353.1453.338.63
Hex972E3A0463E291613527
Octal2275672010676515416547
Binary1001011110111011101001000110111110101001101100001110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #972E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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