#932C30

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

Shades of Guardsman Red #932C30

Tints of Guardsman Red #932C30

Color information

#932C30 (or 0x932C30) is unknown color: approx Guardsman Red. HEX triplet: 93, 2C and 30. RGB value is (147,44,48). Sum of RGB (Red+Green+Blue) = 147+44+48=239 (31% of max value = 765). Red value is 147 (57.81% from 255 or 61.51% from 239); Green value is 44 (17.58% from 255 or 18.41% from 239); Blue value is 48 (19.14% from 255 or 20.08% from 239); Max value from RGB is 147 - color contains mainly: red. Hex color #932C30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #932C30 is #6CD3CF. Grayscale: #4B4B4B. Windows color (decimal): -7132112 or 3157139. OLE color: 3157139.

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

Color convert

RGB1474448-
CMYK00.700.670.42
HSL357.67º53.93%37.45%-
HSV(B)357.67º70.07%57.65%-
XYZ13.478.223.67-
YUV75.25112.62179.17-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 61.51%
GREEN value IS 44 (17.58% from 255) = 18.41%
BLUE value IS 48 (19.14% from 255) = 20.08%
R=61.51%
G=18.41%
B=20.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.67
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147444800.700.670.42357.6753.9337.45
Hex932C30046432A1663625
Octal22354600106103525466645
Binary10010011101100110000010001101000011101010101100110110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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