#A63A3C

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

Shades of Guardsman Red #A63A3C

Tints of Guardsman Red #A63A3C

Color information

#A63A3C (or 0xA63A3C) is unknown color: approx Guardsman Red. HEX triplet: A6, 3A and 3C. RGB value is (166,58,60). Sum of RGB (Red+Green+Blue) = 166+58+60=284 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.45% from 284); Green value is 58 (23.05% from 255 or 20.42% from 284); Blue value is 60 (23.83% from 255 or 21.13% from 284); Max value from RGB is 166 - color contains mainly: red. Hex color #A63A3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63A3C is #59C5C3. Grayscale: #5A5A5A. Windows color (decimal): -5883332 or 3947174. OLE color: 3947174.

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

Color convert

RGB1665860-
CMYK00.650.640.35
HSL358.89º48.21%43.92%-
HSV(B)358.89º65.06%65.1%-
XYZ18.0511.465.54-
YUV90.52110.78181.84-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 58.45%
GREEN value IS 58 (23.05% from 255) = 20.42%
BLUE value IS 60 (23.83% from 255) = 21.13%
R=58.45%
G=20.42%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.64
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166586000.650.640.35358.8948.2143.92
HexA63A3C0414023167302c
Octal24672740101100435476054
Binary10100110111010111100010000011000000100011101100111110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63A3C; }

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

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

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

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

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

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

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

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