#932C2E

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

Shades of Guardsman Red #932C2E

Tints of Guardsman Red #932C2E

Color information

#932C2E (or 0x932C2E) is unknown color: approx Guardsman Red. HEX triplet: 93, 2C and 2E. RGB value is (147,44,46). Sum of RGB (Red+Green+Blue) = 147+44+46=237 (31% of max value = 765). Red value is 147 (57.81% from 255 or 62.03% from 237); Green value is 44 (17.58% from 255 or 18.57% from 237); Blue value is 46 (18.36% from 255 or 19.41% from 237); Max value from RGB is 147 - color contains mainly: red. Hex color #932C2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #932C2E is #6CD3D1. Grayscale: #4B4B4B. Windows color (decimal): -7132114 or 3026067. OLE color: 3026067.

HSL color Cylindrical-coordinate representation of color #932C2E: hue angle of 358.83º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #932C2E is Cyan = 0, Magento = 0.70, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB1474446-
CMYK00.700.690.42
HSL358.83º53.93%37.45%-
HSV(B)358.83º70.07%57.65%-
XYZ13.438.23.46-
YUV75.02111.62179.34-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 62.03%
GREEN value IS 44 (17.58% from 255) = 18.57%
BLUE value IS 46 (18.36% from 255) = 19.41%
R=62.03%
G=18.57%
B=19.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.69
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147444600.700.690.42358.8353.9337.45
Hex932C2E046452A1673625
Octal22354560106105525476645
Binary10010011101100101110010001101000101101010101100111110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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