#A43940

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

Shades of Guardsman Red #A43940

Tints of Guardsman Red #A43940

Color information

#A43940 (or 0xA43940) is unknown color: approx Guardsman Red. HEX triplet: A4, 39 and 40. RGB value is (164,57,64). Sum of RGB (Red+Green+Blue) = 164+57+64=285 (37% of max value = 765). Red value is 164 (64.45% from 255 or 57.54% from 285); Green value is 57 (22.66% from 255 or 20% from 285); Blue value is 64 (25.39% from 255 or 22.46% from 285); Max value from RGB is 164 - color contains mainly: red. Hex color #A43940 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A43940 is #5BC6BF. Grayscale: #595959. Windows color (decimal): -6014656 or 4209060. OLE color: 4209060.

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

Color convert

RGB1645764-
CMYK00.650.610.36
HSL356.07º48.42%43.33%-
HSV(B)356.07º65.24%64.31%-
XYZ17.711.196.08-
YUV89.79113.45180.93-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 57.54%
GREEN value IS 57 (22.66% from 255) = 20%
BLUE value IS 64 (25.39% from 255) = 22.46%
R=57.54%
G=20%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.61
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164576400.650.610.36356.0748.4243.33
HexA439400413D24164302b
Octal24471100010175445446053
Binary10100100111001100000001000001111101100100101100100110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43940; }

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

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

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

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

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

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

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

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