#a7343f

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

Shades of Guardsman Red #A7343F

Tints of Guardsman Red #A7343F

Color information

#A7343F (or 0xA7343F) is unknown color: approx Guardsman Red. HEX triplet: A7, 34 and 3F. RGB value is (167,52,63). Sum of RGB (Red+Green+Blue) = 167+52+63=282 (37% of max value = 765). Red value is 167 (65.62% from 255 or 59.22% from 282); Green value is 52 (20.70% from 255 or 18.44% from 282); Blue value is 63 (25% from 255 or 22.34% from 282); Max value from RGB is 167 - color contains mainly: red. Hex color #A7343F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7343F is #58CBC0. Grayscale: #575757. Windows color (decimal): -5819329 or 4142247. OLE color: 4142247.

HSL color Cylindrical-coordinate representation of color #A7343F: hue angle of 354.26º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A7343F is Cyan = 0, Magento = 0.69, Yellow = 0.62 and Black (K on CMYK) = 0.35.

Color convert

RGB1675263-
CMYK00.690.620.35
HSL354.26º52.51%42.94%-
HSV(B)354.26º68.86%65.49%-
XYZ18.0611.035.88-
YUV87.64114.1184.61-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 59.22%
GREEN value IS 52 (20.70% from 255) = 18.44%
BLUE value IS 63 (25% from 255) = 22.34%
R=59.22%
G=18.44%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.62
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167526300.690.620.35354.2652.5142.94
HexA7343F0453E23162352b
Octal2476477010576435426553
Binary1010011111010011111101000101111110100011101100010110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a7343f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a7343f; }

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

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

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

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

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

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

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

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