#9C2C2D

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

Shades of Guardsman Red #9C2C2D

Tints of Guardsman Red #9C2C2D

Color information

#9C2C2D (or 0x9C2C2D) is unknown color: approx Guardsman Red. HEX triplet: 9C, 2C and 2D. RGB value is (156,44,45). Sum of RGB (Red+Green+Blue) = 156+44+45=245 (32% of max value = 765). Red value is 156 (61.33% from 255 or 63.67% from 245); Green value is 44 (17.58% from 255 or 17.96% from 245); Blue value is 45 (17.97% from 255 or 18.37% from 245); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2C2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C2C2D is #63D3D2. Grayscale: #4D4D4D. Windows color (decimal): -6542291 or 2960540. OLE color: 2960540.

HSL color Cylindrical-coordinate representation of color #9C2C2D: hue angle of 359.46º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9C2C2D is Cyan = 0, Magento = 0.72, Yellow = 0.71 and Black (K on CMYK) = 0.39.

Color convert

RGB1564445-
CMYK00.720.710.39
HSL359.46º56%39.22%-
HSV(B)359.46º71.79%61.18%-
XYZ15.089.063.44-
YUV77.6109.61183.92-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 63.67%
GREEN value IS 44 (17.58% from 255) = 17.96%
BLUE value IS 45 (17.97% from 255) = 18.37%
R=63.67%
G=17.96%
B=18.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.71
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156444500.720.710.39359.465639.22
Hex9C2C2D04847271673827
Octal23454550110107475477047
Binary10011100101100101101010010001000111100111101100111111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C2C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,44,45); }

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

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

 a { background-color: rgb(156,44,45); }

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

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

 span { border-color: rgb(156,44,45); }

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