#9C2F3F

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

Shades of Guardsman Red #9C2F3F

Tints of Guardsman Red #9C2F3F

Color information

#9C2F3F (or 0x9C2F3F) is unknown color: approx Guardsman Red. HEX triplet: 9C, 2F and 3F. RGB value is (156,47,63). Sum of RGB (Red+Green+Blue) = 156+47+63=266 (35% of max value = 765). Red value is 156 (61.33% from 255 or 58.65% from 266); Green value is 47 (18.75% from 255 or 17.67% from 266); Blue value is 63 (25% from 255 or 23.68% from 266); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2F3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C2F3F is #63D0C0. Grayscale: #515151. Windows color (decimal): -6541505 or 4140956. OLE color: 4140956.

HSL color Cylindrical-coordinate representation of color #9C2F3F: hue angle of 351.19º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9C2F3F is Cyan = 0, Magento = 0.70, Yellow = 0.60 and Black (K on CMYK) = 0.39.

Color convert

RGB1564763-
CMYK00.700.600.39
HSL351.19º53.69%39.8%-
HSV(B)351.19º69.87%61.18%-
XYZ15.629.465.71-
YUV81.42117.61181.2-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 58.65%
GREEN value IS 47 (18.75% from 255) = 17.67%
BLUE value IS 63 (25% from 255) = 23.68%
R=58.65%
G=17.67%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.60
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156476300.700.600.39351.1953.6939.8
Hex9C2F3F0463C2715f3628
Octal2345777010674475376650
Binary1001110010111111111101000110111100100111101011111110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C2F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,47,63); }

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

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

 a { background-color: rgb(156,47,63); }

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

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

 span { border-color: rgb(156,47,63); }

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