#A43240

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

Shades of Guardsman Red #A43240

Tints of Guardsman Red #A43240

Color information

#A43240 (or 0xA43240) is unknown color: approx Guardsman Red. HEX triplet: A4, 32 and 40. RGB value is (164,50,64). Sum of RGB (Red+Green+Blue) = 164+50+64=278 (36% of max value = 765). Red value is 164 (64.45% from 255 or 58.99% from 278); Green value is 50 (19.92% from 255 or 17.99% from 278); Blue value is 64 (25.39% from 255 or 23.02% from 278); Max value from RGB is 164 - color contains mainly: red. Hex color #A43240 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A43240 is #5BCDBF. Grayscale: #555555. Windows color (decimal): -6016448 or 4207268. OLE color: 4207268.

HSL color Cylindrical-coordinate representation of color #A43240: hue angle of 352.63º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A43240 is Cyan = 0, Magento = 0.70, Yellow = 0.61 and Black (K on CMYK) = 0.36.

Color convert

RGB1645064-
CMYK00.700.610.36
HSL352.63º53.27%41.96%-
HSV(B)352.63º69.51%64.31%-
XYZ17.3810.545.97-
YUV85.68115.77183.86-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 58.99%
GREEN value IS 50 (19.92% from 255) = 17.99%
BLUE value IS 64 (25.39% from 255) = 23.02%
R=58.99%
G=17.99%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.61
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164506400.700.610.36352.6353.2741.96
HexA432400463D24161352a
Octal24462100010675445416552
Binary10100100110010100000001000110111101100100101100001110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43240; }

 p { color: rgb(164,50,64); }

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

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

 a { background-color: rgb(164,50,64); }

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

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

 span { border-color: rgb(164,50,64); }

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