#9C3134

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

Shades of Guardsman Red #9C3134

Tints of Guardsman Red #9C3134

Color information

#9C3134 (or 0x9C3134) is unknown color: approx Guardsman Red. HEX triplet: 9C, 31 and 34. RGB value is (156,49,52). Sum of RGB (Red+Green+Blue) = 156+49+52=257 (34% of max value = 765). Red value is 156 (61.33% from 255 or 60.70% from 257); Green value is 49 (19.53% from 255 or 19.07% from 257); Blue value is 52 (20.70% from 255 or 20.23% from 257); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3134 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C3134 is #63CECB. Grayscale: #515151. Windows color (decimal): -6541004 or 3420572. OLE color: 3420572.

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

Color convert

RGB1564952-
CMYK00.690.670.39
HSL358.32º52.2%40.2%-
HSV(B)358.32º68.59%61.18%-
XYZ15.439.514.27-
YUV81.33111.45181.26-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 60.70%
GREEN value IS 49 (19.53% from 255) = 19.07%
BLUE value IS 52 (20.70% from 255) = 20.23%
R=60.70%
G=19.07%
B=20.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.67
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156495200.690.670.39358.3252.240.2
Hex9C313404543271663428
Octal23461640105103475466450
Binary10011100110001110100010001011000011100111101100110110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,49,52); }

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

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

 a { background-color: rgb(156,49,52); }

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

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

 span { border-color: rgb(156,49,52); }

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