#A63A3D

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

Shades of Guardsman Red #A63A3D

Tints of Guardsman Red #A63A3D

Color information

#A63A3D (or 0xA63A3D) is unknown color: approx Guardsman Red. HEX triplet: A6, 3A and 3D. RGB value is (166,58,61). Sum of RGB (Red+Green+Blue) = 166+58+61=285 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.25% from 285); Green value is 58 (23.05% from 255 or 20.35% from 285); Blue value is 61 (24.22% from 255 or 21.40% from 285); Max value from RGB is 166 - color contains mainly: red. Hex color #A63A3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63A3D is #59C5C2. Grayscale: #5A5A5A. Windows color (decimal): -5883331 or 4012710. OLE color: 4012710.

HSL color Cylindrical-coordinate representation of color #A63A3D: hue angle of 358.33º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A63A3D is Cyan = 0, Magento = 0.65, Yellow = 0.63 and Black (K on CMYK) = 0.35.

Color convert

RGB1665861-
CMYK00.650.630.35
HSL358.33º48.21%43.92%-
HSV(B)358.33º65.06%65.1%-
XYZ18.0811.475.68-
YUV90.63111.28181.76-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 58.25%
GREEN value IS 58 (23.05% from 255) = 20.35%
BLUE value IS 61 (24.22% from 255) = 21.40%
R=58.25%
G=20.35%
B=21.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.63
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166586100.650.630.35358.3348.2143.92
HexA63A3D0413F23166302c
Octal2467275010177435466054
Binary1010011011101011110101000001111111100011101100110110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63A3D; }

 p { color: rgb(166,58,61); }

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

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

 a { background-color: rgb(166,58,61); }

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

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

 span { border-color: rgb(166,58,61); }

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