#932E32

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

Shades of Guardsman Red #932E32

Tints of Guardsman Red #932E32

Color information

#932E32 (or 0x932E32) is unknown color: approx Guardsman Red. HEX triplet: 93, 2E and 32. RGB value is (147,46,50). Sum of RGB (Red+Green+Blue) = 147+46+50=243 (32% of max value = 765). Red value is 147 (57.81% from 255 or 60.49% from 243); Green value is 46 (18.36% from 255 or 18.93% from 243); Blue value is 50 (19.92% from 255 or 20.58% from 243); Max value from RGB is 147 - color contains mainly: red. Hex color #932E32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #932E32 is #6CD1CD. Grayscale: #4C4C4C. Windows color (decimal): -7131598 or 3288723. OLE color: 3288723.

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

Color convert

RGB1474650-
CMYK00.690.660.42
HSL357.62º52.33%37.84%-
HSV(B)357.62º68.71%57.65%-
XYZ13.598.393.92-
YUV76.66112.96178.17-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 60.49%
GREEN value IS 46 (18.36% from 255) = 18.93%
BLUE value IS 50 (19.92% from 255) = 20.58%
R=60.49%
G=18.93%
B=20.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.66
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147465000.690.660.42357.6252.3337.84
Hex932E32045422A1663426
Octal22356620105102525466446
Binary10010011101110110010010001011000010101010101100110110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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