#9D272D

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

Shades of Guardsman Red #9D272D

Tints of Guardsman Red #9D272D

Color information

#9D272D (or 0x9D272D) is unknown color: approx Guardsman Red. HEX triplet: 9D, 27 and 2D. RGB value is (157,39,45). Sum of RGB (Red+Green+Blue) = 157+39+45=241 (31% of max value = 765). Red value is 157 (61.72% from 255 or 65.15% from 241); Green value is 39 (15.62% from 255 or 16.18% from 241); Blue value is 45 (17.97% from 255 or 18.67% from 241); Max value from RGB is 157 - color contains mainly: red. Hex color #9D272D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D272D is #62D8D2. Grayscale: #4B4B4B. Windows color (decimal): -6478035 or 2959261. OLE color: 2959261.

HSL color Cylindrical-coordinate representation of color #9D272D: hue angle of 356.95º 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 #9D272D is Cyan = 0, Magento = 0.75, Yellow = 0.71 and Black (K on CMYK) = 0.38.

Color convert

RGB1573945-
CMYK00.750.710.38
HSL356.95º60.2%38.43%-
HSV(B)356.95º75.16%61.57%-
XYZ15.18.813.39-
YUV74.97111.09186.51-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 65.15%
GREEN value IS 39 (15.62% from 255) = 16.18%
BLUE value IS 45 (17.97% from 255) = 18.67%
R=65.15%
G=16.18%
B=18.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.71
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157394500.750.710.38356.9560.238.43
Hex9D272D04B47261653c26
Octal23547550113107465457446
Binary10011101100111101101010010111000111100110101100101111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D272D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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