#A63A3F

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

Shades of Guardsman Red #A63A3F

Tints of Guardsman Red #A63A3F

Color information

#A63A3F (or 0xA63A3F) is unknown color: approx Guardsman Red. HEX triplet: A6, 3A and 3F. RGB value is (166,58,63). Sum of RGB (Red+Green+Blue) = 166+58+63=287 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.84% from 287); Green value is 58 (23.05% from 255 or 20.21% from 287); Blue value is 63 (25% from 255 or 21.95% from 287); Max value from RGB is 166 - color contains mainly: red. Hex color #A63A3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63A3F is #59C5C0. Grayscale: #5A5A5A. Windows color (decimal): -5883329 or 4143782. OLE color: 4143782.

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

Color convert

RGB1665863-
CMYK00.650.620.35
HSL357.22º48.21%43.92%-
HSV(B)357.22º65.06%65.1%-
XYZ18.1411.495.96-
YUV90.86112.28181.59-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 57.84%
GREEN value IS 58 (23.05% from 255) = 20.21%
BLUE value IS 63 (25% from 255) = 21.95%
R=57.84%
G=20.21%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.62
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166586300.650.620.35357.2248.2143.92
HexA63A3F0413E23165302c
Octal2467277010176435456054
Binary1010011011101011111101000001111110100011101100101110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63A3F; }

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

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

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

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

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

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

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

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