#A43A3C

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

Shades of Guardsman Red #A43A3C

Tints of Guardsman Red #A43A3C

Color information

#A43A3C (or 0xA43A3C) is unknown color: approx Guardsman Red. HEX triplet: A4, 3A and 3C. RGB value is (164,58,60). Sum of RGB (Red+Green+Blue) = 164+58+60=282 (37% of max value = 765). Red value is 164 (64.45% from 255 or 58.16% from 282); Green value is 58 (23.05% from 255 or 20.57% from 282); Blue value is 60 (23.83% from 255 or 21.28% from 282); Max value from RGB is 164 - color contains mainly: red. Hex color #A43A3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A43A3C is #5BC5C3. Grayscale: #5A5A5A. Windows color (decimal): -6014404 or 3947172. OLE color: 3947172.

HSL color Cylindrical-coordinate representation of color #A43A3C: hue angle of 358.87º 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 #A43A3C is Cyan = 0, Magento = 0.65, Yellow = 0.63 and Black (K on CMYK) = 0.36.

Color convert

RGB1645860-
CMYK00.650.630.36
HSL358.87º47.75%43.53%-
HSV(B)358.87º64.63%64.31%-
XYZ17.6411.245.52-
YUV89.92111.12180.84-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 58.16%
GREEN value IS 58 (23.05% from 255) = 20.57%
BLUE value IS 60 (23.83% from 255) = 21.28%
R=58.16%
G=20.57%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.63
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164586000.650.630.36358.8747.7543.53
HexA43A3C0413F24167302c
Octal2447274010177445476054
Binary1010010011101011110001000001111111100100101100111110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43A3C; }

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

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

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

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

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

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

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

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