#A43640

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

Shades of Guardsman Red #A43640

Tints of Guardsman Red #A43640

Color information

#A43640 (or 0xA43640) is unknown color: approx Guardsman Red. HEX triplet: A4, 36 and 40. RGB value is (164,54,64). Sum of RGB (Red+Green+Blue) = 164+54+64=282 (37% of max value = 765). Red value is 164 (64.45% from 255 or 58.16% from 282); Green value is 54 (21.48% from 255 or 19.15% from 282); Blue value is 64 (25.39% from 255 or 22.70% from 282); Max value from RGB is 164 - color contains mainly: red. Hex color #A43640 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A43640 is #5BC9BF. Grayscale: #585858. Windows color (decimal): -6015424 or 4208292. OLE color: 4208292.

HSL color Cylindrical-coordinate representation of color #A43640: hue angle of 354.55º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A43640 is Cyan = 0, Magento = 0.67, Yellow = 0.61 and Black (K on CMYK) = 0.36.

Color convert

RGB1645464-
CMYK00.670.610.36
HSL354.55º50.46%42.75%-
HSV(B)354.55º67.07%64.31%-
XYZ17.5510.96.03-
YUV88.03114.44182.19-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 58.16%
GREEN value IS 54 (21.48% from 255) = 19.15%
BLUE value IS 64 (25.39% from 255) = 22.70%
R=58.16%
G=19.15%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.61
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164546400.670.610.36354.5550.4642.75
HexA436400433D24163322b
Octal24466100010375445436253
Binary10100100110110100000001000011111101100100101100011110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43640; }

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

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

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

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

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

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

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

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