#A7343A

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

Shades of Guardsman Red #A7343A

Tints of Guardsman Red #A7343A

Color information

#A7343A (or 0xA7343A) is unknown color: approx Guardsman Red. HEX triplet: A7, 34 and 3A. RGB value is (167,52,58). Sum of RGB (Red+Green+Blue) = 167+52+58=277 (36% of max value = 765). Red value is 167 (65.62% from 255 or 60.29% from 277); Green value is 52 (20.70% from 255 or 18.77% from 277); Blue value is 58 (23.05% from 255 or 20.94% from 277); Max value from RGB is 167 - color contains mainly: red. Hex color #A7343A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7343A is #58CBC5. Grayscale: #575757. Windows color (decimal): -5819334 or 3814567. OLE color: 3814567.

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

Color convert

RGB1675258-
CMYK00.690.650.35
HSL356.87º52.51%42.94%-
HSV(B)356.87º68.86%65.49%-
XYZ17.9310.985.18-
YUV87.07111.6185.01-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 60.29%
GREEN value IS 52 (20.70% from 255) = 18.77%
BLUE value IS 58 (23.05% from 255) = 20.94%
R=60.29%
G=18.77%
B=20.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.65
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167525800.690.650.35356.8752.5142.94
HexA7343A0454123165352b
Octal24764720105101435456553
Binary10100111110100111010010001011000001100011101100101110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7343A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7343A; }

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

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

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

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

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

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

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

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