#973038

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

Shades of Guardsman Red #973038

Tints of Guardsman Red #973038

Color information

#973038 (or 0x973038) is unknown color: approx Guardsman Red. HEX triplet: 97, 30 and 38. RGB value is (151,48,56). Sum of RGB (Red+Green+Blue) = 151+48+56=255 (33% of max value = 765). Red value is 151 (59.38% from 255 or 59.22% from 255); Green value is 48 (19.14% from 255 or 18.82% from 255); Blue value is 56 (22.27% from 255 or 21.96% from 255); Max value from RGB is 151 - color contains mainly: red. Hex color #973038 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973038 is #68CFC7. Grayscale: #4F4F4F. Windows color (decimal): -6868936 or 3682455. OLE color: 3682455.

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

Color convert

RGB1514856-
CMYK00.680.630.41
HSL355.34º51.76%39.02%-
HSV(B)355.34º68.21%59.22%-
XYZ14.538.984.71-
YUV79.71114.62178.85-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 59.22%
GREEN value IS 48 (19.14% from 255) = 18.82%
BLUE value IS 56 (22.27% from 255) = 21.96%
R=59.22%
G=18.82%
B=21.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.63
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151485600.680.630.41355.3451.7639.02
Hex9730380443F291633427
Octal2276070010477515436447
Binary1001011111000011100001000100111111101001101100011110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #973038; }

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

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

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

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

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

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

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

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