#A4293D

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

Shades of Guardsman Red #A4293D

Tints of Guardsman Red #A4293D

Color information

#A4293D (or 0xA4293D) is unknown color: approx Guardsman Red. HEX triplet: A4, 29 and 3D. RGB value is (164,41,61). Sum of RGB (Red+Green+Blue) = 164+41+61=266 (35% of max value = 765). Red value is 164 (64.45% from 255 or 61.65% from 266); Green value is 41 (16.41% from 255 or 15.41% from 266); Blue value is 61 (24.22% from 255 or 22.93% from 266); Max value from RGB is 164 - color contains mainly: red. Hex color #A4293D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4293D is #5BD6C2. Grayscale: #505050. Windows color (decimal): -6018755 or 4008356. OLE color: 4008356.

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

Color convert

RGB1644161-
CMYK00.750.630.36
HSL350.24º60%40.2%-
HSV(B)350.24º75%64.31%-
XYZ16.959.825.42-
YUV80.06117.25187.87-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 61.65%
GREEN value IS 41 (16.41% from 255) = 15.41%
BLUE value IS 61 (24.22% from 255) = 22.93%
R=61.65%
G=15.41%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.63
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164416100.750.630.36350.246040.2
HexA4293D04B3F2415e3c28
Octal2445175011377445367450
Binary1010010010100111110101001011111111100100101011110111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4293D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4293D; }

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

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

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

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

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

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

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

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