#9C272A

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

Shades of Guardsman Red #9C272A

Tints of Guardsman Red #9C272A

Color information

#9C272A (or 0x9C272A) is unknown color: approx Guardsman Red. HEX triplet: 9C, 27 and 2A. RGB value is (156,39,42). Sum of RGB (Red+Green+Blue) = 156+39+42=237 (31% of max value = 765). Red value is 156 (61.33% from 255 or 65.82% from 237); Green value is 39 (15.62% from 255 or 16.46% from 237); Blue value is 42 (16.80% from 255 or 17.72% from 237); Max value from RGB is 156 - color contains mainly: red. Hex color #9C272A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C272A is #63D8D5. Grayscale: #4A4A4A. Windows color (decimal): -6543574 or 2762652. OLE color: 2762652.

HSL color Cylindrical-coordinate representation of color #9C272A: hue angle of 358.46º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9C272A is Cyan = 0, Magento = 0.75, Yellow = 0.73 and Black (K on CMYK) = 0.39.

Color convert

RGB1563942-
CMYK00.750.730.39
HSL358.46º60%38.24%-
HSV(B)358.46º75%61.18%-
XYZ14.858.693.08-
YUV74.32109.76186.26-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 65.82%
GREEN value IS 39 (15.62% from 255) = 16.46%
BLUE value IS 42 (16.80% from 255) = 17.72%
R=65.82%
G=16.46%
B=17.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.73
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156394200.750.730.39358.466038.24
Hex9C272A04B49271663c26
Octal23447520113111475467446
Binary10011100100111101010010010111001001100111101100110111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C272A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,39,42); }

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

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

 a { background-color: rgb(156,39,42); }

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

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

 span { border-color: rgb(156,39,42); }

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