#932C2F

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

Shades of Guardsman Red #932C2F

Tints of Guardsman Red #932C2F

Color information

#932C2F (or 0x932C2F) is unknown color: approx Guardsman Red. HEX triplet: 93, 2C and 2F. RGB value is (147,44,47). Sum of RGB (Red+Green+Blue) = 147+44+47=238 (31% of max value = 765). Red value is 147 (57.81% from 255 or 61.76% from 238); Green value is 44 (17.58% from 255 or 18.49% from 238); Blue value is 47 (18.75% from 255 or 19.75% from 238); Max value from RGB is 147 - color contains mainly: red. Hex color #932C2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #932C2F is #6CD3D0. Grayscale: #4B4B4B. Windows color (decimal): -7132113 or 3091603. OLE color: 3091603.

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

Color convert

RGB1474447-
CMYK00.700.680.42
HSL358.25º53.93%37.45%-
HSV(B)358.25º70.07%57.65%-
XYZ13.458.213.57-
YUV75.14112.12179.26-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 61.76%
GREEN value IS 44 (17.58% from 255) = 18.49%
BLUE value IS 47 (18.75% from 255) = 19.75%
R=61.76%
G=18.49%
B=19.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147444700.700.680.42358.2553.9337.45
Hex932C2F046442A1663625
Octal22354570106104525466645
Binary10010011101100101111010001101000100101010101100110110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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