#9C343C

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

Shades of Guardsman Red #9C343C

Tints of Guardsman Red #9C343C

Color information

#9C343C (or 0x9C343C) is unknown color: approx Guardsman Red. HEX triplet: 9C, 34 and 3C. RGB value is (156,52,60). Sum of RGB (Red+Green+Blue) = 156+52+60=268 (35% of max value = 765). Red value is 156 (61.33% from 255 or 58.21% from 268); Green value is 52 (20.70% from 255 or 19.40% from 268); Blue value is 60 (23.83% from 255 or 22.39% from 268); Max value from RGB is 156 - color contains mainly: red. Hex color #9C343C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C343C is #63CBC3. Grayscale: #545454. Windows color (decimal): -6540228 or 3945628. OLE color: 3945628.

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

Color convert

RGB1565260-
CMYK00.670.620.39
HSL355.38º50%40.78%-
HSV(B)355.38º66.67%61.18%-
XYZ15.759.855.35-
YUV84.01114.46179.35-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 58.21%
GREEN value IS 52 (20.70% from 255) = 19.40%
BLUE value IS 60 (23.83% from 255) = 22.39%
R=58.21%
G=19.40%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.62
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156526000.670.620.39355.385040.78
Hex9C343C0433E271633229
Octal2346474010376475436251
Binary1001110011010011110001000011111110100111101100011110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C343C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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