#932E31

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

Shades of Guardsman Red #932E31

Tints of Guardsman Red #932E31

Color information

#932E31 (or 0x932E31) is unknown color: approx Guardsman Red. HEX triplet: 93, 2E and 31. RGB value is (147,46,49). Sum of RGB (Red+Green+Blue) = 147+46+49=242 (32% of max value = 765). Red value is 147 (57.81% from 255 or 60.74% from 242); Green value is 46 (18.36% from 255 or 19.01% from 242); Blue value is 49 (19.53% from 255 or 20.25% from 242); Max value from RGB is 147 - color contains mainly: red. Hex color #932E31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #932E31 is #6CD1CE. Grayscale: #4C4C4C. Windows color (decimal): -7131599 or 3223187. OLE color: 3223187.

HSL color Cylindrical-coordinate representation of color #932E31: hue angle of 358.22º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #932E31 is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.42.

Color convert

RGB1474649-
CMYK00.690.670.42
HSL358.22º52.33%37.84%-
HSV(B)358.22º68.71%57.65%-
XYZ13.568.383.81-
YUV76.54112.46178.26-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 60.74%
GREEN value IS 46 (18.36% from 255) = 19.01%
BLUE value IS 49 (19.53% from 255) = 20.25%
R=60.74%
G=19.01%
B=20.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.67
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147464900.690.670.42358.2252.3337.84
Hex932E31045432A1663426
Octal22356610105103525466446
Binary10010011101110110001010001011000011101010101100110110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #932E31; }

 p { color: rgb(147,46,49); }

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

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

 a { background-color: rgb(147,46,49); }

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

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

 span { border-color: rgb(147,46,49); }

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