#A8323A

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

Shades of Guardsman Red #A8323A

Tints of Guardsman Red #A8323A

Color information

#A8323A (or 0xA8323A) is unknown color: approx Guardsman Red. HEX triplet: A8, 32 and 3A. RGB value is (168,50,58). Sum of RGB (Red+Green+Blue) = 168+50+58=276 (36% of max value = 765). Red value is 168 (66.02% from 255 or 60.87% from 276); Green value is 50 (19.92% from 255 or 18.12% from 276); Blue value is 58 (23.05% from 255 or 21.01% from 276); Max value from RGB is 168 - color contains mainly: red. Hex color #A8323A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8323A is #57CDC5. Grayscale: #565656. Windows color (decimal): -5754310 or 3814056. OLE color: 3814056.

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

Color convert

RGB1685058-
CMYK00.700.650.34
HSL355.93º54.13%42.75%-
HSV(B)355.93º70.24%65.88%-
XYZ18.0510.915.16-
YUV86.19112.09186.35-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 60.87%
GREEN value IS 50 (19.92% from 255) = 18.12%
BLUE value IS 58 (23.05% from 255) = 21.01%
R=60.87%
G=18.12%
B=21.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.65
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168505800.700.650.34355.9354.1342.75
HexA8323A0464122164362b
Octal25062720106101425446653
Binary10101000110010111010010001101000001100010101100100110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8323A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8323A; }

 p { color: rgb(168,50,58); }

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

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

 a { background-color: rgb(168,50,58); }

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

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

 span { border-color: rgb(168,50,58); }

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