#A9323D

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

Shades of Guardsman Red #A9323D

Tints of Guardsman Red #A9323D

Color information

#A9323D (or 0xA9323D) is unknown color: approx Guardsman Red. HEX triplet: A9, 32 and 3D. RGB value is (169,50,61). Sum of RGB (Red+Green+Blue) = 169+50+61=280 (37% of max value = 765). Red value is 169 (66.41% from 255 or 60.36% from 280); Green value is 50 (19.92% from 255 or 17.86% from 280); Blue value is 61 (24.22% from 255 or 21.79% from 280); Max value from RGB is 169 - color contains mainly: red. Hex color #A9323D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A9323D is #56CDC2. Grayscale: #565656. Windows color (decimal): -5688771 or 4010665. OLE color: 4010665.

HSL color Cylindrical-coordinate representation of color #A9323D: hue angle of 354.45º 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 #A9323D is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.34.

Color convert

RGB1695061-
CMYK00.700.640.34
HSL354.45º54.34%42.94%-
HSV(B)354.45º70.41%66.27%-
XYZ18.3511.055.58-
YUV86.84113.42186.61-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 60.36%
GREEN value IS 50 (19.92% from 255) = 17.86%
BLUE value IS 61 (24.22% from 255) = 21.79%
R=60.36%
G=17.86%
B=21.79%

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
Decimal169506100.700.640.34354.4554.3442.94
HexA9323D0464022162362b
Octal25162750106100425426653
Binary10101001110010111101010001101000000100010101100010110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9323D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9323D; }

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

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

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

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

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

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

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

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