#A43A3F

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

Shades of Guardsman Red #A43A3F

Tints of Guardsman Red #A43A3F

Color information

#A43A3F (or 0xA43A3F) is unknown color: approx Guardsman Red. HEX triplet: A4, 3A and 3F. RGB value is (164,58,63). Sum of RGB (Red+Green+Blue) = 164+58+63=285 (37% of max value = 765). Red value is 164 (64.45% from 255 or 57.54% from 285); Green value is 58 (23.05% from 255 or 20.35% from 285); Blue value is 63 (25% from 255 or 22.11% from 285); Max value from RGB is 164 - color contains mainly: red. Hex color #A43A3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A43A3F is #5BC5C0. Grayscale: #5A5A5A. Windows color (decimal): -6014401 or 4143780. OLE color: 4143780.

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

Color convert

RGB1645863-
CMYK00.650.620.36
HSL357.17º47.75%43.53%-
HSV(B)357.17º64.63%64.31%-
XYZ17.7211.285.95-
YUV90.26112.62180.59-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 57.54%
GREEN value IS 58 (23.05% from 255) = 20.35%
BLUE value IS 63 (25% from 255) = 22.11%
R=57.54%
G=20.35%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164586300.650.620.36357.1747.7543.53
HexA43A3F0413E24165302c
Octal2447277010176445456054
Binary1010010011101011111101000001111110100100101100101110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43A3F; }

 p { color: rgb(164,58,63); }

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

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

 a { background-color: rgb(164,58,63); }

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

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

 span { border-color: rgb(164,58,63); }

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