#A3343E

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

Shades of Guardsman Red #A3343E

Tints of Guardsman Red #A3343E

Color information

#A3343E (or 0xA3343E) is unknown color: approx Guardsman Red. HEX triplet: A3, 34 and 3E. RGB value is (163,52,62). Sum of RGB (Red+Green+Blue) = 163+52+62=277 (36% of max value = 765). Red value is 163 (64.06% from 255 or 58.84% from 277); Green value is 52 (20.70% from 255 or 18.77% from 277); Blue value is 62 (24.61% from 255 or 22.38% from 277); Max value from RGB is 163 - color contains mainly: red. Hex color #A3343E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3343E is #5CCBC1. Grayscale: #565656. Windows color (decimal): -6081474 or 4076707. OLE color: 4076707.

HSL color Cylindrical-coordinate representation of color #A3343E: hue angle of 354.59º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A3343E is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.36.

Color convert

RGB1635262-
CMYK00.680.620.36
HSL354.59º51.63%42.16%-
HSV(B)354.59º68.1%63.92%-
XYZ17.210.595.69-
YUV86.33114.27182.69-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 58.84%
GREEN value IS 52 (20.70% from 255) = 18.77%
BLUE value IS 62 (24.61% from 255) = 22.38%
R=58.84%
G=18.77%
B=22.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163526200.680.620.36354.5951.6342.16
HexA3343E0443E24163342a
Octal2436476010476445436452
Binary1010001111010011111001000100111110100100101100011110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3343E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3343E; }

 p { color: rgb(163,52,62); }

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

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

 a { background-color: rgb(163,52,62); }

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

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

 span { border-color: rgb(163,52,62); }

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