#A43C3D

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

Shades of Guardsman Red #A43C3D

Tints of Guardsman Red #A43C3D

Color information

#A43C3D (or 0xA43C3D) is unknown color: approx Guardsman Red. HEX triplet: A4, 3C and 3D. RGB value is (164,60,61). Sum of RGB (Red+Green+Blue) = 164+60+61=285 (37% of max value = 765). Red value is 164 (64.45% from 255 or 57.54% from 285); Green value is 60 (23.83% from 255 or 21.05% from 285); Blue value is 61 (24.22% from 255 or 21.40% from 285); Max value from RGB is 164 - color contains mainly: red. Hex color #A43C3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A43C3D is #5BC3C2. Grayscale: #5B5B5B. Windows color (decimal): -6013891 or 4013220. OLE color: 4013220.

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

Color convert

RGB1646061-
CMYK00.630.630.36
HSL359.42º46.43%43.92%-
HSV(B)359.42º63.41%64.31%-
XYZ17.7711.465.69-
YUV91.21110.96179.92-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 57.54%
GREEN value IS 60 (23.83% from 255) = 21.05%
BLUE value IS 61 (24.22% from 255) = 21.40%
R=57.54%
G=21.05%
B=21.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.63
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164606100.630.630.36359.4246.4343.92
HexA43C3D03F3F241672e2c
Octal244747507777445475654
Binary101001001111001111010111111111111100100101100111101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43C3D; }

 p { color: rgb(164,60,61); }

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

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

 a { background-color: rgb(164,60,61); }

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

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

 span { border-color: rgb(164,60,61); }

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