#A0323D

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

Shades of Guardsman Red #A0323D

Tints of Guardsman Red #A0323D

Color information

#A0323D (or 0xA0323D) is unknown color: approx Guardsman Red. HEX triplet: A0, 32 and 3D. RGB value is (160,50,61). Sum of RGB (Red+Green+Blue) = 160+50+61=271 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.04% from 271); Green value is 50 (19.92% from 255 or 18.45% from 271); Blue value is 61 (24.22% from 255 or 22.51% from 271); Max value from RGB is 160 - color contains mainly: red. Hex color #A0323D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0323D is #5FCDC2. Grayscale: #545454. Windows color (decimal): -6278595 or 4010656. OLE color: 4010656.

HSL color Cylindrical-coordinate representation of color #A0323D: hue angle of 354º 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 #A0323D is Cyan = 0, Magento = 0.69, Yellow = 0.62 and Black (K on CMYK) = 0.37.

Color convert

RGB1605061-
CMYK00.690.620.37
HSL354º52.38%41.18%-
HSV(B)354º68.75%62.75%-
XYZ16.4810.095.49-
YUV84.14114.94182.11-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 59.04%
GREEN value IS 50 (19.92% from 255) = 18.45%
BLUE value IS 61 (24.22% from 255) = 22.51%
R=59.04%
G=18.45%
B=22.51%

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
Decimal160506100.690.620.3735452.3841.18
HexA0323D0453E251623429
Octal2406275010576455426451
Binary1010000011001011110101000101111110100101101100010110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0323D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0323D; }

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

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

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

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

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

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

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

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