#A9323C

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

Shades of Guardsman Red #A9323C

Tints of Guardsman Red #A9323C

Color information

#A9323C (or 0xA9323C) is unknown color: approx Guardsman Red. HEX triplet: A9, 32 and 3C. RGB value is (169,50,60). Sum of RGB (Red+Green+Blue) = 169+50+60=279 (36% of max value = 765). Red value is 169 (66.41% from 255 or 60.57% from 279); Green value is 50 (19.92% from 255 or 17.92% from 279); Blue value is 60 (23.83% from 255 or 21.51% from 279); Max value from RGB is 169 - color contains mainly: red. Hex color #A9323C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A9323C is #56CDC3. Grayscale: #565656. Windows color (decimal): -5688772 or 3945129. OLE color: 3945129.

HSL color Cylindrical-coordinate representation of color #A9323C: hue angle of 354.96º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A9323C is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.34.

Color convert

RGB1695060-
CMYK00.700.640.34
HSL354.96º54.34%42.94%-
HSV(B)354.96º70.41%66.27%-
XYZ18.3211.045.44-
YUV86.72112.92186.69-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 60.57%
GREEN value IS 50 (19.92% from 255) = 17.92%
BLUE value IS 60 (23.83% from 255) = 21.51%
R=60.57%
G=17.92%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.64
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169506000.700.640.34354.9654.3442.94
HexA9323C0464022163362b
Octal25162740106100425436653
Binary10101001110010111100010001101000000100010101100011110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9323C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9323C; }

 p { color: rgb(169,50,60); }

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

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

 a { background-color: rgb(169,50,60); }

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

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

 span { border-color: rgb(169,50,60); }

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