#A0323C

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

Shades of Guardsman Red #A0323C

Tints of Guardsman Red #A0323C

Color information

#A0323C (or 0xA0323C) is unknown color: approx Guardsman Red. HEX triplet: A0, 32 and 3C. RGB value is (160,50,60). Sum of RGB (Red+Green+Blue) = 160+50+60=270 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.26% from 270); Green value is 50 (19.92% from 255 or 18.52% from 270); Blue value is 60 (23.83% from 255 or 22.22% from 270); Max value from RGB is 160 - color contains mainly: red. Hex color #A0323C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0323C is #5FCDC3. Grayscale: #545454. Windows color (decimal): -6278596 or 3945120. OLE color: 3945120.

HSL color Cylindrical-coordinate representation of color #A0323C: hue angle of 354.55º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A0323C is Cyan = 0, Magento = 0.69, Yellow = 0.62 and Black (K on CMYK) = 0.37.

Color convert

RGB1605060-
CMYK00.690.620.37
HSL354.55º52.38%41.18%-
HSV(B)354.55º68.75%62.75%-
XYZ16.4510.085.35-
YUV84.03114.44182.19-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 59.26%
GREEN value IS 50 (19.92% from 255) = 18.52%
BLUE value IS 60 (23.83% from 255) = 22.22%
R=59.26%
G=18.52%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.62
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160506000.690.620.37354.5552.3841.18
HexA0323C0453E251633429
Octal2406274010576455436451
Binary1010000011001011110001000101111110100101101100011110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0323C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0323C; }

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

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

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

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

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

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

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

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