#A62E36

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

Shades of Guardsman Red #A62E36

Tints of Guardsman Red #A62E36

Color information

#A62E36 (or 0xA62E36) is unknown color: approx Guardsman Red. HEX triplet: A6, 2E and 36. RGB value is (166,46,54). Sum of RGB (Red+Green+Blue) = 166+46+54=266 (35% of max value = 765). Red value is 166 (65.23% from 255 or 62.41% from 266); Green value is 46 (18.36% from 255 or 17.29% from 266); Blue value is 54 (21.48% from 255 or 20.30% from 266); Max value from RGB is 166 - color contains mainly: red. Hex color #A62E36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A62E36 is #59D1C9. Grayscale: #525252. Windows color (decimal): -5886410 or 3550886. OLE color: 3550886.

HSL color Cylindrical-coordinate representation of color #A62E36: hue angle of 356º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A62E36 is Cyan = 0, Magento = 0.72, Yellow = 0.67 and Black (K on CMYK) = 0.35.

Color convert

RGB1664654-
CMYK00.720.670.35
HSL356º56.6%41.57%-
HSV(B)356º72.29%65.1%-
XYZ17.3710.334.57-
YUV82.79111.76187.35-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 62.41%
GREEN value IS 46 (18.36% from 255) = 17.29%
BLUE value IS 54 (21.48% from 255) = 20.30%
R=62.41%
G=17.29%
B=20.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.67
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166465400.720.670.3535656.641.57
HexA62E360484323164392a
Octal24656660110103435447152
Binary10100110101110110110010010001000011100011101100100111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62E36; }

 p { color: rgb(166,46,54); }

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

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

 a { background-color: rgb(166,46,54); }

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

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

 span { border-color: rgb(166,46,54); }

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