#973238

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

Shades of Guardsman Red #973238

Tints of Guardsman Red #973238

Color information

#973238 (or 0x973238) is unknown color: approx Guardsman Red. HEX triplet: 97, 32 and 38. RGB value is (151,50,56). Sum of RGB (Red+Green+Blue) = 151+50+56=257 (34% of max value = 765). Red value is 151 (59.38% from 255 or 58.75% from 257); Green value is 50 (19.92% from 255 or 19.46% from 257); Blue value is 56 (22.27% from 255 or 21.79% from 257); Max value from RGB is 151 - color contains mainly: red. Hex color #973238 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973238 is #68CDC7. Grayscale: #505050. Windows color (decimal): -6868424 or 3682967. OLE color: 3682967.

HSL color Cylindrical-coordinate representation of color #973238: hue angle of 356.44º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #973238 is Cyan = 0, Magento = 0.67, Yellow = 0.63 and Black (K on CMYK) = 0.41.

Color convert

RGB1515056-
CMYK00.670.630.41
HSL356.44º50.25%39.41%-
HSV(B)356.44º66.89%59.22%-
XYZ14.629.154.74-
YUV80.88113.96178.01-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 58.75%
GREEN value IS 50 (19.92% from 255) = 19.46%
BLUE value IS 56 (22.27% from 255) = 21.79%
R=58.75%
G=19.46%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.63
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151505600.670.630.41356.4450.2539.41
Hex9732380433F291643227
Octal2276270010377515446247
Binary1001011111001011100001000011111111101001101100100110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #973238; }

 p { color: rgb(151,50,56); }

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

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

 a { background-color: rgb(151,50,56); }

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

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

 span { border-color: rgb(151,50,56); }

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