#A63134

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

Shades of Guardsman Red #A63134

Tints of Guardsman Red #A63134

Color information

#A63134 (or 0xA63134) is unknown color: approx Guardsman Red. HEX triplet: A6, 31 and 34. RGB value is (166,49,52). Sum of RGB (Red+Green+Blue) = 166+49+52=267 (35% of max value = 765). Red value is 166 (65.23% from 255 or 62.17% from 267); Green value is 49 (19.53% from 255 or 18.35% from 267); Blue value is 52 (20.70% from 255 or 19.48% from 267); Max value from RGB is 166 - color contains mainly: red. Hex color #A63134 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63134 is #59CECB. Grayscale: #545454. Windows color (decimal): -5885644 or 3420582. OLE color: 3420582.

HSL color Cylindrical-coordinate representation of color #A63134: hue angle of 358.46º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A63134 is Cyan = 0, Magento = 0.70, Yellow = 0.69 and Black (K on CMYK) = 0.35.

Color convert

RGB1664952-
CMYK00.700.690.35
HSL358.46º54.42%42.16%-
HSV(B)358.46º70.48%65.1%-
XYZ17.4410.554.37-
YUV84.32109.76186.26-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 62.17%
GREEN value IS 49 (19.53% from 255) = 18.35%
BLUE value IS 52 (20.70% from 255) = 19.48%
R=62.17%
G=18.35%
B=19.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.69
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166495200.700.690.35358.4654.4242.16
HexA631340464523166362a
Octal24661640106105435466652
Binary10100110110001110100010001101000101100011101100110110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63134; }

 p { color: rgb(166,49,52); }

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

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

 a { background-color: rgb(166,49,52); }

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

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

 span { border-color: rgb(166,49,52); }

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