#9A3137

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

Shades of Guardsman Red #9A3137

Tints of Guardsman Red #9A3137

Color information

#9A3137 (or 0x9A3137) is unknown color: approx Guardsman Red. HEX triplet: 9A, 31 and 37. RGB value is (154,49,55). Sum of RGB (Red+Green+Blue) = 154+49+55=258 (34% of max value = 765). Red value is 154 (60.55% from 255 or 59.69% from 258); Green value is 49 (19.53% from 255 or 18.99% from 258); Blue value is 55 (21.88% from 255 or 21.32% from 258); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3137 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A3137 is #65CEC8. Grayscale: #515151. Windows color (decimal): -6672073 or 3617178. OLE color: 3617178.

HSL color Cylindrical-coordinate representation of color #9A3137: hue angle of 356.57º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9A3137 is Cyan = 0, Magento = 0.68, Yellow = 0.64 and Black (K on CMYK) = 0.40.

Color convert

RGB1544955-
CMYK00.680.640.40
HSL356.57º51.72%39.8%-
HSV(B)356.57º68.18%60.39%-
XYZ15.119.344.62-
YUV81.08113.29180.01-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 59.69%
GREEN value IS 49 (19.53% from 255) = 18.99%
BLUE value IS 55 (21.88% from 255) = 21.32%
R=59.69%
G=18.99%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.64
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154495500.680.640.40356.5751.7239.8
Hex9A313704440281653428
Octal23261670104100505456450
Binary10011010110001110111010001001000000101000101100101110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A3137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,49,55); }

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

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

 a { background-color: rgb(154,49,55); }

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

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

 span { border-color: rgb(154,49,55); }

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