#9C323D

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

Shades of Guardsman Red #9C323D

Tints of Guardsman Red #9C323D

Color information

#9C323D (or 0x9C323D) is unknown color: approx Guardsman Red. HEX triplet: 9C, 32 and 3D. RGB value is (156,50,61). Sum of RGB (Red+Green+Blue) = 156+50+61=267 (35% of max value = 765). Red value is 156 (61.33% from 255 or 58.43% from 267); Green value is 50 (19.92% from 255 or 18.73% from 267); Blue value is 61 (24.22% from 255 or 22.85% from 267); Max value from RGB is 156 - color contains mainly: red. Hex color #9C323D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C323D is #63CDC2. Grayscale: #535353. Windows color (decimal): -6540739 or 4010652. OLE color: 4010652.

HSL color Cylindrical-coordinate representation of color #9C323D: hue angle of 353.77º 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 #9C323D is Cyan = 0, Magento = 0.68, Yellow = 0.61 and Black (K on CMYK) = 0.39.

Color convert

RGB1565061-
CMYK00.680.610.39
HSL353.77º51.46%40.39%-
HSV(B)353.77º67.95%61.18%-
XYZ15.699.695.46-
YUV82.95115.62180.11-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 58.43%
GREEN value IS 50 (19.92% from 255) = 18.73%
BLUE value IS 61 (24.22% from 255) = 22.85%
R=58.43%
G=18.73%
B=22.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.61
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156506100.680.610.39353.7751.4640.39
Hex9C323D0443D271623328
Octal2346275010475475426350
Binary1001110011001011110101000100111101100111101100010110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C323D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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