#9D2E36

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

Shades of Guardsman Red #9D2E36

Tints of Guardsman Red #9D2E36

Color information

#9D2E36 (or 0x9D2E36) is unknown color: approx Guardsman Red. HEX triplet: 9D, 2E and 36. RGB value is (157,46,54). Sum of RGB (Red+Green+Blue) = 157+46+54=257 (34% of max value = 765). Red value is 157 (61.72% from 255 or 61.09% from 257); Green value is 46 (18.36% from 255 or 17.90% from 257); Blue value is 54 (21.48% from 255 or 21.01% from 257); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2E36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D2E36 is #62D1C9. Grayscale: #505050. Windows color (decimal): -6476234 or 3550877. OLE color: 3550877.

HSL color Cylindrical-coordinate representation of color #9D2E36: hue angle of 355.68º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9D2E36 is Cyan = 0, Magento = 0.71, Yellow = 0.66 and Black (K on CMYK) = 0.38.

Color convert

RGB1574654-
CMYK00.710.660.38
HSL355.68º54.68%39.8%-
HSV(B)355.68º70.7%61.57%-
XYZ15.559.394.48-
YUV80.1113.27182.85-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 61.09%
GREEN value IS 46 (18.36% from 255) = 17.90%
BLUE value IS 54 (21.48% from 255) = 21.01%
R=61.09%
G=17.90%
B=21.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.66
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157465400.710.660.38355.6854.6839.8
Hex9D2E3604742261643728
Octal23556660107102465446750
Binary10011101101110110110010001111000010100110101100100110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D2E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,46,54); }

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

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

 a { background-color: rgb(157,46,54); }

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

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

 span { border-color: rgb(157,46,54); }

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