#9D272C

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

Shades of Guardsman Red #9D272C

Tints of Guardsman Red #9D272C

Color information

#9D272C (or 0x9D272C) is unknown color: approx Guardsman Red. HEX triplet: 9D, 27 and 2C. RGB value is (157,39,44). Sum of RGB (Red+Green+Blue) = 157+39+44=240 (31% of max value = 765). Red value is 157 (61.72% from 255 or 65.42% from 240); Green value is 39 (15.62% from 255 or 16.25% from 240); Blue value is 44 (17.58% from 255 or 18.33% from 240); Max value from RGB is 157 - color contains mainly: red. Hex color #9D272C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D272C is #62D8D3. Grayscale: #4A4A4A. Windows color (decimal): -6478036 or 2893725. OLE color: 2893725.

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

Color convert

RGB1573944-
CMYK00.750.720.38
HSL357.46º60.2%38.43%-
HSV(B)357.46º75.16%61.57%-
XYZ15.088.83.29-
YUV74.85110.59186.59-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 65.42%
GREEN value IS 39 (15.62% from 255) = 16.25%
BLUE value IS 44 (17.58% from 255) = 18.33%
R=65.42%
G=16.25%
B=18.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.72
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157394400.750.720.38357.4660.238.43
Hex9D272C04B48261653c26
Octal23547540113110465457446
Binary10011101100111101100010010111001000100110101100101111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D272C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,39,44); }

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

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

 a { background-color: rgb(157,39,44); }

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

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

 span { border-color: rgb(157,39,44); }

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