#A4343F

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

Shades of Guardsman Red #A4343F

Tints of Guardsman Red #A4343F

Color information

#A4343F (or 0xA4343F) is unknown color: approx Guardsman Red. HEX triplet: A4, 34 and 3F. RGB value is (164,52,63). Sum of RGB (Red+Green+Blue) = 164+52+63=279 (36% of max value = 765). Red value is 164 (64.45% from 255 or 58.78% from 279); Green value is 52 (20.70% from 255 or 18.64% from 279); Blue value is 63 (25% from 255 or 22.58% from 279); Max value from RGB is 164 - color contains mainly: red. Hex color #A4343F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4343F is #5BCBC0. Grayscale: #565656. Windows color (decimal): -6015937 or 4142244. OLE color: 4142244.

HSL color Cylindrical-coordinate representation of color #A4343F: hue angle of 354.11º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A4343F is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.36.

Color convert

RGB1645263-
CMYK00.680.620.36
HSL354.11º51.85%42.35%-
HSV(B)354.11º68.29%64.31%-
XYZ17.4410.715.85-
YUV86.74114.61183.11-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 58.78%
GREEN value IS 52 (20.70% from 255) = 18.64%
BLUE value IS 63 (25% from 255) = 22.58%
R=58.78%
G=18.64%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164526300.680.620.36354.1151.8542.35
HexA4343F0443E24162342a
Octal2446477010476445426452
Binary1010010011010011111101000100111110100100101100010110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4343F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4343F; }

 p { color: rgb(164,52,63); }

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

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

 a { background-color: rgb(164,52,63); }

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

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

 span { border-color: rgb(164,52,63); }

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