#A5293F

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

Shades of Guardsman Red #A5293F

Tints of Guardsman Red #A5293F

Color information

#A5293F (or 0xA5293F) is unknown color: approx Guardsman Red. HEX triplet: A5, 29 and 3F. RGB value is (165,41,63). Sum of RGB (Red+Green+Blue) = 165+41+63=269 (35% of max value = 765). Red value is 165 (64.84% from 255 or 61.34% from 269); Green value is 41 (16.41% from 255 or 15.24% from 269); Blue value is 63 (25% from 255 or 23.42% from 269); Max value from RGB is 165 - color contains mainly: red. Hex color #A5293F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5293F is #5AD6C0. Grayscale: #505050. Windows color (decimal): -5953217 or 4139429. OLE color: 4139429.

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

Color convert

RGB1654163-
CMYK00.750.620.35
HSL349.35º60.19%40.39%-
HSV(B)349.35º75.15%64.71%-
XYZ17.219.945.72-
YUV80.58118.08188.21-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 61.34%
GREEN value IS 41 (16.41% from 255) = 15.24%
BLUE value IS 63 (25% from 255) = 23.42%
R=61.34%
G=15.24%
B=23.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.62
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165416300.750.620.35349.3560.1940.39
HexA5293F04B3E2315d3c28
Octal2455177011376435357450
Binary1010010110100111111101001011111110100011101011101111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5293F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5293F; }

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

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

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

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

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

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

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

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