#A63A3E

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

Shades of Guardsman Red #A63A3E

Tints of Guardsman Red #A63A3E

Color information

#A63A3E (or 0xA63A3E) is unknown color: approx Guardsman Red. HEX triplet: A6, 3A and 3E. RGB value is (166,58,62). Sum of RGB (Red+Green+Blue) = 166+58+62=286 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.04% from 286); Green value is 58 (23.05% from 255 or 20.28% from 286); Blue value is 62 (24.61% from 255 or 21.68% from 286); Max value from RGB is 166 - color contains mainly: red. Hex color #A63A3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63A3E is #59C5C1. Grayscale: #5A5A5A. Windows color (decimal): -5883330 or 4078246. OLE color: 4078246.

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

Color convert

RGB1665862-
CMYK00.650.630.35
HSL357.78º48.21%43.92%-
HSV(B)357.78º65.06%65.1%-
XYZ18.1111.485.82-
YUV90.75111.78181.67-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 58.04%
GREEN value IS 58 (23.05% from 255) = 20.28%
BLUE value IS 62 (24.61% from 255) = 21.68%
R=58.04%
G=20.28%
B=21.68%

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
Decimal166586200.650.630.35357.7848.2143.92
HexA63A3E0413F23166302c
Octal2467276010177435466054
Binary1010011011101011111001000001111111100011101100110110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63A3E; }

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

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

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

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

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

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

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

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