#972f3b

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

Shades of Guardsman Red #972F3B

Tints of Guardsman Red #972F3B

Color information

#972F3B (or 0x972F3B) is unknown color: approx Guardsman Red. HEX triplet: 97, 2F and 3B. RGB value is (151,47,59). Sum of RGB (Red+Green+Blue) = 151+47+59=257 (34% of max value = 765). Red value is 151 (59.38% from 255 or 58.75% from 257); Green value is 47 (18.75% from 255 or 18.29% from 257); Blue value is 59 (23.44% from 255 or 22.96% from 257); Max value from RGB is 151 - color contains mainly: red. Hex color #972F3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #972F3B is #68D0C4. Grayscale: #4F4F4F. Windows color (decimal): -6869189 or 3878807. OLE color: 3878807.

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

Color convert

RGB1514759-
CMYK00.690.610.41
HSL353.08º52.53%38.82%-
HSV(B)353.08º68.87%59.22%-
XYZ14.578.935.09-
YUV79.46116.46179.02-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 58.75%
GREEN value IS 47 (18.75% from 255) = 18.29%
BLUE value IS 59 (23.44% from 255) = 22.96%
R=58.75%
G=18.29%
B=22.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.61
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151475900.690.610.41353.0852.5338.82
Hex972F3B0453D291613527
Octal2275773010575515416547
Binary1001011110111111101101000101111101101001101100001110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #972f3b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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