#A4293F

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

Shades of Guardsman Red #A4293F

Tints of Guardsman Red #A4293F

Color information

#A4293F (or 0xA4293F) is unknown color: approx Guardsman Red. HEX triplet: A4, 29 and 3F. RGB value is (164,41,63). Sum of RGB (Red+Green+Blue) = 164+41+63=268 (35% of max value = 765). Red value is 164 (64.45% from 255 or 61.19% from 268); Green value is 41 (16.41% from 255 or 15.30% from 268); Blue value is 63 (25% from 255 or 23.51% from 268); Max value from RGB is 164 - color contains mainly: red. Hex color #A4293F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4293F is #5BD6C0. Grayscale: #505050. Windows color (decimal): -6018753 or 4139428. OLE color: 4139428.

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

Color convert

RGB1644163-
CMYK00.750.620.36
HSL349.27º60%40.2%-
HSV(B)349.27º75%64.31%-
XYZ179.845.71-
YUV80.29118.25187.71-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 61.19%
GREEN value IS 41 (16.41% from 255) = 15.30%
BLUE value IS 63 (25% from 255) = 23.51%
R=61.19%
G=15.30%
B=23.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164416300.750.620.36349.276040.2
HexA4293F04B3E2415d3c28
Octal2445177011376445357450
Binary1010010010100111111101001011111110100100101011101111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4293F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4293F; }

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

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

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

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

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

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

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

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