#9C3237

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

Shades of Guardsman Red #9C3237

Tints of Guardsman Red #9C3237

Color information

#9C3237 (or 0x9C3237) is unknown color: approx Guardsman Red. HEX triplet: 9C, 32 and 37. RGB value is (156,50,55). Sum of RGB (Red+Green+Blue) = 156+50+55=261 (34% of max value = 765). Red value is 156 (61.33% from 255 or 59.77% from 261); Green value is 50 (19.92% from 255 or 19.16% from 261); Blue value is 55 (21.88% from 255 or 21.07% from 261); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3237 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C3237 is #63CDC8. Grayscale: #525252. Windows color (decimal): -6540745 or 3617436. OLE color: 3617436.

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

Color convert

RGB1565055-
CMYK00.680.650.39
HSL357.17º51.46%40.39%-
HSV(B)357.17º67.95%61.18%-
XYZ15.549.624.65-
YUV82.26112.62180.59-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 59.77%
GREEN value IS 50 (19.92% from 255) = 19.16%
BLUE value IS 55 (21.88% from 255) = 21.07%
R=59.77%
G=19.16%
B=21.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.65
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156505500.680.650.39357.1751.4640.39
Hex9C323704441271653328
Octal23462670104101475456350
Binary10011100110010110111010001001000001100111101100101110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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