#9C323C

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

Shades of Guardsman Red #9C323C

Tints of Guardsman Red #9C323C

Color information

#9C323C (or 0x9C323C) is unknown color: approx Guardsman Red. HEX triplet: 9C, 32 and 3C. RGB value is (156,50,60). Sum of RGB (Red+Green+Blue) = 156+50+60=266 (35% of max value = 765). Red value is 156 (61.33% from 255 or 58.65% from 266); Green value is 50 (19.92% from 255 or 18.80% from 266); Blue value is 60 (23.83% from 255 or 22.56% from 266); Max value from RGB is 156 - color contains mainly: red. Hex color #9C323C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C323C is #63CDC3. Grayscale: #525252. Windows color (decimal): -6540740 or 3945116. OLE color: 3945116.

HSL color Cylindrical-coordinate representation of color #9C323C: hue angle of 354.34º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9C323C is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.39.

Color convert

RGB1565060-
CMYK00.680.620.39
HSL354.34º51.46%40.39%-
HSV(B)354.34º67.95%61.18%-
XYZ15.679.685.32-
YUV82.83115.12180.19-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 58.65%
GREEN value IS 50 (19.92% from 255) = 18.80%
BLUE value IS 60 (23.83% from 255) = 22.56%
R=58.65%
G=18.80%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.62
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156506000.680.620.39354.3451.4640.39
Hex9C323C0443E271623328
Octal2346274010476475426350
Binary1001110011001011110001000100111110100111101100010110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C323C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C323C; }

 p { color: rgb(156,50,60); }

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

<style>
 a { background-color: #9C323C; }

 a { background-color: rgb(156,50,60); }

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

<style>
 span { border-color: #9C323C; }

 span { border-color: rgb(156,50,60); }

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