#9C343A

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

Shades of Guardsman Red #9C343A

Tints of Guardsman Red #9C343A

Color information

#9C343A (or 0x9C343A) is unknown color: approx Guardsman Red. HEX triplet: 9C, 34 and 3A. RGB value is (156,52,58). Sum of RGB (Red+Green+Blue) = 156+52+58=266 (35% of max value = 765). Red value is 156 (61.33% from 255 or 58.65% from 266); Green value is 52 (20.70% from 255 or 19.55% from 266); Blue value is 58 (23.05% from 255 or 21.80% from 266); Max value from RGB is 156 - color contains mainly: red. Hex color #9C343A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C343A is #63CBC5. Grayscale: #535353. Windows color (decimal): -6540230 or 3814556. OLE color: 3814556.

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

Color convert

RGB1565258-
CMYK00.670.630.39
HSL356.54º50%40.78%-
HSV(B)356.54º66.67%61.18%-
XYZ15.79.835.07-
YUV83.78113.46179.51-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 58.65%
GREEN value IS 52 (20.70% from 255) = 19.55%
BLUE value IS 58 (23.05% from 255) = 21.80%
R=58.65%
G=19.55%
B=21.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.63
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156525800.670.630.39356.545040.78
Hex9C343A0433F271653229
Octal2346472010377475456251
Binary1001110011010011101001000011111111100111101100101110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C343A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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