#A43340

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

Shades of Guardsman Red #A43340

Tints of Guardsman Red #A43340

Color information

#A43340 (or 0xA43340) is unknown color: approx Guardsman Red. HEX triplet: A4, 33 and 40. RGB value is (164,51,64). Sum of RGB (Red+Green+Blue) = 164+51+64=279 (36% of max value = 765). Red value is 164 (64.45% from 255 or 58.78% from 279); Green value is 51 (20.31% from 255 or 18.28% from 279); Blue value is 64 (25.39% from 255 or 22.94% from 279); Max value from RGB is 164 - color contains mainly: red. Hex color #A43340 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A43340 is #5BCCBF. Grayscale: #565656. Windows color (decimal): -6016192 or 4207524. OLE color: 4207524.

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

Color convert

RGB1645164-
CMYK00.690.610.36
HSL353.1º52.56%42.16%-
HSV(B)353.1º68.9%64.31%-
XYZ17.4210.635.98-
YUV86.27115.44183.44-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 58.78%
GREEN value IS 51 (20.31% from 255) = 18.28%
BLUE value IS 64 (25.39% from 255) = 22.94%
R=58.78%
G=18.28%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.61
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164516400.690.610.36353.152.5642.16
HexA433400453D24161352a
Octal24463100010575445416552
Binary10100100110011100000001000101111101100100101100001110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43340; }

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

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

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

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

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

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

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

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