#972f33

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

Shades of Guardsman Red #972F33

Tints of Guardsman Red #972F33

Color information

#972F33 (or 0x972F33) is unknown color: approx Guardsman Red. HEX triplet: 97, 2F and 33. RGB value is (151,47,51). Sum of RGB (Red+Green+Blue) = 151+47+51=249 (32% of max value = 765). Red value is 151 (59.38% from 255 or 60.64% from 249); Green value is 47 (18.75% from 255 or 18.88% from 249); Blue value is 51 (20.31% from 255 or 20.48% from 249); Max value from RGB is 151 - color contains mainly: red. Hex color #972F33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #972F33 is #68D0CC. Grayscale: #4E4E4E. Windows color (decimal): -6869197 or 3354519. OLE color: 3354519.

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

Color convert

RGB1514751-
CMYK00.690.660.41
HSL357.69º52.53%38.82%-
HSV(B)357.69º68.87%59.22%-
XYZ14.388.854.08-
YUV78.55112.46179.67-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 60.64%
GREEN value IS 47 (18.75% from 255) = 18.88%
BLUE value IS 51 (20.31% from 255) = 20.48%
R=60.64%
G=18.88%
B=20.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.66
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151475100.690.660.41357.6952.5338.82
Hex972F3304542291663527
Octal22757630105102515466547
Binary10010111101111110011010001011000010101001101100110110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #972f33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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