#9C363B

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

Shades of Guardsman Red #9C363B

Tints of Guardsman Red #9C363B

Color information

#9C363B (or 0x9C363B) is unknown color: approx Guardsman Red. HEX triplet: 9C, 36 and 3B. RGB value is (156,54,59). Sum of RGB (Red+Green+Blue) = 156+54+59=269 (35% of max value = 765). Red value is 156 (61.33% from 255 or 57.99% from 269); Green value is 54 (21.48% from 255 or 20.07% from 269); Blue value is 59 (23.44% from 255 or 21.93% from 269); Max value from RGB is 156 - color contains mainly: red. Hex color #9C363B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C363B is #63C9C4. Grayscale: #555555. Windows color (decimal): -6539717 or 3880604. OLE color: 3880604.

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

Color convert

RGB1565459-
CMYK00.650.620.39
HSL357.06º48.57%41.18%-
HSV(B)357.06º65.38%61.18%-
XYZ15.8210.025.24-
YUV85.07113.29178.59-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 57.99%
GREEN value IS 54 (21.48% from 255) = 20.07%
BLUE value IS 59 (23.44% from 255) = 21.93%
R=57.99%
G=20.07%
B=21.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.62
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156545900.650.620.39357.0648.5741.18
Hex9C363B0413E271653129
Octal2346673010176475456151
Binary1001110011011011101101000001111110100111101100101110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C363B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,54,59); }

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

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

 a { background-color: rgb(156,54,59); }

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

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

 span { border-color: rgb(156,54,59); }

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