#9A313C

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

Shades of Guardsman Red #9A313C

Tints of Guardsman Red #9A313C

Color information

#9A313C (or 0x9A313C) is unknown color: approx Guardsman Red. HEX triplet: 9A, 31 and 3C. RGB value is (154,49,60). Sum of RGB (Red+Green+Blue) = 154+49+60=263 (34% of max value = 765). Red value is 154 (60.55% from 255 or 58.56% from 263); Green value is 49 (19.53% from 255 or 18.63% from 263); Blue value is 60 (23.83% from 255 or 22.81% from 263); Max value from RGB is 154 - color contains mainly: red. Hex color #9A313C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A313C is #65CEC3. Grayscale: #515151. Windows color (decimal): -6672068 or 3944858. OLE color: 3944858.

HSL color Cylindrical-coordinate representation of color #9A313C: hue angle of 353.71º 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 #9A313C is Cyan = 0, Magento = 0.68, Yellow = 0.61 and Black (K on CMYK) = 0.40.

Color convert

RGB1544960-
CMYK00.680.610.40
HSL353.71º51.72%39.8%-
HSV(B)353.71º68.18%60.39%-
XYZ15.249.395.28-
YUV81.65115.79179.61-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 58.56%
GREEN value IS 49 (19.53% from 255) = 18.63%
BLUE value IS 60 (23.83% from 255) = 22.81%
R=58.56%
G=18.63%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.61
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154496000.680.610.40353.7151.7239.8
Hex9A313C0443D281623428
Octal2326174010475505426450
Binary1001101011000111110001000100111101101000101100010110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A313C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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