#9D323C

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

Shades of Guardsman Red #9D323C

Tints of Guardsman Red #9D323C

Color information

#9D323C (or 0x9D323C) is unknown color: approx Guardsman Red. HEX triplet: 9D, 32 and 3C. RGB value is (157,50,60). Sum of RGB (Red+Green+Blue) = 157+50+60=267 (35% of max value = 765). Red value is 157 (61.72% from 255 or 58.80% from 267); Green value is 50 (19.92% from 255 or 18.73% from 267); Blue value is 60 (23.83% from 255 or 22.47% from 267); Max value from RGB is 157 - color contains mainly: red. Hex color #9D323C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D323C is #62CDC3. Grayscale: #535353. Windows color (decimal): -6475204 or 3945117. OLE color: 3945117.

HSL color Cylindrical-coordinate representation of color #9D323C: hue angle of 354.39º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9D323C is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.38.

Color convert

RGB1575060-
CMYK00.680.620.38
HSL354.39º51.69%40.59%-
HSV(B)354.39º68.15%61.57%-
XYZ15.869.785.33-
YUV83.13114.95180.69-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 58.80%
GREEN value IS 50 (19.92% from 255) = 18.73%
BLUE value IS 60 (23.83% from 255) = 22.47%
R=58.80%
G=18.73%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.62
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157506000.680.620.38354.3951.6940.59
Hex9D323C0443E261623429
Octal2356274010476465426451
Binary1001110111001011110001000100111110100110101100010110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D323C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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